Trace number 4281772

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 NameAnswerobjective functionCPU timeWall clock time
choco-solver 4.0.5 seq (2017-08-18)? 164.799 111.709

General information on the benchmark

NameBinPacking/BinPacking-tab-sw120/
BinPacking-tab-sw120-31.xml
MD5SUM67c04303171609b86978ceecc7dcafe8
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark2400.04
Satisfiable
(Un)Satisfiability was proved
Number of variables133
Number of constraints25
Number of domains2
Minimum domain size23
Maximum domain size46
Distribution of domain sizes[{"size":23,"count":1},{"size":46,"count":132}]
Minimum variable degree2
Maximum variable degree4
Distribution of variable degrees[{"degree":2,"count":1},{"degree":3,"count":110},{"degree":4,"count":22}]
Minimum constraint arity6
Maximum constraint arity132
Distribution of constraint arities[{"arity":6,"count":22},{"arity":23,"count":1},{"arity":132,"count":2}]
Number of extensional constraints22
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":22},{"type":"lex","count":1},{"type":"count","count":1},{"type":"cardinality","count":1}]
Optimization problemYES
Type of objectivemax VAR

Solver Data

0.00/0.08	c java -server -Xmx11000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4281772-1503156724.xml"  -tl '2520s' -p 1 -x 0
0.11/0.26	c [HOME/instance-4281772-1503156724.xml, -tl, 2520s, -p, 1, -x, 0]
0.11/0.32	c simple solver
0.33/0.38	c parse instance...
164.68/111.64	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
164.68/111.64		at org.chocosolver.solver.constraints.extension.nary.PropCompactTable.computeSupports(PropCompactTable.java:98)
164.68/111.64		at org.chocosolver.solver.constraints.extension.nary.PropCompactTable.<init>(PropCompactTable.java:61)
164.68/111.64		at org.chocosolver.solver.constraints.IIntConstraintFactory.table(IIntConstraintFactory.java:1867)
164.68/111.64		at org.chocosolver.solver.constraints.IIntConstraintFactory.table(IIntConstraintFactory.java:1823)
164.68/111.64		at org.chocosolver.parser.xcsp.XCSPParser.buildCtrExtension(XCSPParser.java:313)
164.68/111.64		at org.xcsp.parser.loaders.CtrLoaderInteger.extension(CtrLoaderInteger.java:413)
164.68/111.64		at org.xcsp.parser.loaders.CtrLoaderInteger.load(CtrLoaderInteger.java:130)
164.68/111.64		at org.xcsp.parser.XCallbacks.loadCtr(XCallbacks.java:457)
164.68/111.64		at org.xcsp.parser.XCallbacks.lambda$loadCtrs$346(XCallbacks.java:440)
164.68/111.64		at org.xcsp.parser.XCallbacks$$Lambda$70/1900164709.accept(Unknown Source)
164.68/111.64		at java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
164.68/111.64		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:580)
164.68/111.64		at org.xcsp.parser.XCallbacks.loadCtrs(XCallbacks.java:437)
164.68/111.64		at org.chocosolver.parser.xcsp.XCSPParser.loadGroup(XCSPParser.java:1406)
164.68/111.64		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:368)
164.68/111.64		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:353)
164.68/111.64		at org.xcsp.parser.XCallbacks.loadInstance(XCallbacks.java:260)
164.68/111.64		at org.chocosolver.parser.xcsp.XCSPParser.model(XCSPParser.java:88)
164.68/111.64		at org.chocosolver.parser.xcsp.XCSP.parse(XCSP.java:112)
164.68/111.64		at org.chocosolver.parser.xcsp.XCSP.buildModel(XCSP.java:99)
164.68/111.64		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:23)
164.68/111.64	s UNKNOWN
164.68/111.64	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 (9083 MiB free)
  memory of node 1: 16384 MiB (14112 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4281772-1503156724/watcher-4281772-1503156724 -o /tmp/evaluation-result-4281772-1503156724/solver-4281772-1503156724 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node125-1503095795-8622 --watchdog 2580 ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 1243391554 HOME/instance-4281772-1503156724.xml 

running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2550 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=22733, runsolver pid=22730

[startup+0.100059 s]*
/proc/loadavg: 2.58 2.06 1.87 3/203 22740
/proc/meminfo: memFree=23749580/32770624 swapFree=67108860/67108860
[pid=22733] ppid=22730 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/22733/stat : 22733 (xcsp3-exec) S 22730 22733 8563 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 117892939 9740288 345 18446744073709551615 4194304 5098028 140737144172688 140737144170792 139749033452156 0 65536 5 65538 18446744071579417331 0 0 17 7 0 0 8 0 0 7196144 7232144 28856320 140737144181112 140737144181317 140737144181317 140737144184811 0
/proc/22733/statm: 2378 345 289 221 0 87 0
[pid=22735] ppid=22733 vsize=13374792 memory=13524 CPUtime=0.01 cores=1,3,5,7
/proc/22735/stat : 22735 (java) S 22733 22733 8563 0 -1 1077944320 3643 0 0 0 1 0 0 0 20 0 6 0 117892948 13695787008 3381 18446744073709551615 4194304 4196468 140733032548736 140733032531280 140158368014071 0 0 1 16784584 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 8536064 140733032554929 140733032555105 140733032555105 140733032558543 0
/proc/22735/statm: 3343698 3381 1955 1 0 3333195 0
[pid=22735/tid=22736] ppid=22733 vsize=13375820 memory=-8713483618642850652 CPUtime=0.01 cores=1,3,5,7
/proc/22735/task/22736/stat : 22736 (java) R 22733 22733 8563 0 -1 1077944384 2413 0 0 0 1 0 0 0 20 0 7 0 117892948 13696839680 3381 18446744073709551615 4194304 4196468 140733032548736 140158372256384 140158368024277 0 4 1 16784584 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 8536064 140733032554929 140733032555105 140733032555105 140733032558543 0
[pid=22735/tid=22737] ppid=22733 vsize=13375820 memory=-8458152057954561420 CPUtime=0 cores=1,3,5,7
/proc/22735/task/22737/stat : 22737 (java) S 22733 22733 8563 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 7 0 117892949 13696839680 3381 18446744073709551615 4194304 4196468 140733032548736 140157967657232 140158368024277 0 4 1 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8536064 140733032554929 140733032555105 140733032555105 140733032558543 0
[pid=22735/tid=22738] ppid=22733 vsize=13375820 memory=139939110934144 CPUtime=0 cores=1,3,5,7
/proc/22735/task/22738/stat : 22738 (java) S 22733 22733 8563 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 7 0 117892949 13696839680 3381 18446744073709551615 4194304 4196468 140733032548736 140157966604688 140158368024277 0 4 1 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8536064 140733032554929 140733032555105 140733032555105 140733032558543 0
[pid=22735/tid=22739] ppid=22733 vsize=13375820 memory=0 CPUtime=0 cores=1,3,5,7
/proc/22735/task/22739/stat : 22739 (java) S 22733 22733 8563 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 7 0 117892949 13696839680 3381 18446744073709551615 4194304 4196468 140733032548736 140157965552144 140158368024277 0 4 1 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8536064 140733032554929 140733032555105 140733032555105 140733032558543 0
[pid=22735/tid=22740] ppid=22733 vsize=13441356 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/22735/task/22740/stat : 22740 (java) S 22733 22733 8563 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 7 0 117892949 13763948544 3381 18446744073709551615 4194304 4196468 140733032548736 140157964499600 140158368024277 0 4 1 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8536064 140733032554929 140733032555105 140733032555105 140733032558543 0
[pid=22735/tid=22741] ppid=22733 vsize=13441356 memory=139939110934144 CPUtime=0 cores=1,3,5,7
/proc/22735/task/22741/stat : 22741 (java) S 22733 22733 8563 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 7 0 117892950 13763948544 3381 18446744073709551615 4194304 4196468 140733032548736 140157284837872 140158368025218 0 0 1 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8536064 140733032554929 140733032555105 140733032555105 140733032558543 0
Current children cumulated CPU time: 0.01 s
Current children cumulated vsize: 13384304 KiB
Current children cumulated memory: 14904 KiB

[startup+0.209914 s]*
/proc/loadavg: 2.58 2.06 1.87 3/212 22749
/proc/meminfo: memFree=23735932/32770624 swapFree=67108860/67108860
[pid=22733] ppid=22730 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/22733/stat : 22733 (xcsp3-exec) S 22730 22733 8563 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 117892939 9740288 345 18446744073709551615 4194304 5098028 140737144172688 140737144170792 139749033452156 0 65536 5 65538 18446744071579417331 0 0 17 7 0 0 8 0 0 7196144 7232144 28856320 140737144181112 140737144181317 140737144181317 140737144184811 0
/proc/22733/statm: 2378 345 289 221 0 87 0
[pid=22735] ppid=22733 vsize=13974352 memory=28660 CPUtime=0.11 cores=1,3,5,7
/proc/22735/stat : 22735 (java) S 22733 22733 8563 0 -1 1077944320 5592 0 0 0 10 1 0 0 20 0 15 0 117892948 14309736448 7165 18446744073709551615 4194304 4196468 140733032548736 140733032531280 140158368014071 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 8536064 140733032554929 140733032555105 140733032555105 140733032558543 0
/proc/22735/statm: 3493588 7165 2845 1 0 3482964 0
[pid=22735/tid=22736] ppid=22733 vsize=13974352 memory=-6871798056524144002 CPUtime=0.08 cores=1,3,5,7
/proc/22735/task/22736/stat : 22736 (java) R 22733 22733 8563 0 -1 4202560 3614 0 0 0 8 0 0 0 20 0 15 0 117892948 14309736448 7165 18446744073709551615 4194304 4196468 140733032548736 140158372239792 140158368026006 0 4 1 16800974 0 0 0 -1 3 0 0 2 0 0 6293624 6294260 8536064 140733032554929 140733032555105 140733032555105 140733032558543 0
[pid=22735/tid=22737] ppid=22733 vsize=13974352 memory=-8458152057954561420 CPUtime=0 cores=1,3,5,7
/proc/22735/task/22737/stat : 22737 (java) S 22733 22733 8563 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 117892949 14309736448 7165 18446744073709551615 4194304 4196468 140733032548736 140157967657232 140158368024277 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8536064 140733032554929 140733032555105 140733032555105 140733032558543 0
[pid=22735/tid=22738] ppid=22733 vsize=13974352 memory=139939110934144 CPUtime=0 cores=1,3,5,7
/proc/22735/task/22738/stat : 22738 (java) S 22733 22733 8563 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 117892949 14309736448 7165 18446744073709551615 4194304 4196468 140733032548736 140157966604688 140158368024277 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8536064 140733032554929 140733032555105 140733032555105 140733032558543 0
[pid=22735/tid=22739] ppid=22733 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/22735/task/22739/stat : 22739 (java) S 22733 22733 8563 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 117892949 14309736448 7165 18446744073709551615 4194304 4196468 140733032548736 140157965552144 140158368024277 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8536064 140733032554929 140733032555105 140733032555105 140733032558543 0
[pid=22735/tid=22740] ppid=22733 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/22735/task/22740/stat : 22740 (java) S 22733 22733 8563 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 117892949 14309736448 7165 18446744073709551615 4194304 4196468 140733032548736 140157964499600 140158368024277 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8536064 140733032554929 140733032555105 140733032555105 140733032558543 0
[pid=22735/tid=22741] ppid=22733 vsize=13974352 memory=139939110934144 CPUtime=0 cores=1,3,5,7
/proc/22735/task/22741/stat : 22741 (java) S 22733 22733 8563 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 117892950 14309736448 7165 18446744073709551615 4194304 4196468 140733032548736 140157284837872 140158368025218 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8536064 140733032554929 140733032555105 140733032555105 140733032558543 0
[pid=22735/tid=22742] ppid=22733 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/22735/task/22742/stat : 22742 (java) S 22733 22733 8563 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 117892951 14309736448 7165 18446744073709551615 4194304 4196468 140733032548736 140157283784096 140158368024277 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8536064 140733032554929 140733032555105 140733032555105 140733032558543 0
[pid=22735/tid=22743] ppid=22733 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/22735/task/22743/stat : 22743 (java) S 22733 22733 8563 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 117892951 14309736448 7165 18446744073709551615 4194304 4196468 140733032548736 140157282731504 140158368024277 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8536064 140733032554929 140733032555105 140733032555105 140733032558543 0
[pid=22735/tid=22744] ppid=22733 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/22735/task/22744/stat : 22744 (java) S 22733 22733 8563 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 117892954 14309736448 7165 18446744073709551615 4194304 4196468 140733032548736 140157281680080 140158368032667 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8536064 140733032554929 140733032555105 140733032555105 140733032558543 0
[pid=22735/tid=22745] ppid=22733 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/22735/task/22745/stat : 22745 (java) S 22733 22733 8563 0 -1 1077944384 423 0 0 0 0 0 0 0 20 0 15 0 117892954 14309736448 7165 18446744073709551615 4194304 4196468 140733032548736 140157280626672 140158368025218 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8536064 140733032554929 140733032555105 140733032555105 140733032558543 0
[pid=22735/tid=22746] ppid=22733 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/22735/task/22746/stat : 22746 (java) S 22733 22733 8563 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 117892954 14309736448 7165 18446744073709551615 4194304 4196468 140733032548736 140157279574128 140158368025218 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8536064 140733032554929 140733032555105 140733032555105 140733032558543 0
[pid=22735/tid=22747] ppid=22733 vsize=13974352 memory=139939110934144 CPUtime=0.01 cores=1,3,5,7
/proc/22735/task/22747/stat : 22747 (java) R 22733 22733 8563 0 -1 4202560 249 0 0 0 1 0 0 0 20 0 15 0 117892954 14309736448 7165 18446744073709551615 4194304 4196468 140733032548736 140157278521584 140158360255461 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 8536064 140733032554929 140733032555105 140733032555105 140733032558543 0
[pid=22735/tid=22748] ppid=22733 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/22735/task/22748/stat : 22748 (java) S 22733 22733 8563 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 117892954 14309736448 7165 18446744073709551615 4194304 4196468 140733032548736 140157277469280 140158368024277 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8536064 140733032554929 140733032555105 140733032555105 140733032558543 0
[pid=22735/tid=22749] ppid=22733 vsize=13974352 memory=139939110934144 CPUtime=0 cores=1,3,5,7
/proc/22735/task/22749/stat : 22749 (java) S 22733 22733 8563 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 117892957 14309736448 7165 18446744073709551615 4194304 4196468 140733032548736 140157276416816 140158368025218 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8536064 140733032554929 140733032555105 140733032555105 140733032558543 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 13983864 KiB
Current children cumulated memory: 30040 KiB

[startup+0.314843 s]*
/proc/loadavg: 2.58 2.06 1.87 4/212 22749
/proc/meminfo: memFree=23723792/32770624 swapFree=67108860/67108860
[pid=22733] ppid=22730 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/22733/stat : 22733 (xcsp3-exec) S 22730 22733 8563 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 117892939 9740288 345 18446744073709551615 4194304 5098028 140737144172688 140737144170792 139749033452156 0 65536 5 65538 18446744071579417331 0 0 17 7 0 0 8 0 0 7196144 7232144 28856320 140737144181112 140737144181317 140737144181317 140737144184811 0
/proc/22733/statm: 2378 345 289 221 0 87 0
[pid=22735] ppid=22733 vsize=13974352 memory=40060 CPUtime=0.33 cores=1,3,5,7
/proc/22735/stat : 22735 (java) S 22733 22733 8563 0 -1 1077944320 9244 0 0 0 30 3 0 0 20 0 15 0 117892948 14309736448 10015 18446744073709551615 4194304 4196468 140733032548736 140733032531280 140158368014071 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 8536064 140733032554929 140733032555105 140733032555105 140733032558543 0
/proc/22735/statm: 3493588 10015 3008 1 0 3482964 0
[pid=22735/tid=22736] ppid=22733 vsize=13974352 memory=-8774313645642428999 CPUtime=0.19 cores=1,3,5,7
/proc/22735/task/22736/stat : 22736 (java) R 22733 22733 8563 0 -1 4202560 6386 0 0 0 17 2 0 0 20 0 15 0 117892948 14309736448 10015 18446744073709551615 4194304 4196468 140733032548736 140158372238240 140158360693293 0 4 1 16800974 0 0 0 -1 3 0 0 2 0 0 6293624 6294260 8536064 140733032554929 140733032555105 140733032555105 140733032558543 0
[pid=22735/tid=22737] ppid=22733 vsize=13975376 memory=4872558044660077418 CPUtime=0 cores=1,3,5,7
/proc/22735/task/22737/stat : 22737 (java) S 22733 22733 8563 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 117892949 14310785024 10015 18446744073709551615 4194304 4196468 140733032548736 140157967657232 140158368024277 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8536064 140733032554929 140733032555105 140733032555105 140733032558543 0
[pid=22735/tid=22738] ppid=22733 vsize=13975376 memory=8248408006974860141 CPUtime=0 cores=1,3,5,7
/proc/22735/task/22738/stat : 22738 (java) S 22733 22733 8563 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 117892949 14310785024 10080 18446744073709551615 4194304 4196468 140733032548736 140157966604688 140158368024277 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8536064 140733032554929 140733032555105 140733032555105 140733032558543 0
[pid=22735/tid=22739] ppid=22733 vsize=13975376 memory=0 CPUtime=0 cores=1,3,5,7
/proc/22735/task/22739/stat : 22739 (java) S 22733 22733 8563 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 117892949 14310785024 10080 18446744073709551615 4194304 4196468 140733032548736 140157965552144 140158368024277 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8536064 140733032554929 140733032555105 140733032555105 140733032558543 0
[pid=22735/tid=22740] ppid=22733 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/22735/task/22740/stat : 22740 (java) S 22733 22733 8563 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 117892949 14309736448 10066 18446744073709551615 4194304 4196468 140733032548736 140157964499600 140158368024277 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8536064 140733032554929 140733032555105 140733032555105 140733032558543 0
[pid=22735/tid=22741] ppid=22733 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/22735/task/22741/stat : 22741 (java) S 22733 22733 8563 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 117892950 14309736448 10066 18446744073709551615 4194304 4196468 140733032548736 140157284837872 140158368025218 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8536064 140733032554929 140733032555105 140733032555105 140733032558543 0
[pid=22735/tid=22742] ppid=22733 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/22735/task/22742/stat : 22742 (java) S 22733 22733 8563 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 117892951 14309736448 10066 18446744073709551615 4194304 4196468 140733032548736 140157283784096 140158368024277 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8536064 140733032554929 140733032555105 140733032555105 140733032558543 0
[pid=22735/tid=22743] ppid=22733 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/22735/task/22743/stat : 22743 (java) S 22733 22733 8563 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 117892951 14309736448 10066 18446744073709551615 4194304 4196468 140733032548736 140157282731504 140158368024277 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8536064 140733032554929 140733032555105 140733032555105 140733032558543 0
[pid=22735/tid=22744] ppid=22733 vsize=13976468 memory=0 CPUtime=0 cores=1,3,5,7
/proc/22735/task/22744/stat : 22744 (java) S 22733 22733 8563 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 117892954 14311903232 10066 18446744073709551615 4194304 4196468 140733032548736 140157281680080 140158368032667 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8536064 140733032554929 140733032555105 140733032555105 140733032558543 0
[pid=22735/tid=22745] ppid=22733 vsize=13976468 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/22735/task/22745/stat : 22745 (java) S 22733 22733 8563 0 -1 1077944384 588 0 0 0 2 0 0 0 20 0 15 0 117892954 14311903232 10066 18446744073709551615 4194304 4196468 140733032548736 140157280626672 140158368025218 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8536064 140733032554929 140733032555105 140733032555105 140733032558543 0
[pid=22735/tid=22746] ppid=22733 vsize=13976468 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/22735/task/22746/stat : 22746 (java) S 22733 22733 8563 0 -1 1077944384 209 0 0 0 2 0 0 0 20 0 15 0 117892954 14311903232 10066 18446744073709551615 4194304 4196468 140733032548736 140157279574128 140158368025218 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8536064 140733032554929 140733032555105 140733032555105 140733032558543 0
[pid=22735/tid=22747] ppid=22733 vsize=13976468 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/22735/task/22747/stat : 22747 (java) S 22733 22733 8563 0 -1 1077944384 757 0 0 0 7 0 0 0 20 0 15 0 117892954 14311903232 10066 18446744073709551615 4194304 4196468 140733032548736 140157278521584 140158368025218 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8536064 140733032554929 140733032555105 140733032555105 140733032558543 0
[pid=22735/tid=22748] ppid=22733 vsize=13976468 memory=0 CPUtime=0 cores=1,3,5,7
/proc/22735/task/22748/stat : 22748 (java) S 22733 22733 8563 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 117892954 14311903232 10066 18446744073709551615 4194304 4196468 140733032548736 140157277469280 140158368024277 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8536064 140733032554929 140733032555105 140733032555105 140733032558543 0
[pid=22735/tid=22749] ppid=22733 vsize=13976468 memory=0 CPUtime=0 cores=1,3,5,7
/proc/22735/task/22749/stat : 22749 (java) S 22733 22733 8563 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 117892957 14311903232 10066 18446744073709551615 4194304 4196468 140733032548736 140157276416816 140158368025218 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8536064 140733032554929 140733032555105 140733032555105 140733032558543 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 13983864 KiB
Current children cumulated memory: 41440 KiB

[startup+0.701054 s]
/proc/loadavg: 2.58 2.06 1.87 3/212 22749
/proc/meminfo: memFree=23670484/32770624 swapFree=67108860/67108860
[pid=22733] ppid=22730 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/22733/stat : 22733 (xcsp3-exec) S 22730 22733 8563 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 117892939 9740288 345 18446744073709551615 4194304 5098028 140737144172688 140737144170792 139749033452156 0 65536 5 65538 18446744071579417331 0 0 17 7 0 0 8 0 0 7196144 7232144 28856320 140737144181112 140737144181317 140737144181317 140737144184811 0
/proc/22733/statm: 2378 345 289 221 0 87 0
[pid=22735] ppid=22733 vsize=13978608 memory=285716 CPUtime=1.05 cores=1,3,5,7
/proc/22735/stat : 22735 (java) S 22733 22733 8563 0 -1 1077944320 11157 0 0 0 82 23 0 0 20 0 15 0 117892948 14314094592 71429 18446744073709551615 4194304 4196468 140733032548736 140733032531280 140158368014071 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 8536064 140733032554929 140733032555105 140733032555105 140733032558543 0
/proc/22735/statm: 3494652 71429 3120 1 0 3482964 0
[pid=22735/tid=22736] ppid=22733 vsize=13978608 memory=2469941741313 CPUtime=0.49 cores=1,3,5,7
/proc/22735/task/22736/stat : 22736 (java) R 22733 22733 8563 0 -1 4202560 7674 0 0 0 43 6 0 0 20 0 15 0 117892948 14314094592 71429 18446744073709551615 4194304 4196468 140733032548736 140158372252912 140158368035997 0 4 1 16800974 0 0 0 -1 3 0 0 2 0 0 6293624 6294260 8536064 140733032554929 140733032555105 140733032555105 140733032558543 0
[pid=22735/tid=22737] ppid=22733 vsize=13978608 memory=218130118 CPUtime=0.06 cores=1,3,5,7
/proc/22735/task/22737/stat : 22737 (java) S 22733 22733 8563 0 -1 1077944384 64 0 0 0 3 3 0 0 20 0 15 0 117892949 14314094592 71429 18446744073709551615 4194304 4196468 140733032548736 140157967657232 140158368024277 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8536064 140733032554929 140733032555105 140733032555105 140733032558543 0
[pid=22735/tid=22738] ppid=22733 vsize=13978608 memory=-7453528518462155811 CPUtime=0.05 cores=1,3,5,7
/proc/22735/task/22738/stat : 22738 (java) S 22733 22733 8563 0 -1 1077944384 66 0 0 0 2 3 0 0 20 0 15 0 117892949 14314094592 71429 18446744073709551615 4194304 4196468 140733032548736 140157966604688 140158368024277 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8536064 140733032554929 140733032555105 140733032555105 140733032558543 0
[pid=22735/tid=22739] ppid=22733 vsize=13978608 memory=7301849377030890327 CPUtime=0.06 cores=1,3,5,7
/proc/22735/task/22739/stat : 22739 (java) S 22733 22733 8563 0 -1 1077944384 61 0 0 0 3 3 0 0 20 0 15 0 117892949 14314094592 71429 18446744073709551615 4194304 4196468 140733032548736 140157965552144 140158368024277 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8536064 140733032554929 140733032555105 140733032555105 140733032558543 0
[pid=22735/tid=22740] ppid=22733 vsize=13978608 memory=4116 CPUtime=0.06 cores=1,3,5,7
/proc/22735/task/22740/stat : 22740 (java) S 22733 22733 8563 0 -1 1077944384 66 0 0 0 3 3 0 0 20 0 15 0 117892949 14314094592 71429 18446744073709551615 4194304 4196468 140733032548736 140157964499600 140158368024277 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8536064 140733032554929 140733032555105 140733032555105 140733032558543 0
[pid=22735/tid=22741] ppid=22733 vsize=13978608 memory=0 CPUtime=0 cores=1,3,5,7
/proc/22735/task/22741/stat : 22741 (java) S 22733 22733 8563 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 15 0 117892950 14314094592 71429 18446744073709551615 4194304 4196468 140733032548736 140157284837872 140158368025218 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8536064 140733032554929 140733032555105 140733032555105 140733032558543 0
[pid=22735/tid=22742] ppid=22733 vsize=13978608 memory=139938959991408 CPUtime=0 cores=1,3,5,7
/proc/22735/task/22742/stat : 22742 (java) S 22733 22733 8563 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 117892951 14314094592 71429 18446744073709551615 4194304 4196468 140733032548736 140157283784096 140158368024277 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8536064 140733032554929 140733032555105 140733032555105 140733032558543 0
[pid=22735/tid=22743] ppid=22733 vsize=13978608 memory=0 CPUtime=0 cores=1,3,5,7
/proc/22735/task/22743/stat : 22743 (java) S 22733 22733 8563 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 15 0 117892951 14314094592 71429 18446744073709551615 4194304 4196468 140733032548736 140157282731504 140158368024277 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8536064 140733032554929 140733032555105 140733032555105 140733032558543 0
[pid=22735/tid=22744] ppid=22733 vsize=13978608 memory=0 CPUtime=0 cores=1,3,5,7
/proc/22735/task/22744/stat : 22744 (java) S 22733 22733 8563 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 117892954 14314094592 71429 18446744073709551615 4194304 4196468 140733032548736 140157281680080 140158368032667 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8536064 140733032554929 140733032555105 140733032555105 140733032558543 0
[pid=22735/tid=22745] ppid=22733 vsize=13978608 memory=0 CPUtime=0.06 cores=1,3,5,7
/proc/22735/task/22745/stat : 22745 (java) S 22733 22733 8563 0 -1 1077944384 628 0 0 0 6 0 0 0 20 0 15 0 117892954 14314094592 71429 18446744073709551615 4194304 4196468 140733032548736 140157280626672 140158368025218 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8536064 140733032554929 140733032555105 140733032555105 140733032558543 0
[pid=22735/tid=22746] ppid=22733 vsize=13978608 memory=7809523229951467568 CPUtime=0.05 cores=1,3,5,7
/proc/22735/task/22746/stat : 22746 (java) S 22733 22733 8563 0 -1 1077944384 354 0 0 0 5 0 0 0 20 0 15 0 117892954 14314094592 71429 18446744073709551615 4194304 4196468 140733032548736 140157279574128 140158368025218 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8536064 140733032554929 140733032555105 140733032555105 140733032558543 0
[pid=22735/tid=22747] ppid=22733 vsize=13978608 memory=0 CPUtime=0.14 cores=1,3,5,7
/proc/22735/task/22747/stat : 22747 (java) S 22733 22733 8563 0 -1 1077944384 861 0 0 0 14 0 0 0 20 0 15 0 117892954 14314094592 71429 18446744073709551615 4194304 4196468 140733032548736 140157278521584 140158368025218 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8536064 140733032554929 140733032555105 140733032555105 140733032558543 0
[pid=22735/tid=22748] ppid=22733 vsize=13978608 memory=-2746958450906831424 CPUtime=0 cores=1,3,5,7
/proc/22735/task/22748/stat : 22748 (java) S 22733 22733 8563 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 117892954 14314094592 71429 18446744073709551615 4194304 4196468 140733032548736 140157277469280 140158368024277 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8536064 140733032554929 140733032555105 140733032555105 140733032558543 0
[pid=22735/tid=22749] ppid=22733 vsize=13978608 memory=0 CPUtime=0 cores=1,3,5,7
/proc/22735/task/22749/stat : 22749 (java) S 22733 22733 8563 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 117892957 14314094592 71429 18446744073709551615 4194304 4196468 140733032548736 140157276416816 140158368025218 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8536064 140733032554929 140733032555105 140733032555105 140733032558543 0
Current children cumulated CPU time: 1.05 s
Current children cumulated vsize: 13988120 KiB
Current children cumulated memory: 287096 KiB

[startup+1.5009 s]
/proc/loadavg: 2.58 2.06 1.87 3/212 22749
/proc/meminfo: memFree=22762108/32770624 swapFree=67108860/67108860
[pid=22733] ppid=22730 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/22733/stat : 22733 (xcsp3-exec) S 22730 22733 8563 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 117892939 9740288 345 18446744073709551615 4194304 5098028 140737144172688 140737144170792 139749033452156 0 65536 5 65538 18446744071579417331 0 0 17 7 0 0 8 0 0 7196144 7232144 28856320 140737144181112 140737144181317 140737144181317 140737144184811 0
/proc/22733/statm: 2378 345 289 221 0 87 0
[pid=22735] ppid=22733 vsize=13978684 memory=1099384 CPUtime=2.9 cores=1,3,5,7
/proc/22735/stat : 22735 (java) S 22733 22733 8563 0 -1 1077944320 16219 0 0 0 253 37 0 0 20 0 15 0 117892948 14314172416 274846 18446744073709551615 4194304 4196468 140733032548736 140733032531280 140158368014071 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 8536064 140733032554929 140733032555105 140733032555105 140733032558543 0
/proc/22735/statm: 3494671 274846 3199 1 0 3482964 0
[pid=22735/tid=22736] ppid=22733 vsize=13978684 memory=279877584474351 CPUtime=1.11 cores=1,3,5,7
/proc/22735/task/22736/stat : 22736 (java) R 22733 22733 8563 0 -1 4202560 8867 0 0 0 93 18 0 0 20 0 15 0 117892948 14314172416 274846 18446744073709551615 4194304 4196468 140733032548736 140158372251984 140158012276950 0 4 1 16800974 0 0 0 -1 1 0 0 2 0 0 6293624 6294260 8536064 140733032554929 140733032555105 140733032555105 140733032558543 0
[pid=22735/tid=22737] ppid=22733 vsize=13978684 memory=-2672971630493134941 CPUtime=0.23 cores=1,3,5,7
/proc/22735/task/22737/stat : 22737 (java) S 22733 22733 8563 0 -1 1077944384 126 0 0 0 19 4 0 0 20 0 15 0 117892949 14314172416 274846 18446744073709551615 4194304 4196468 140733032548736 140157967657232 140158368024277 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8536064 140733032554929 140733032555105 140733032555105 140733032558543 0
[pid=22735/tid=22738] ppid=22733 vsize=13978684 memory=-7984860791149076064 CPUtime=0.22 cores=1,3,5,7
/proc/22735/task/22738/stat : 22738 (java) S 22733 22733 8563 0 -1 1077944384 860 0 0 0 18 4 0 0 20 0 15 0 117892949 14314172416 274846 18446744073709551615 4194304 4196468 140733032548736 140157966604688 140158368024277 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8536064 140733032554929 140733032555105 140733032555105 140733032558543 0
[pid=22735/tid=22739] ppid=22733 vsize=13978684 memory=6944656592455097440 CPUtime=0.21 cores=1,3,5,7
/proc/22735/task/22739/stat : 22739 (java) S 22733 22733 8563 0 -1 1077944384 104 0 0 0 18 3 0 0 20 0 15 0 117892949 14314172416 274846 18446744073709551615 4194304 4196468 140733032548736 140157965552144 140158368024277 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8536064 140733032554929 140733032555105 140733032555105 140733032558543 0
[pid=22735/tid=22740] ppid=22733 vsize=13978684 memory=0 CPUtime=0.21 cores=1,3,5,7
/proc/22735/task/22740/stat : 22740 (java) S 22733 22733 8563 0 -1 1077944384 78 0 0 0 18 3 0 0 20 0 15 0 117892949 14314172416 274846 18446744073709551615 4194304 4196468 140733032548736 140157964499600 140158368024277 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8536064 140733032554929 140733032555105 140733032555105 140733032558543 0
[pid=22735/tid=22741] ppid=22733 vsize=13978684 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/22735/task/22741/stat : 22741 (java) S 22733 22733 8563 0 -1 1077944384 661 0 0 0 1 0 0 0 20 0 15 0 117892950 14314172416 274846 18446744073709551615 4194304 4196468 140733032548736 140157284837872 140158368025218 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8536064 140733032554929 140733032555105 140733032555105 140733032558543 0
[pid=22735/tid=22742] ppid=22733 vsize=13978684 memory=0 CPUtime=0 cores=1,3,5,7

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

/proc/22735/task/22738/stat : 22738 (java) R 22733 22733 8563 0 -1 4202560 28242 0 0 0 1240 296 0 0 20 0 15 0 117892949 14316269568 2856135 18446744073709551615 4194304 4196468 140733032548736 140157966604496 140158360642279 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 8536064 140733032554929 140733032555105 140733032555105 140733032558543 0
[pid=22735/tid=22739] ppid=22733 vsize=13980732 memory=-8774313645642428999 CPUtime=15.37 cores=1,3,5,7
/proc/22735/task/22739/stat : 22739 (java) R 22733 22733 8563 0 -1 1077944384 39582 0 0 0 1228 309 0 0 20 0 15 0 117892949 14316269568 2856135 18446744073709551615 4194304 4196468 140733032548736 140157965551952 140158368025218 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 8536064 140733032554929 140733032555105 140733032555105 140733032558543 0
[pid=22735/tid=22740] ppid=22733 vsize=13980732 memory=-8774313645642428999 CPUtime=15.36 cores=1,3,5,7
/proc/22735/task/22740/stat : 22740 (java) R 22733 22733 8563 0 -1 4202560 49957 0 0 0 1241 295 0 0 20 0 15 0 117892949 14316269568 2856135 18446744073709551615 4194304 4196468 140733032548736 140157964499408 140158360642279 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 8536064 140733032554929 140733032555105 140733032555105 140733032558543 0
[pid=22735/tid=22741] ppid=22733 vsize=13980732 memory=4872558044660077418 CPUtime=2.6 cores=1,3,5,7
/proc/22735/task/22741/stat : 22741 (java) S 22733 22733 8563 0 -1 1077944384 17571 0 0 0 258 2 0 0 20 0 15 0 117892950 14316269568 2856135 18446744073709551615 4194304 4196468 140733032548736 140157284836432 140158368024277 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8536064 140733032554929 140733032555105 140733032555105 140733032558543 0
[pid=22735/tid=22742] ppid=22733 vsize=13980732 memory=2248 CPUtime=0 cores=1,3,5,7
/proc/22735/task/22742/stat : 22742 (java) S 22733 22733 8563 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 15 0 117892951 14316269568 2856135 18446744073709551615 4194304 4196468 140733032548736 140157283784160 140158368024277 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8536064 140733032554929 140733032555105 140733032555105 140733032558543 0
[pid=22735/tid=22743] ppid=22733 vsize=13980732 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/22735/task/22743/stat : 22743 (java) S 22733 22733 8563 0 -1 1077944384 65 0 0 0 0 0 0 0 20 0 15 0 117892951 14316269568 2856135 18446744073709551615 4194304 4196468 140733032548736 140157282731520 140158368024277 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8536064 140733032554929 140733032555105 140733032555105 140733032558543 0
[pid=22735/tid=22744] ppid=22733 vsize=13980732 memory=11424308 CPUtime=0 cores=1,3,5,7
/proc/22735/task/22744/stat : 22744 (java) S 22733 22733 8563 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 117892954 14316269568 2856135 18446744073709551615 4194304 4196468 140733032548736 140157281680080 140158368032667 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8536064 140733032554929 140733032555105 140733032555105 140733032558543 0
[pid=22735/tid=22745] ppid=22733 vsize=13980732 memory=1240 CPUtime=0.45 cores=1,3,5,7
/proc/22735/task/22745/stat : 22745 (java) S 22733 22733 8563 0 -1 1077944384 2995 0 0 0 44 1 0 0 20 0 15 0 117892954 14316269568 2856135 18446744073709551615 4194304 4196468 140733032548736 140157280626672 140158368025218 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8536064 140733032554929 140733032555105 140733032555105 140733032558543 0
[pid=22735/tid=22746] ppid=22733 vsize=13980732 memory=2248 CPUtime=0.51 cores=1,3,5,7
/proc/22735/task/22746/stat : 22746 (java) S 22733 22733 8563 0 -1 1077944384 2713 0 0 0 50 1 0 0 20 0 15 0 117892954 14316269568 2856135 18446744073709551615 4194304 4196468 140733032548736 140157279574128 140158368025218 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8536064 140733032554929 140733032555105 140733032555105 140733032558543 0
[pid=22735/tid=22747] ppid=22733 vsize=13980732 memory=1720 CPUtime=0.3 cores=1,3,5,7
/proc/22735/task/22747/stat : 22747 (java) S 22733 22733 8563 0 -1 1077944384 2507 0 0 0 30 0 0 0 20 0 15 0 117892954 14316269568 2856135 18446744073709551615 4194304 4196468 140733032548736 140157278521584 140158368025218 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8536064 140733032554929 140733032555105 140733032555105 140733032558543 0
[pid=22735/tid=22748] ppid=22733 vsize=13980732 memory=4616 CPUtime=0 cores=1,3,5,7
/proc/22735/task/22748/stat : 22748 (java) S 22733 22733 8563 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 117892954 14316269568 2856135 18446744073709551615 4194304 4196468 140733032548736 140157277469280 140158368024277 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8536064 140733032554929 140733032555105 140733032555105 140733032558543 0
[pid=22735/tid=22749] ppid=22733 vsize=13980732 memory=1012 CPUtime=0.07 cores=1,3,5,7
/proc/22735/task/22749/stat : 22749 (java) S 22733 22733 8563 0 -1 1077944384 678 0 0 0 3 4 0 0 20 0 15 0 117892957 14316269568 2856135 18446744073709551615 4194304 4196468 140733032548736 140157276416816 140158368025218 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8536064 140733032554929 140733032555105 140733032555105 140733032558543 0
Current children cumulated CPU time: 156.02 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 11425920 KiB

[startup+110.401 s]
/proc/loadavg: 2.14 2.07 1.89 3/212 22751
/proc/meminfo: memFree=12319392/32770624 swapFree=67108860/67108860
[pid=22733] ppid=22730 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/22733/stat : 22733 (xcsp3-exec) S 22730 22733 8563 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 117892939 9740288 345 18446744073709551615 4194304 5098028 140737144172688 140737144170792 139749033452156 0 65536 5 65538 18446744071579417331 0 0 17 7 0 0 8 0 0 7196144 7232144 28856320 140737144181112 140737144181317 140737144181317 140737144184811 0
/proc/22733/statm: 2378 345 289 221 0 87 0
[pid=22735] ppid=22733 vsize=13980732 memory=11425044 CPUtime=160.78 cores=1,3,5,7
/proc/22735/stat : 22735 (java) S 22733 22733 8563 0 -1 1077944320 286883 0 0 0 14846 1232 0 0 20 0 15 0 117892948 14316269568 2856261 18446744073709551615 4194304 4196468 140733032548736 140733032531280 140158368014071 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 8536064 140733032554929 140733032555105 140733032555105 140733032558543 0
/proc/22735/statm: 3495183 2856261 3221 1 0 3483476 0
[pid=22735/tid=22736] ppid=22733 vsize=13980732 memory=1156 CPUtime=90.52 cores=1,3,5,7
/proc/22735/task/22736/stat : 22736 (java) S 22733 22733 8563 0 -1 1077944384 55866 0 0 0 9028 24 0 0 20 0 15 0 117892948 14316269568 2856261 18446744073709551615 4194304 4196468 140733032548736 140158372252288 140158368024277 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 2 0 0 6293624 6294260 8536064 140733032554929 140733032555105 140733032555105 140733032558543 0
[pid=22735/tid=22737] ppid=22733 vsize=13980732 memory=3000 CPUtime=16.49 cores=1,3,5,7
/proc/22735/task/22737/stat : 22737 (java) R 22733 22733 8563 0 -1 4202560 60076 0 0 0 1355 294 0 0 20 0 15 0 117892949 14316269568 2856261 18446744073709551615 4194304 4196468 140733032548736 140157967657120 140158352711684 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 8536064 140733032554929 140733032555105 140733032555105 140733032558543 0
[pid=22735/tid=22738] ppid=22733 vsize=13980732 memory=0 CPUtime=16.41 cores=1,3,5,7
/proc/22735/task/22738/stat : 22738 (java) R 22733 22733 8563 0 -1 4202560 30083 0 0 0 1345 296 0 0 20 0 15 0 117892949 14316269568 2856261 18446744073709551615 4194304 4196468 140733032548736 140157966604888 140158352711710 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 8536064 140733032554929 140733032555105 140733032555105 140733032558543 0
[pid=22735/tid=22739] ppid=22733 vsize=13980732 memory=0 CPUtime=16.41 cores=1,3,5,7
/proc/22735/task/22739/stat : 22739 (java) R 22733 22733 8563 0 -1 4202560 41358 0 0 0 1332 309 0 0 20 0 15 0 117892949 14316269568 2856261 18446744073709551615 4194304 4196468 140733032548736 140157965552144 140158352711710 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 8536064 140733032554929 140733032555105 140733032555105 140733032558543 0
[pid=22735/tid=22740] ppid=22733 vsize=13980732 memory=0 CPUtime=16.41 cores=1,3,5,7
/proc/22735/task/22740/stat : 22740 (java) R 22733 22733 8563 0 -1 4202560 52684 0 0 0 1346 295 0 0 20 0 15 0 117892949 14316269568 2856261 18446744073709551615 4194304 4196468 140733032548736 140157964499800 140158352965064 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 8536064 140733032554929 140733032555105 140733032555105 140733032558543 0
[pid=22735/tid=22741] ppid=22733 vsize=13980732 memory=0 CPUtime=3.11 cores=1,3,5,7
/proc/22735/task/22741/stat : 22741 (java) S 22733 22733 8563 0 -1 1077944384 36560 0 0 0 308 3 0 0 20 0 15 0 117892950 14316269568 2856261 18446744073709551615 4194304 4196468 140733032548736 140157284836192 140158368024277 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8536064 140733032554929 140733032555105 140733032555105 140733032558543 0
[pid=22735/tid=22742] ppid=22733 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/22735/task/22742/stat : 22742 (java) S 22733 22733 8563 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 15 0 117892951 14316269568 2856261 18446744073709551615 4194304 4196468 140733032548736 140157283784160 140158368024277 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8536064 140733032554929 140733032555105 140733032555105 140733032558543 0
[pid=22735/tid=22743] ppid=22733 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/22735/task/22743/stat : 22743 (java) S 22733 22733 8563 0 -1 1077944384 65 0 0 0 0 0 0 0 20 0 15 0 117892951 14316269568 2856261 18446744073709551615 4194304 4196468 140733032548736 140157282731520 140158368024277 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8536064 140733032554929 140733032555105 140733032555105 140733032558543 0
[pid=22735/tid=22744] ppid=22733 vsize=13980732 memory=6944656592455360604 CPUtime=0 cores=1,3,5,7
/proc/22735/task/22744/stat : 22744 (java) S 22733 22733 8563 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 117892954 14316269568 2856261 18446744073709551615 4194304 4196468 140733032548736 140157281680080 140158368032667 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8536064 140733032554929 140733032555105 140733032555105 140733032558543 0
[pid=22735/tid=22745] ppid=22733 vsize=13980732 memory=6944656592455359580 CPUtime=0.45 cores=1,3,5,7
/proc/22735/task/22745/stat : 22745 (java) S 22733 22733 8563 0 -1 1077944384 2995 0 0 0 44 1 0 0 20 0 15 0 117892954 14316269568 2856261 18446744073709551615 4194304 4196468 140733032548736 140157280626672 140158368025218 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8536064 140733032554929 140733032555105 140733032555105 140733032558543 0
[pid=22735/tid=22746] ppid=22733 vsize=13980732 memory=7810765004065825636 CPUtime=0.51 cores=1,3,5,7
/proc/22735/task/22746/stat : 22746 (java) S 22733 22733 8563 0 -1 1077944384 2713 0 0 0 50 1 0 0 20 0 15 0 117892954 14316269568 2856261 18446744073709551615 4194304 4196468 140733032548736 140157279574128 140158368025218 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8536064 140733032554929 140733032555105 140733032555105 140733032558543 0
[pid=22735/tid=22747] ppid=22733 vsize=13980732 memory=7161968490241545061 CPUtime=0.3 cores=1,3,5,7
/proc/22735/task/22747/stat : 22747 (java) S 22733 22733 8563 0 -1 1077944384 2507 0 0 0 30 0 0 0 20 0 15 0 117892954 14316269568 2856261 18446744073709551615 4194304 4196468 140733032548736 140157278521584 140158368025218 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8536064 140733032554929 140733032555105 140733032555105 140733032558543 0
[pid=22735/tid=22748] ppid=22733 vsize=13980732 memory=1728 CPUtime=0 cores=1,3,5,7
/proc/22735/task/22748/stat : 22748 (java) S 22733 22733 8563 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 117892954 14316269568 2856261 18446744073709551615 4194304 4196468 140733032548736 140157277469280 140158368024277 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8536064 140733032554929 140733032555105 140733032555105 140733032558543 0
[pid=22735/tid=22749] ppid=22733 vsize=13980732 memory=1228 CPUtime=0.07 cores=1,3,5,7
/proc/22735/task/22749/stat : 22749 (java) S 22733 22733 8563 0 -1 1077944384 678 0 0 0 3 4 0 0 20 0 15 0 117892957 14316269568 2856261 18446744073709551615 4194304 4196468 140733032548736 140157276416816 140158368025218 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8536064 140733032554929 140733032555105 140733032555105 140733032558543 0
Current children cumulated CPU time: 160.78 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 11426424 KiB

[startup+111.201 s]
/proc/loadavg: 2.14 2.07 1.89 6/212 22751
/proc/meminfo: memFree=12319144/32770624 swapFree=67108860/67108860
[pid=22733] ppid=22730 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/22733/stat : 22733 (xcsp3-exec) S 22730 22733 8563 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 117892939 9740288 345 18446744073709551615 4194304 5098028 140737144172688 140737144170792 139749033452156 0 65536 5 65538 18446744071579417331 0 0 17 7 0 0 8 0 0 7196144 7232144 28856320 140737144181112 140737144181317 140737144181317 140737144184811 0
/proc/22733/statm: 2378 345 289 221 0 87 0
[pid=22735] ppid=22733 vsize=13980732 memory=11425044 CPUtime=163.45 cores=1,3,5,7
/proc/22735/stat : 22735 (java) S 22733 22733 8563 0 -1 1077944320 313698 0 0 0 15110 1235 0 0 20 0 15 0 117892948 14316269568 2856261 18446744073709551615 4194304 4196468 140733032548736 140733032531280 140158368014071 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 8536064 140733032554929 140733032555105 140733032555105 140733032558543 0
/proc/22735/statm: 3495183 2856261 3221 1 0 3483476 0
[pid=22735/tid=22736] ppid=22733 vsize=13980732 memory=-8774313645642428999 CPUtime=90.52 cores=1,3,5,7
/proc/22735/task/22736/stat : 22736 (java) S 22733 22733 8563 0 -1 1077944384 55866 0 0 0 9028 24 0 0 20 0 15 0 117892948 14316269568 2856261 18446744073709551615 4194304 4196468 140733032548736 140158372252288 140158368024277 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 2 0 0 6293624 6294260 8536064 140733032554929 140733032555105 140733032555105 140733032558543 0
[pid=22735/tid=22737] ppid=22733 vsize=13980732 memory=11425044 CPUtime=17.1 cores=1,3,5,7
/proc/22735/task/22737/stat : 22737 (java) R 22733 22733 8563 0 -1 4202560 64802 0 0 0 1415 295 0 0 20 0 15 0 117892949 14316269568 2856261 18446744073709551615 4194304 4196468 140733032548736 140157967657432 140158352711846 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 8536064 140733032554929 140733032555105 140733032555105 140733032558543 0
[pid=22735/tid=22738] ppid=22733 vsize=13980732 memory=1720 CPUtime=17.04 cores=1,3,5,7
/proc/22735/task/22738/stat : 22738 (java) R 22733 22733 8563 0 -1 4202560 34813 0 0 0 1407 297 0 0 20 0 15 0 117892949 14316269568 2856261 18446744073709551615 4194304 4196468 140733032548736 140157966604688 140158352711684 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 8536064 140733032554929 140733032555105 140733032555105 140733032558543 0
[pid=22735/tid=22739] ppid=22733 vsize=13980732 memory=4616 CPUtime=17.04 cores=1,3,5,7
/proc/22735/task/22739/stat : 22739 (java) R 22733 22733 8563 0 -1 4202560 48371 0 0 0 1394 310 0 0 20 0 15 0 117892949 14316269568 2856261 18446744073709551615 4194304 4196468 140733032548736 140157965552344 140158352965170 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 8536064 140733032554929 140733032555105 140733032555105 140733032558543 0
[pid=22735/tid=22740] ppid=22733 vsize=13980732 memory=11424540 CPUtime=17.04 cores=1,3,5,7
/proc/22735/task/22740/stat : 22740 (java) R 22733 22733 8563 0 -1 4202560 61725 0 0 0 1408 296 0 0 20 0 15 0 117892949 14316269568 2856261 18446744073709551615 4194304 4196468 140733032548736 140157964499600 140158352965064 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 8536064 140733032554929 140733032555105 140733032555105 140733032558543 0
[pid=22735/tid=22741] ppid=22733 vsize=13980732 memory=4420 CPUtime=3.28 cores=1,3,5,7
/proc/22735/task/22741/stat : 22741 (java) S 22733 22733 8563 0 -1 1077944384 37858 0 0 0 325 3 0 0 20 0 15 0 117892950 14316269568 2856261 18446744073709551615 4194304 4196468 140733032548736 140157284836208 140158368024277 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8536064 140733032554929 140733032555105 140733032555105 140733032558543 0
[pid=22735/tid=22742] ppid=22733 vsize=13980732 memory=6628 CPUtime=0 cores=1,3,5,7
/proc/22735/task/22742/stat : 22742 (java) S 22733 22733 8563 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 15 0 117892951 14316269568 2856261 18446744073709551615 4194304 4196468 140733032548736 140157283784160 140158368024277 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8536064 140733032554929 140733032555105 140733032555105 140733032558543 0
[pid=22735/tid=22743] ppid=22733 vsize=13980732 memory=2248 CPUtime=0 cores=1,3,5,7
/proc/22735/task/22743/stat : 22743 (java) S 22733 22733 8563 0 -1 1077944384 65 0 0 0 0 0 0 0 20 0 15 0 117892951 14316269568 2856261 18446744073709551615 4194304 4196468 140733032548736 140157282731520 140158368024277 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8536064 140733032554929 140733032555105 140733032555105 140733032558543 0
[pid=22735/tid=22744] ppid=22733 vsize=13980732 memory=4304 CPUtime=0 cores=1,3,5,7
/proc/22735/task/22744/stat : 22744 (java) S 22733 22733 8563 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 117892954 14316269568 2856261 18446744073709551615 4194304 4196468 140733032548736 140157281680080 140158368032667 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8536064 140733032554929 140733032555105 140733032555105 140733032558543 0
[pid=22735/tid=22745] ppid=22733 vsize=13980732 memory=1380 CPUtime=0.45 cores=1,3,5,7
/proc/22735/task/22745/stat : 22745 (java) S 22733 22733 8563 0 -1 1077944384 2997 0 0 0 44 1 0 0 20 0 15 0 117892954 14316269568 2856261 18446744073709551615 4194304 4196468 140733032548736 140157280626720 140158368024277 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8536064 140733032554929 140733032555105 140733032555105 140733032558543 0
[pid=22735/tid=22746] ppid=22733 vsize=13980732 memory=796 CPUtime=0.51 cores=1,3,5,7
/proc/22735/task/22746/stat : 22746 (java) S 22733 22733 8563 0 -1 1077944384 2716 0 0 0 50 1 0 0 20 0 15 0 117892954 14316269568 2856261 18446744073709551615 4194304 4196468 140733032548736 140157279573888 140158368024277 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8536064 140733032554929 140733032555105 140733032555105 140733032558543 0
[pid=22735/tid=22747] ppid=22733 vsize=13980732 memory=5788 CPUtime=0.3 cores=1,3,5,7
/proc/22735/task/22747/stat : 22747 (java) S 22733 22733 8563 0 -1 1077944384 2509 0 0 0 30 0 0 0 20 0 15 0 117892954 14316269568 2856261 18446744073709551615 4194304 4196468 140733032548736 140157278521632 140158368024277 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8536064 140733032554929 140733032555105 140733032555105 140733032558543 0
[pid=22735/tid=22748] ppid=22733 vsize=13980732 memory=1720 CPUtime=0 cores=1,3,5,7
/proc/22735/task/22748/stat : 22748 (java) S 22733 22733 8563 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 117892954 14316269568 2856261 18446744073709551615 4194304 4196468 140733032548736 140157277469280 140158368024277 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8536064 140733032554929 140733032555105 140733032555105 140733032558543 0
[pid=22735/tid=22749] ppid=22733 vsize=13980732 memory=4616 CPUtime=0.07 cores=1,3,5,7
/proc/22735/task/22749/stat : 22749 (java) S 22733 22733 8563 0 -1 1077944384 678 0 0 0 3 4 0 0 20 0 15 0 117892957 14316269568 2856261 18446744073709551615 4194304 4196468 140733032548736 140157276416816 140158368025218 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8536064 140733032554929 140733032555105 140733032555105 140733032558543 0
Current children cumulated CPU time: 163.45 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 11426424 KiB

[startup+111.601 s]
/proc/loadavg: 2.14 2.07 1.89 6/212 22751
/proc/meminfo: memFree=12319144/32770624 swapFree=67108860/67108860
[pid=22733] ppid=22730 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/22733/stat : 22733 (xcsp3-exec) S 22730 22733 8563 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 117892939 9740288 345 18446744073709551615 4194304 5098028 140737144172688 140737144170792 139749033452156 0 65536 5 65538 18446744071579417331 0 0 17 7 0 0 8 0 0 7196144 7232144 28856320 140737144181112 140737144181317 140737144181317 140737144184811 0
/proc/22733/statm: 2378 345 289 221 0 87 0
[pid=22735] ppid=22733 vsize=13980732 memory=11425044 CPUtime=164.68 cores=1,3,5,7
/proc/22735/stat : 22735 (java) S 22733 22733 8563 0 -1 1077944320 313954 0 0 0 15233 1235 0 0 20 0 15 0 117892948 14316269568 2856261 18446744073709551615 4194304 4196468 140733032548736 140733032531280 140158368014071 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 8536064 140733032554929 140733032555105 140733032555105 140733032558543 0
/proc/22735/statm: 3495183 2856261 3221 1 0 3483476 0
[pid=22735/tid=22736] ppid=22733 vsize=13980732 memory=16436 CPUtime=90.52 cores=1,3,5,7
/proc/22735/task/22736/stat : 22736 (java) S 22733 22733 8563 0 -1 1077944384 55866 0 0 0 9028 24 0 0 20 0 15 0 117892948 14316269568 2856261 18446744073709551615 4194304 4196468 140733032548736 140158372252288 140158368024277 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 2 0 0 6293624 6294260 8536064 140733032554929 140733032555105 140733032555105 140733032558543 0
[pid=22735/tid=22737] ppid=22733 vsize=13980732 memory=3904 CPUtime=17.38 cores=1,3,5,7
/proc/22735/task/22737/stat : 22737 (java) S 22733 22733 8563 0 -1 1077944384 65058 0 0 0 1443 295 0 0 20 0 15 0 117892949 14316269568 2856261 18446744073709551615 4194304 4196468 140733032548736 140157967657232 140158368024277 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8536064 140733032554929 140733032555105 140733032555105 140733032558543 0
[pid=22735/tid=22738] ppid=22733 vsize=13980732 memory=1292 CPUtime=17.32 cores=1,3,5,7
/proc/22735/task/22738/stat : 22738 (java) S 22733 22733 8563 0 -1 1077944384 34813 0 0 0 1435 297 0 0 20 0 15 0 117892949 14316269568 2856261 18446744073709551615 4194304 4196468 140733032548736 140157966604688 140158368024277 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8536064 140733032554929 140733032555105 140733032555105 140733032558543 0
[pid=22735/tid=22739] ppid=22733 vsize=13980732 memory=2316 CPUtime=17.32 cores=1,3,5,7
/proc/22735/task/22739/stat : 22739 (java) S 22733 22733 8563 0 -1 1077944384 48371 0 0 0 1422 310 0 0 20 0 15 0 117892949 14316269568 2856261 18446744073709551615 4194304 4196468 140733032548736 140157965552144 140158368024277 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8536064 140733032554929 140733032555105 140733032555105 140733032558543 0
[pid=22735/tid=22740] ppid=22733 vsize=13980732 memory=1728 CPUtime=17.32 cores=1,3,5,7
/proc/22735/task/22740/stat : 22740 (java) S 22733 22733 8563 0 -1 1077944384 61725 0 0 0 1436 296 0 0 20 0 15 0 117892949 14316269568 2856261 18446744073709551615 4194304 4196468 140733032548736 140157964499600 140158368024277 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8536064 140733032554929 140733032555105 140733032555105 140733032558543 0
[pid=22735/tid=22741] ppid=22733 vsize=13980732 memory=1228 CPUtime=3.4 cores=1,3,5,7
/proc/22735/task/22741/stat : 22741 (java) R 22733 22733 8563 0 -1 4202560 37858 0 0 0 337 3 0 0 20 0 15 0 117892950 14316269568 2856261 18446744073709551615 4194304 4196468 140733032548736 140157284836432 140158346384232 0 0 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 8536064 140733032554929 140733032555105 140733032555105 140733032558543 0
[pid=22735/tid=22742] ppid=22733 vsize=13980732 memory=796 CPUtime=0 cores=1,3,5,7
/proc/22735/task/22742/stat : 22742 (java) S 22733 22733 8563 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 15 0 117892951 14316269568 2856261 18446744073709551615 4194304 4196468 140733032548736 140157283784160 140158368024277 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8536064 140733032554929 140733032555105 140733032555105 140733032558543 0
[pid=22735/tid=22743] ppid=22733 vsize=13980732 memory=5788 CPUtime=0 cores=1,3,5,7
/proc/22735/task/22743/stat : 22743 (java) S 22733 22733 8563 0 -1 1077944384 65 0 0 0 0 0 0 0 20 0 15 0 117892951 14316269568 2856261 18446744073709551615 4194304 4196468 140733032548736 140157282731520 140158368024277 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8536064 140733032554929 140733032555105 140733032555105 140733032558543 0
[pid=22735/tid=22744] ppid=22733 vsize=13980732 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/22735/task/22744/stat : 22744 (java) S 22733 22733 8563 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 117892954 14316269568 2856261 18446744073709551615 4194304 4196468 140733032548736 140157281680080 140158368032667 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8536064 140733032554929 140733032555105 140733032555105 140733032558543 0
[pid=22735/tid=22745] ppid=22733 vsize=13980732 memory=4116 CPUtime=0.45 cores=1,3,5,7
/proc/22735/task/22745/stat : 22745 (java) S 22733 22733 8563 0 -1 1077944384 2997 0 0 0 44 1 0 0 20 0 15 0 117892954 14316269568 2856261 18446744073709551615 4194304 4196468 140733032548736 140157280626720 140158368024277 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8536064 140733032554929 140733032555105 140733032555105 140733032558543 0
[pid=22735/tid=22746] ppid=22733 vsize=13980732 memory=63584 CPUtime=0.51 cores=1,3,5,7
/proc/22735/task/22746/stat : 22746 (java) S 22733 22733 8563 0 -1 1077944384 2716 0 0 0 50 1 0 0 20 0 15 0 117892954 14316269568 2856261 18446744073709551615 4194304 4196468 140733032548736 140157279573888 140158368024277 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8536064 140733032554929 140733032555105 140733032555105 140733032558543 0
[pid=22735/tid=22747] ppid=22733 vsize=13980732 memory=1292 CPUtime=0.3 cores=1,3,5,7
/proc/22735/task/22747/stat : 22747 (java) S 22733 22733 8563 0 -1 1077944384 2509 0 0 0 30 0 0 0 20 0 15 0 117892954 14316269568 2856261 18446744073709551615 4194304 4196468 140733032548736 140157278521632 140158368024277 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8536064 140733032554929 140733032555105 140733032555105 140733032558543 0
[pid=22735/tid=22748] ppid=22733 vsize=13980732 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/22735/task/22748/stat : 22748 (java) S 22733 22733 8563 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 117892954 14316269568 2856261 18446744073709551615 4194304 4196468 140733032548736 140157277469280 140158368024277 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8536064 140733032554929 140733032555105 140733032555105 140733032558543 0
[pid=22735/tid=22749] ppid=22733 vsize=13980732 memory=1012 CPUtime=0.07 cores=1,3,5,7
/proc/22735/task/22749/stat : 22749 (java) S 22733 22733 8563 0 -1 1077944384 678 0 0 0 3 4 0 0 20 0 15 0 117892957 14316269568 2856261 18446744073709551615 4194304 4196468 140733032548736 140157276416816 140158368025218 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8536064 140733032554929 140733032555105 140733032555105 140733032558543 0
Current children cumulated CPU time: 164.68 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 11426424 KiB

[startup+111.705 s]
/proc/loadavg: 2.14 2.07 1.89 6/212 22751
/proc/meminfo: memFree=12319144/32770624 swapFree=67108860/67108860
[pid=22733] ppid=22730 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/22733/stat : 22733 (xcsp3-exec) S 22730 22733 8563 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 117892939 9740288 345 18446744073709551615 4194304 5098028 140737144172688 140737144170792 139749033452156 0 65536 5 65538 18446744071579417331 0 0 17 7 0 0 8 0 0 7196144 7232144 28856320 140737144181112 140737144181317 140737144181317 140737144184811 0
/proc/22733/statm: 2378 345 289 221 0 87 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 9512 KiB
Current children cumulated memory: 1380 KiB

Child status: 1
Real time (s): 111.709
CPU time (s): 164.799
CPU user time (s): 152.385
CPU system time (s): 12.414
CPU usage (%): 147.525
Max. virtual memory (cumulated for all children) (KiB): 13990244
Max. memory (cumulated for all children) (KiB): 11426424

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 152.385
system time used= 12.414
maximum resident set size= 11425352
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 314688
page faults= 0
swaps= 0
block input operations= 0
block output operations= 240
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 7240
involuntary context switches= 945


# summary of solver processes directly reported to runsolver:
#   pid: 22733
#   total CPU time (s): 164.799
#   total CPU user time (s): 152.385
#   total CPU system time (s): 12.414

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.694641 second user time and 1.22244 second system time

The end

Launcher Data

Begin job on node125 at 2017-08-19 17:17:57
IDJOB=4281772
IDBENCH=138074
IDSOLVER=2677
FILE ID=node125/4281772-1503156724
RUNJOBID= node125-1503095795-8622
PBS_JOBID= 
Free space on /tmp= 61912 MiB

SOLVER NAME= choco-solver 4.0.5 seq
BENCH NAME= XCSP17/BinPacking/BinPacking-tab-sw120/BinPacking-tab-sw120-31.xml
COMMAND LINE= ./xcsp3-exec -dir DIR -tl TIMEOUT -ml 11000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4281772-1503156724/watcher-4281772-1503156724 -o /tmp/evaluation-result-4281772-1503156724/solver-4281772-1503156724 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node125-1503095795-8622 --watchdog 2580  ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 1243391554 HOME/instance-4281772-1503156724.xml

TIME LIMIT= 2520 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= 67c04303171609b86978ceecc7dcafe8
RANDOM SEED=1243391554

node125.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.07
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.07
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.07
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.07
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:        23753704 kB
MemAvailable:   25024592 kB
Buffers:          326312 kB
Cached:          1251404 kB
SwapCached:            0 kB
Active:          7888216 kB
Inactive:         678820 kB
Active(anon):    6989752 kB
Inactive(anon):    49484 kB
Active(file):     898464 kB
Inactive(file):   629336 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             83076 kB
Writeback:             4 kB
AnonPages:       6989436 kB
Mapped:            73808 kB
Shmem:             49828 kB
Slab:             144108 kB
SReclaimable:     117848 kB
SUnreclaim:        26260 kB
KernelStack:        3440 kB
PageTables:        18716 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    8703792 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   6846464 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      118144 kB
DirectMap2M:    33427456 kB

Free space on /tmp at the end= 61904 MiB
End job on node125 at 2017-08-19 17:19:49