Trace number 4394100

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 2019-06-14? 367.875 147.282

General information on the benchmark

NameChessboardColoration/ChessboardColoration-int-s2/
ChessboardColoration-int-05-07.xml
MD5SUM91a6e92a2ae9197e0e5abb82e178125f
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark2
Best CPU time to get the best result obtained on this benchmark0.310586
Satisfiable
(Un)Satisfiability was proved
Number of variables35
Number of constraints211
Number of domains1
Minimum domain size35
Maximum domain size35
Distribution of domain sizes[{"size":35,"count":35}]
Minimum variable degree26
Maximum variable degree26
Distribution of variable degrees[{"degree":26,"count":35}]
Minimum constraint arity4
Maximum constraint arity35
Distribution of constraint arities[{"arity":4,"count":210},{"arity":35,"count":1}]
Number of extensional constraints0
Number of intensional constraints210
Distribution of constraint types[{"type":"intension","count":210},{"type":"lex","count":1}]
Optimization problemYES
Type of objectivemin MAXIMUM

Solver Data

0.00/0.00	c java -server -Xmx12000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4394100-1568346434.xml"  -tl '2400s' -p 4
0.12/0.19	c Choco e747e1e
0.12/0.20	c [HOME/instance-4394100-1568346434.xml, -tl, 2400s, -p, 4]
0.34/0.24	c 4 solvers in parallel
0.34/0.31	c parse instance...
367.77/147.23	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
367.77/147.23		at java.util.Arrays.copyOf(Arrays.java:3181)
367.77/147.23		at java.util.ArrayList.grow(ArrayList.java:261)
367.77/147.23		at java.util.ArrayList.ensureExplicitCapacity(ArrayList.java:235)
367.77/147.23		at java.util.ArrayList.ensureCapacityInternal(ArrayList.java:227)
367.77/147.23		at java.util.ArrayList.add(ArrayList.java:458)
367.77/147.23		at org.chocosolver.solver.constraints.extension.Tuples.add(Tuples.java:159)
367.77/147.23		at org.chocosolver.solver.constraints.extension.TuplesFactory.generateTuples(TuplesFactory.java:88)
367.77/147.23		at org.chocosolver.solver.expression.discrete.relational.ReExpression.extension(ReExpression.java:150)
367.77/147.23		at org.chocosolver.parser.xcsp.XCSPParser.buildCtrIntension(XCSPParser.java:112)
367.77/147.23		at org.xcsp.parser.loaders.CtrLoaderInteger.intension(CtrLoaderInteger.java:283)
367.77/147.23		at org.xcsp.parser.loaders.CtrLoaderInteger.load(CtrLoaderInteger.java:164)
367.77/147.23		at org.xcsp.parser.XCallbacks.loadCtr(XCallbacks.java:527)
367.77/147.23		at org.xcsp.parser.XCallbacks.lambda$loadCtrs$3(XCallbacks.java:510)
367.77/147.23		at org.xcsp.parser.XCallbacks$$Lambda$109/25548982.accept(Unknown Source)
367.77/147.23		at java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
367.77/147.23		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:580)
367.77/147.23		at org.xcsp.parser.XCallbacks.loadCtrs(XCallbacks.java:507)
367.77/147.23		at org.chocosolver.parser.xcsp.XCSPParser.loadGroup(XCSPParser.java:1416)
367.77/147.23		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:422)
367.77/147.23		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:407)
367.77/147.23		at org.xcsp.parser.XCallbacks.loadInstance(XCallbacks.java:297)
367.77/147.23		at org.xcsp.parser.XCallbacks.loadInstance(XCallbacks.java:320)
367.77/147.23		at org.chocosolver.parser.xcsp.XCSPParser.model(XCSPParser.java:88)
367.77/147.23		at org.chocosolver.parser.xcsp.XCSP.parse(XCSP.java:111)
367.77/147.23		at org.chocosolver.parser.xcsp.XCSP.buildModel(XCSP.java:99)
367.77/147.23		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:22)
367.77/147.23	s UNKNOWN
367.77/147.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: 16375 MiB (13553 MiB free)
  memory of node 1: 16384 MiB (13546 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4394100-1568346434/watcher-4394100-1568346434 -o /tmp/evaluation-result-4394100-1568346434/solver-4394100-1568346434 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node120-1323860857-17632 --watchdog 2560 xcsp3-exec -dir HOME -tl 2400 -p 4 -ml 12000 -tdir HOME -seed 1340414364 HOME/instance-4394100-1568346434.xml 

running on 4 cores: 4-7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2500 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
solver pid=17651, runsolver pid=17648
Current StackSize limit: 8192 KiB


[startup+0.100141 s]*
/proc/loadavg: 1.15 1.18 1.48 4/223 17686
/proc/meminfo: memFree=27722448/32770688 swapFree=66919992/67108860
[pid=17651] ppid=17648 vsize=113128 memory=1448 CPUtime=0 cores=4-7
/proc/17651/stat : 17651 (xcsp3-exec) S 17648 17651 17600 0 -1 4202496 542 0 0 0 0 0 0 0 20 0 1 0 410649755 115843072 362 33554432000 4194304 5098028 140736576916336 140736576914440 140056202879612 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 16388096 140736576922490 140736576922733 140736576922733 140736576925642 0
/proc/17651/statm: 28282 362 304 221 0 87 0
[pid=17653] ppid=17651 vsize=15144768 memory=29336 CPUtime=0.12 cores=4-7
/proc/17653/stat : 17653 (java) S 17651 17651 17600 0 -1 1077944320 5791 0 0 0 11 1 0 0 20 0 15 0 410649755 15508242432 7334 33554432000 4194304 4196468 140723246961888 140723246944432 140147653136119 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 32256000 140723246969839 140723246970010 140723246970010 140723246972879 0
/proc/17653/statm: 3786192 7334 3119 1 0 3748377 0
[pid=17653/tid=17654] ppid=17651 vsize=15144768 memory=8108032331684915787 CPUtime=0.09 cores=4-7
/proc/17653/task/17654/stat : 17654 (java) R 17651 17651 17600 0 -1 4202560 3709 0 0 0 9 0 0 0 20 0 15 0 410649755 15508242432 7334 33554432000 4194304 4196468 140723246961888 140147657357016 140147282806350 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 32256000 140723246969839 140723246970010 140723246970010 140723246972879 0
[pid=17653/tid=17655] ppid=17651 vsize=15144768 memory=-3689451258167578675 CPUtime=0 cores=4-7
/proc/17653/task/17655/stat : 17655 (java) S 17651 17651 17600 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 410649756 15508242432 7334 33554432000 4194304 4196468 140723246961888 140147605756432 140147653146325 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32256000 140723246969839 140723246970010 140723246970010 140723246972879 0
[pid=17653/tid=17656] ppid=17651 vsize=15144768 memory=140174208906880 CPUtime=0 cores=4-7
/proc/17653/task/17656/stat : 17656 (java) S 17651 17651 17600 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 410649756 15508242432 7334 33554432000 4194304 4196468 140723246961888 140147604703888 140147653146325 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32256000 140723246969839 140723246970010 140723246970010 140723246972879 0
[pid=17653/tid=17657] ppid=17651 vsize=15144768 memory=0 CPUtime=0 cores=4-7
/proc/17653/task/17657/stat : 17657 (java) S 17651 17651 17600 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 410649756 15508242432 7334 33554432000 4194304 4196468 140723246961888 140147603650832 140147653146325 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32256000 140723246969839 140723246970010 140723246970010 140723246972879 0
[pid=17653/tid=17658] ppid=17651 vsize=15144768 memory=-1 CPUtime=0 cores=4-7
/proc/17653/task/17658/stat : 17658 (java) S 17651 17651 17600 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 410649756 15508242432 7334 33554432000 4194304 4196468 140723246961888 140147602598288 140147653146325 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32256000 140723246969839 140723246970010 140723246970010 140723246972879 0
[pid=17653/tid=17659] ppid=17651 vsize=15144768 memory=140174208906880 CPUtime=0 cores=4-7
/proc/17653/task/17659/stat : 17659 (java) S 17651 17651 17600 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 410649758 15508242432 7334 33554432000 4194304 4196468 140723246961888 140147121658608 140147653147266 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32256000 140723246969839 140723246970010 140723246970010 140723246972879 0
[pid=17653/tid=17660] ppid=17651 vsize=15144768 memory=-1 CPUtime=0 cores=4-7
/proc/17653/task/17660/stat : 17660 (java) S 17651 17651 17600 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 410649758 15508242432 7334 33554432000 4194304 4196468 140723246961888 140147120604832 140147653146325 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32256000 140723246969839 140723246970010 140723246970010 140723246972879 0
[pid=17653/tid=17661] ppid=17651 vsize=15144768 memory=0 CPUtime=0 cores=4-7
/proc/17653/task/17661/stat : 17661 (java) S 17651 17651 17600 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 410649758 15508242432 7334 33554432000 4194304 4196468 140723246961888 140147119551728 140147653146325 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32256000 140723246969839 140723246970010 140723246970010 140723246972879 0
[pid=17653/tid=17673] ppid=17651 vsize=15144768 memory=0 CPUtime=0 cores=4-7
/proc/17653/task/17673/stat : 17673 (java) S 17651 17651 17600 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 410649761 15508242432 7334 33554432000 4194304 4196468 140723246961888 140147118500304 140147653154715 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32256000 140723246969839 140723246970010 140723246970010 140723246972879 0
[pid=17653/tid=17674] ppid=17651 vsize=15144768 memory=0 CPUtime=0 cores=4-7
/proc/17653/task/17674/stat : 17674 (java) S 17651 17651 17600 0 -1 1077944384 298 0 0 0 0 0 0 0 20 0 15 0 410649761 15508242432 7334 33554432000 4194304 4196468 140723246961888 140147117447408 140147653147266 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32256000 140723246969839 140723246970010 140723246970010 140723246972879 0
[pid=17653/tid=17675] ppid=17651 vsize=15144768 memory=-1 CPUtime=0 cores=4-7
/proc/17653/task/17675/stat : 17675 (java) S 17651 17651 17600 0 -1 1077944384 123 0 0 0 0 0 0 0 20 0 15 0 410649761 15508242432 7334 33554432000 4194304 4196468 140723246961888 140147116394864 140147653147266 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32256000 140723246969839 140723246970010 140723246970010 140723246972879 0
[pid=17653/tid=17676] ppid=17651 vsize=15144768 memory=140174208906880 CPUtime=0.01 cores=4-7
/proc/17653/task/17676/stat : 17676 (java) R 17651 17651 17600 0 -1 4202560 363 0 0 0 1 0 0 0 20 0 15 0 410649761 15508242432 7334 33554432000 4194304 4196468 140723246961888 140147115341808 140147645373246 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 32256000 140723246969839 140723246970010 140723246970010 140723246972879 0
[pid=17653/tid=17678] ppid=17651 vsize=15144768 memory=-1 CPUtime=0 cores=4-7
/proc/17653/task/17678/stat : 17678 (java) S 17651 17651 17600 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 410649761 15508242432 7334 33554432000 4194304 4196468 140723246961888 140147114289504 140147653146325 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32256000 140723246969839 140723246970010 140723246970010 140723246972879 0
[pid=17653/tid=17679] ppid=17651 vsize=15144768 memory=140174208906880 CPUtime=0 cores=4-7
/proc/17653/task/17679/stat : 17679 (java) S 17651 17651 17600 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 410649762 15508242432 7334 33554432000 4194304 4196468 140723246961888 140147113237552 140147653147266 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32256000 140723246969839 140723246970010 140723246970010 140723246972879 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 15257896 KiB
Current children cumulated memory: 30784 KiB

[startup+0.211629 s]*
/proc/loadavg: 1.15 1.18 1.48 4/229 17692
/proc/meminfo: memFree=27702032/32770688 swapFree=66919992/67108860
[pid=17651] ppid=17648 vsize=113128 memory=1448 CPUtime=0 cores=4-7
/proc/17651/stat : 17651 (xcsp3-exec) S 17648 17651 17600 0 -1 4202496 542 0 0 0 0 0 0 0 20 0 1 0 410649755 115843072 362 33554432000 4194304 5098028 140736576916336 140736576914440 140056202879612 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 16388096 140736576922490 140736576922733 140736576922733 140736576925642 0
/proc/17651/statm: 28282 362 304 221 0 87 0
[pid=17653] ppid=17651 vsize=15144768 memory=39940 CPUtime=0.34 cores=4-7
/proc/17653/stat : 17653 (java) S 17651 17651 17600 0 -1 1077944320 9238 0 0 0 31 3 0 0 20 0 15 0 410649755 15508242432 9985 33554432000 4194304 4196468 140723246961888 140723246944432 140147653136119 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 32256000 140723246969839 140723246970010 140723246970010 140723246972879 0
/proc/17653/statm: 3786192 9985 3259 1 0 3748377 0
[pid=17653/tid=17654] ppid=17651 vsize=15144768 memory=7883960649037381690 CPUtime=0.2 cores=4-7
/proc/17653/task/17654/stat : 17654 (java) R 17651 17651 17600 0 -1 4202560 6524 0 0 0 18 2 0 0 20 0 15 0 410649755 15508242432 9985 33554432000 4194304 4196468 140723246961888 140147657373600 140147653157466 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 32256000 140723246969839 140723246970010 140723246970010 140723246972879 0
[pid=17653/tid=17655] ppid=17651 vsize=15144768 memory=1915596 CPUtime=0 cores=4-7
/proc/17653/task/17655/stat : 17655 (java) S 17651 17651 17600 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 410649756 15508242432 9985 33554432000 4194304 4196468 140723246961888 140147605756432 140147653146325 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32256000 140723246969839 140723246970010 140723246970010 140723246972879 0
[pid=17653/tid=17656] ppid=17651 vsize=15144768 memory=4121273819391440544 CPUtime=0 cores=4-7
/proc/17653/task/17656/stat : 17656 (java) S 17651 17651 17600 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 410649756 15508242432 9985 33554432000 4194304 4196468 140723246961888 140147604703888 140147653146325 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32256000 140723246969839 140723246970010 140723246970010 140723246972879 0
[pid=17653/tid=17657] ppid=17651 vsize=15144768 memory=0 CPUtime=0 cores=4-7
/proc/17653/task/17657/stat : 17657 (java) S 17651 17651 17600 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 410649756 15508242432 9985 33554432000 4194304 4196468 140723246961888 140147603650832 140147653146325 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32256000 140723246969839 140723246970010 140723246970010 140723246972879 0
[pid=17653/tid=17658] ppid=17651 vsize=15144768 memory=-1 CPUtime=0 cores=4-7
/proc/17653/task/17658/stat : 17658 (java) S 17651 17651 17600 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 410649756 15508242432 9985 33554432000 4194304 4196468 140723246961888 140147602598288 140147653146325 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32256000 140723246969839 140723246970010 140723246970010 140723246972879 0
[pid=17653/tid=17659] ppid=17651 vsize=15144768 memory=140174208906880 CPUtime=0 cores=4-7
/proc/17653/task/17659/stat : 17659 (java) S 17651 17651 17600 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 410649758 15508242432 9985 33554432000 4194304 4196468 140723246961888 140147121658608 140147653147266 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32256000 140723246969839 140723246970010 140723246970010 140723246972879 0
[pid=17653/tid=17660] ppid=17651 vsize=15144768 memory=-1 CPUtime=0 cores=4-7
/proc/17653/task/17660/stat : 17660 (java) S 17651 17651 17600 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 410649758 15508242432 9985 33554432000 4194304 4196468 140723246961888 140147120604832 140147653146325 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32256000 140723246969839 140723246970010 140723246970010 140723246972879 0
[pid=17653/tid=17661] ppid=17651 vsize=15144768 memory=0 CPUtime=0 cores=4-7
/proc/17653/task/17661/stat : 17661 (java) S 17651 17651 17600 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 410649758 15508242432 9985 33554432000 4194304 4196468 140723246961888 140147119551728 140147653146325 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32256000 140723246969839 140723246970010 140723246970010 140723246972879 0
[pid=17653/tid=17673] ppid=17651 vsize=15144768 memory=0 CPUtime=0 cores=4-7
/proc/17653/task/17673/stat : 17673 (java) S 17651 17651 17600 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 410649761 15508242432 9985 33554432000 4194304 4196468 140723246961888 140147118500304 140147653154715 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32256000 140723246969839 140723246970010 140723246970010 140723246972879 0
[pid=17653/tid=17674] ppid=17651 vsize=15144768 memory=0 CPUtime=0.02 cores=4-7
/proc/17653/task/17674/stat : 17674 (java) S 17651 17651 17600 0 -1 1077944384 368 0 0 0 2 0 0 0 20 0 15 0 410649761 15508242432 9985 33554432000 4194304 4196468 140723246961888 140147117447408 140147653147266 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32256000 140723246969839 140723246970010 140723246970010 140723246972879 0
[pid=17653/tid=17675] ppid=17651 vsize=15144768 memory=-1 CPUtime=0.02 cores=4-7
/proc/17653/task/17675/stat : 17675 (java) R 17651 17651 17600 0 -1 4202560 256 0 0 0 2 0 0 0 20 0 15 0 410649761 15508242432 9985 33554432000 4194304 4196468 140723246961888 140147116394864 140147653148054 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 32256000 140723246969839 140723246970010 140723246970010 140723246972879 0
[pid=17653/tid=17676] ppid=17651 vsize=15144768 memory=140174208906880 CPUtime=0.07 cores=4-7
/proc/17653/task/17676/stat : 17676 (java) S 17651 17651 17600 0 -1 1077944384 788 0 0 0 7 0 0 0 20 0 15 0 410649761 15508242432 9985 33554432000 4194304 4196468 140723246961888 140147115341808 140147653147266 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32256000 140723246969839 140723246970010 140723246970010 140723246972879 0
[pid=17653/tid=17678] ppid=17651 vsize=15144768 memory=-1 CPUtime=0 cores=4-7
/proc/17653/task/17678/stat : 17678 (java) S 17651 17651 17600 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 410649761 15508242432 9985 33554432000 4194304 4196468 140723246961888 140147114289504 140147653146325 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32256000 140723246969839 140723246970010 140723246970010 140723246972879 0
[pid=17653/tid=17679] ppid=17651 vsize=15144768 memory=0 CPUtime=0 cores=4-7
/proc/17653/task/17679/stat : 17679 (java) S 17651 17651 17600 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 410649762 15508242432 9985 33554432000 4194304 4196468 140723246961888 140147113237552 140147653147266 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32256000 140723246969839 140723246970010 140723246970010 140723246972879 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 15257896 KiB
Current children cumulated memory: 41388 KiB

[startup+0.31148 s]*
/proc/loadavg: 1.15 1.18 1.48 3/229 17692
/proc/meminfo: memFree=27687080/32770688 swapFree=66919992/67108860
[pid=17651] ppid=17648 vsize=113128 memory=1448 CPUtime=0 cores=4-7
/proc/17651/stat : 17651 (xcsp3-exec) S 17648 17651 17600 0 -1 4202496 542 0 0 0 0 0 0 0 20 0 1 0 410649755 115843072 362 33554432000 4194304 5098028 140736576916336 140736576914440 140056202879612 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 16388096 140736576922490 140736576922733 140736576922733 140736576925642 0
/proc/17651/statm: 28282 362 304 221 0 87 0
[pid=17653] ppid=17651 vsize=15149024 memory=46800 CPUtime=0.52 cores=4-7
/proc/17653/stat : 17653 (java) S 17651 17651 17600 0 -1 1077944320 10451 0 0 0 48 4 0 0 20 0 15 0 410649755 15512600576 11700 33554432000 4194304 4196468 140723246961888 140723246944432 140147653136119 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 32256000 140723246969839 140723246970010 140723246970010 140723246972879 0
/proc/17653/statm: 3787256 11700 3356 1 0 3748377 0
[pid=17653/tid=17654] ppid=17651 vsize=15149024 memory=1398722017469774279 CPUtime=0.29 cores=4-7
/proc/17653/task/17654/stat : 17654 (java) R 17651 17651 17600 0 -1 4202560 7535 0 0 0 27 2 0 0 20 0 15 0 410649755 15512600576 11700 33554432000 4194304 4196468 140723246961888 140147657348672 140147639382353 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 32256000 140723246969839 140723246970010 140723246970010 140723246972879 0
[pid=17653/tid=17655] ppid=17651 vsize=15149024 memory=4872558044660077418 CPUtime=0 cores=4-7
/proc/17653/task/17655/stat : 17655 (java) S 17651 17651 17600 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 410649756 15512600576 11700 33554432000 4194304 4196468 140723246961888 140147605756432 140147653146325 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32256000 140723246969839 140723246970010 140723246970010 140723246972879 0
[pid=17653/tid=17656] ppid=17651 vsize=15149024 memory=35809 CPUtime=0 cores=4-7
/proc/17653/task/17656/stat : 17656 (java) S 17651 17651 17600 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 410649756 15512600576 11700 33554432000 4194304 4196468 140723246961888 140147604703888 140147653146325 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32256000 140723246969839 140723246970010 140723246970010 140723246972879 0
[pid=17653/tid=17657] ppid=17651 vsize=15149024 memory=0 CPUtime=0 cores=4-7
/proc/17653/task/17657/stat : 17657 (java) S 17651 17651 17600 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 410649756 15512600576 11700 33554432000 4194304 4196468 140723246961888 140147603650832 140147653146325 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32256000 140723246969839 140723246970010 140723246970010 140723246972879 0
[pid=17653/tid=17658] ppid=17651 vsize=15149024 memory=9122464004270842071 CPUtime=0 cores=4-7
/proc/17653/task/17658/stat : 17658 (java) S 17651 17651 17600 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 410649756 15512600576 11700 33554432000 4194304 4196468 140723246961888 140147602598288 140147653146325 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32256000 140723246969839 140723246970010 140723246970010 140723246972879 0
[pid=17653/tid=17659] ppid=17651 vsize=15149024 memory=6944652177228980320 CPUtime=0 cores=4-7
/proc/17653/task/17659/stat : 17659 (java) S 17651 17651 17600 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 410649758 15512600576 11700 33554432000 4194304 4196468 140723246961888 140147121658608 140147653147266 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32256000 140723246969839 140723246970010 140723246970010 140723246972879 0
[pid=17653/tid=17660] ppid=17651 vsize=15149024 memory=6655300316396806240 CPUtime=0 cores=4-7
/proc/17653/task/17660/stat : 17660 (java) S 17651 17651 17600 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 410649758 15512600576 11700 33554432000 4194304 4196468 140723246961888 140147120604832 140147653146325 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32256000 140723246969839 140723246970010 140723246970010 140723246972879 0
[pid=17653/tid=17661] ppid=17651 vsize=15149024 memory=6943526294502006880 CPUtime=0 cores=4-7
/proc/17653/task/17661/stat : 17661 (java) S 17651 17651 17600 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 410649758 15512600576 11700 33554432000 4194304 4196468 140723246961888 140147119551728 140147653146325 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32256000 140723246969839 140723246970010 140723246970010 140723246972879 0
[pid=17653/tid=17673] ppid=17651 vsize=15149024 memory=-3258418265892434876 CPUtime=0 cores=4-7
/proc/17653/task/17673/stat : 17673 (java) S 17651 17651 17600 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 410649761 15512600576 11700 33554432000 4194304 4196468 140723246961888 140147118500304 140147653154715 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32256000 140723246969839 140723246970010 140723246970010 140723246972879 0
[pid=17653/tid=17674] ppid=17651 vsize=15149024 memory=4500088463514900084 CPUtime=0.04 cores=4-7
/proc/17653/task/17674/stat : 17674 (java) S 17651 17651 17600 0 -1 1077944384 402 0 0 0 4 0 0 0 20 0 15 0 410649761 15512600576 11700 33554432000 4194304 4196468 140723246961888 140147117447408 140147653147266 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32256000 140723246969839 140723246970010 140723246970010 140723246972879 0
[pid=17653/tid=17675] ppid=17651 vsize=15149024 memory=6944613755495348631 CPUtime=0.04 cores=4-7
/proc/17653/task/17675/stat : 17675 (java) S 17651 17651 17600 0 -1 1077944384 280 0 0 0 4 0 0 0 20 0 15 0 410649761 15512600576 11700 33554432000 4194304 4196468 140723246961888 140147116394864 140147653147266 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32256000 140723246969839 140723246970010 140723246970010 140723246972879 0
[pid=17653/tid=17676] ppid=17651 vsize=15149024 memory=7893295687695687954 CPUtime=0.12 cores=4-7
/proc/17653/task/17676/stat : 17676 (java) S 17651 17651 17600 0 -1 1077944384 931 0 0 0 12 0 0 0 20 0 15 0 410649761 15512600576 11700 33554432000 4194304 4196468 140723246961888 140147115341808 140147653147266 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32256000 140723246969839 140723246970010 140723246970010 140723246972879 0
[pid=17653/tid=17678] ppid=17651 vsize=15149024 memory=-8813974798734826869 CPUtime=0 cores=4-7
/proc/17653/task/17678/stat : 17678 (java) S 17651 17651 17600 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 410649761 15512600576 11700 33554432000 4194304 4196468 140723246961888 140147114289504 140147653146325 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32256000 140723246969839 140723246970010 140723246970010 140723246972879 0
[pid=17653/tid=17679] ppid=17651 vsize=15149024 memory=7827413994055111515 CPUtime=0 cores=4-7
/proc/17653/task/17679/stat : 17679 (java) S 17651 17651 17600 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 410649762 15512600576 11700 33554432000 4194304 4196468 140723246961888 140147113237552 140147653147266 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32256000 140723246969839 140723246970010 140723246970010 140723246972879 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 15262152 KiB
Current children cumulated memory: 48248 KiB

[startup+0.700875 s]
/proc/loadavg: 1.15 1.18 1.48 6/229 17692
/proc/meminfo: memFree=27661280/32770688 swapFree=66919992/67108860
[pid=17651] ppid=17648 vsize=113128 memory=1448 CPUtime=0 cores=4-7
/proc/17651/stat : 17651 (xcsp3-exec) S 17648 17651 17600 0 -1 4202496 542 0 0 0 0 0 0 0 20 0 1 0 410649755 115843072 362 33554432000 4194304 5098028 140736576916336 140736576914440 140056202879612 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 16388096 140736576922490 140736576922733 140736576922733 140736576925642 0
/proc/17651/statm: 28282 362 304 221 0 87 0
[pid=17653] ppid=17651 vsize=15151148 memory=101660 CPUtime=1.31 cores=4-7
/proc/17653/stat : 17653 (java) S 17651 17651 17600 0 -1 1077944320 12990 0 0 0 125 6 0 0 20 0 15 0 410649755 15514775552 25415 33554432000 4194304 4196468 140723246961888 140723246944432 140147653136119 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 32256000 140723246969839 140723246970010 140723246970010 140723246972879 0
/proc/17653/statm: 3787787 25415 3435 1 0 3748889 0
[pid=17653/tid=17654] ppid=17651 vsize=15151148 memory=0 CPUtime=0.68 cores=4-7
/proc/17653/task/17654/stat : 17654 (java) R 17651 17651 17600 0 -1 4202560 8987 0 0 0 64 4 0 0 20 0 15 0 410649755 15514775552 25415 33554432000 4194304 4196468 140723246961888 140147657363872 140147286095950 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 32256000 140723246969839 140723246970010 140723246970010 140723246972879 0
[pid=17653/tid=17655] ppid=17651 vsize=15151148 memory=0 CPUtime=0 cores=4-7
/proc/17653/task/17655/stat : 17655 (java) S 17651 17651 17600 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 410649756 15514775552 25415 33554432000 4194304 4196468 140723246961888 140147605756432 140147653146325 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32256000 140723246969839 140723246970010 140723246970010 140723246972879 0
[pid=17653/tid=17656] ppid=17651 vsize=15151148 memory=0 CPUtime=0 cores=4-7
/proc/17653/task/17656/stat : 17656 (java) S 17651 17651 17600 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 410649756 15514775552 25415 33554432000 4194304 4196468 140723246961888 140147604703888 140147653146325 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32256000 140723246969839 140723246970010 140723246970010 140723246972879 0
[pid=17653/tid=17657] ppid=17651 vsize=15151148 memory=0 CPUtime=0 cores=4-7
/proc/17653/task/17657/stat : 17657 (java) S 17651 17651 17600 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 410649756 15514775552 25415 33554432000 4194304 4196468 140723246961888 140147603650832 140147653146325 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32256000 140723246969839 140723246970010 140723246970010 140723246972879 0
[pid=17653/tid=17658] ppid=17651 vsize=15151148 memory=0 CPUtime=0 cores=4-7
/proc/17653/task/17658/stat : 17658 (java) S 17651 17651 17600 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 410649756 15514775552 25415 33554432000 4194304 4196468 140723246961888 140147602598288 140147653146325 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32256000 140723246969839 140723246970010 140723246970010 140723246972879 0
[pid=17653/tid=17659] ppid=17651 vsize=15151148 memory=1712 CPUtime=0 cores=4-7
/proc/17653/task/17659/stat : 17659 (java) S 17651 17651 17600 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 410649758 15514775552 25415 33554432000 4194304 4196468 140723246961888 140147121658608 140147653147266 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32256000 140723246969839 140723246970010 140723246970010 140723246972879 0
[pid=17653/tid=17660] ppid=17651 vsize=15151148 memory=5972 CPUtime=0 cores=4-7
/proc/17653/task/17660/stat : 17660 (java) S 17651 17651 17600 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 410649758 15514775552 25415 33554432000 4194304 4196468 140723246961888 140147120604832 140147653146325 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32256000 140723246969839 140723246970010 140723246970010 140723246972879 0
[pid=17653/tid=17661] ppid=17651 vsize=15151148 memory=4164 CPUtime=0 cores=4-7
/proc/17653/task/17661/stat : 17661 (java) S 17651 17651 17600 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 410649758 15514775552 25415 33554432000 4194304 4196468 140723246961888 140147119551728 140147653146325 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32256000 140723246969839 140723246970010 140723246970010 140723246972879 0
[pid=17653/tid=17673] ppid=17651 vsize=15151148 memory=1056 CPUtime=0 cores=4-7
/proc/17653/task/17673/stat : 17673 (java) S 17651 17651 17600 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 410649761 15514775552 25415 33554432000 4194304 4196468 140723246961888 140147118500304 140147653154715 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32256000 140723246969839 140723246970010 140723246970010 140723246972879 0
[pid=17653/tid=17674] ppid=17651 vsize=15151148 memory=2828 CPUtime=0.17 cores=4-7
/proc/17653/task/17674/stat : 17674 (java) S 17651 17651 17600 0 -1 1077944384 722 0 0 0 17 0 0 0 20 0 15 0 410649761 15514775552 25415 33554432000 4194304 4196468 140723246961888 140147117447408 140147653147266 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32256000 140723246969839 140723246970010 140723246970010 140723246972879 0
[pid=17653/tid=17675] ppid=17651 vsize=15151148 memory=1176 CPUtime=0.14 cores=4-7
/proc/17653/task/17675/stat : 17675 (java) S 17651 17651 17600 0 -1 1077944384 526 0 0 0 14 0 0 0 20 0 15 0 410649761 15514775552 25415 33554432000 4194304 4196468 140723246961888 140147116394864 140147653147266 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32256000 140723246969839 140723246970010 140723246970010 140723246972879 0
[pid=17653/tid=17676] ppid=17651 vsize=15151148 memory=980 CPUtime=0.28 cores=4-7
/proc/17653/task/17676/stat : 17676 (java) S 17651 17651 17600 0 -1 1077944384 1450 0 0 0 28 0 0 0 20 0 15 0 410649761 15514775552 25415 33554432000 4194304 4196468 140723246961888 140147115341808 140147653147266 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32256000 140723246969839 140723246970010 140723246970010 140723246972879 0
[pid=17653/tid=17678] ppid=17651 vsize=15151148 memory=14008 CPUtime=0 cores=4-7
/proc/17653/task/17678/stat : 17678 (java) S 17651 17651 17600 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 410649761 15514775552 25415 33554432000 4194304 4196468 140723246961888 140147114289504 140147653146325 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32256000 140723246969839 140723246970010 140723246970010 140723246972879 0
[pid=17653/tid=17679] ppid=17651 vsize=15151148 memory=12028 CPUtime=0 cores=4-7
/proc/17653/task/17679/stat : 17679 (java) S 17651 17651 17600 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 410649762 15514775552 25415 33554432000 4194304 4196468 140723246961888 140147113237552 140147653147266 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32256000 140723246969839 140723246970010 140723246970010 140723246972879 0
Current children cumulated CPU time: 1.31 s
Current children cumulated vsize: 15264276 KiB
Current children cumulated memory: 103108 KiB

[startup+1.50088 s]
/proc/loadavg: 1.15 1.18 1.48 5/229 17692
/proc/meminfo: memFree=27401772/32770688 swapFree=66919992/67108860
[pid=17651] ppid=17648 vsize=113128 memory=1448 CPUtime=0 cores=4-7
/proc/17651/stat : 17651 (xcsp3-exec) S 17648 17651 17600 0 -1 4202496 542 0 0 0 0 0 0 0 20 0 1 0 410649755 115843072 362 33554432000 4194304 5098028 140736576916336 140736576914440 140056202879612 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 16388096 140736576922490 140736576922733 140736576922733 140736576925642 0
/proc/17651/statm: 28282 362 304 221 0 87 0

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

/proc/17651/stat : 17651 (xcsp3-exec) S 17648 17651 17600 0 -1 4202496 542 0 0 0 0 0 0 0 20 0 1 0 410649755 115843072 362 33554432000 4194304 5098028 140736576916336 140736576914440 140056202879612 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 16388096 140736576922490 140736576922733 140736576922733 140736576925642 0
/proc/17651/statm: 28282 362 304 221 0 87 0
[pid=17653] ppid=17651 vsize=15151148 memory=11840600 CPUtime=365.39 cores=4-7
/proc/17653/stat : 17653 (java) S 17651 17651 17600 0 -1 1077944320 123981 0 0 0 35497 1042 0 0 20 0 15 0 410649755 15514775552 2960150 33554432000 4194304 4196468 140723246961888 140723246944432 140147653136119 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 32256000 140723246969839 140723246970010 140723246970010 140723246972879 0
/proc/17653/statm: 3787787 2960150 3500 1 0 3748889 0
[pid=17653/tid=17654] ppid=17651 vsize=15151148 memory=6791534058613427641 CPUtime=40.62 cores=4-7
/proc/17653/task/17654/stat : 17654 (java) S 17651 17651 17600 0 -1 1077944384 16567 0 0 0 4053 9 0 0 20 0 15 0 410649755 15514775552 2960150 33554432000 4194304 4196468 140723246961888 140147657374368 140147653146325 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32256000 140723246969839 140723246970010 140723246970010 140723246972879 0
[pid=17653/tid=17655] ppid=17651 vsize=15151148 memory=924 CPUtime=73.27 cores=4-7
/proc/17653/task/17655/stat : 17655 (java) R 17651 17651 17600 0 -1 4202560 14143 0 0 0 7066 261 0 0 20 0 15 0 410649756 15514775552 2960150 33554432000 4194304 4196468 140723246961888 140147605756632 140147638125755 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 32256000 140723246969839 140723246970010 140723246970010 140723246972879 0
[pid=17653/tid=17656] ppid=17651 vsize=15151148 memory=1444 CPUtime=73.34 cores=4-7
/proc/17653/task/17656/stat : 17656 (java) R 17651 17651 17600 0 -1 4202560 17919 0 0 0 7083 251 0 0 20 0 15 0 410649756 15514775552 2960150 33554432000 4194304 4196468 140723246961888 140147604704008 140147645764327 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 32256000 140723246969839 140723246970010 140723246970010 140723246972879 0
[pid=17653/tid=17657] ppid=17651 vsize=15151148 memory=1764 CPUtime=72.84 cores=4-7
/proc/17653/task/17657/stat : 17657 (java) R 17651 17651 17600 0 -1 4202560 18803 0 0 0 7034 250 0 0 20 0 15 0 410649756 15514775552 2960150 33554432000 4194304 4196468 140723246961888 140147603650952 140147645764327 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 32256000 140723246969839 140723246970010 140723246970010 140723246972879 0
[pid=17653/tid=17658] ppid=17651 vsize=15151148 memory=111632 CPUtime=73.28 cores=4-7
/proc/17653/task/17658/stat : 17658 (java) R 17651 17651 17600 0 -1 4202560 16998 0 0 0 7065 263 0 0 20 0 15 0 410649756 15514775552 2960150 33554432000 4194304 4196468 140723246961888 140147602598408 140147645764327 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 32256000 140723246969839 140723246970010 140723246970010 140723246972879 0
[pid=17653/tid=17659] ppid=17651 vsize=15151148 memory=11840596 CPUtime=30.75 cores=4-7
/proc/17653/task/17659/stat : 17659 (java) S 17651 17651 17600 0 -1 1077944384 30133 0 0 0 3073 2 0 0 20 0 15 0 410649758 15514775552 2960150 33554432000 4194304 4196468 140723246961888 140147121657168 140147653146325 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 18 0 0 6293624 6294260 32256000 140723246969839 140723246970010 140723246970010 140723246972879 0
[pid=17653/tid=17660] ppid=17651 vsize=15151148 memory=1448 CPUtime=0 cores=4-7
/proc/17653/task/17660/stat : 17660 (java) S 17651 17651 17600 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 410649758 15514775552 2960150 33554432000 4194304 4196468 140723246961888 140147120604896 140147653146325 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32256000 140723246969839 140723246970010 140723246970010 140723246972879 0
[pid=17653/tid=17661] ppid=17651 vsize=15151148 memory=11840596 CPUtime=0 cores=4-7
/proc/17653/task/17661/stat : 17661 (java) S 17651 17651 17600 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 15 0 410649758 15514775552 2960150 33554432000 4194304 4196468 140723246961888 140147119551744 140147653146325 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32256000 140723246969839 140723246970010 140723246970010 140723246972879 0
[pid=17653/tid=17673] ppid=17651 vsize=15151148 memory=11840596 CPUtime=0 cores=4-7
/proc/17653/task/17673/stat : 17673 (java) S 17651 17651 17600 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 410649761 15514775552 2960150 33554432000 4194304 4196468 140723246961888 140147118500304 140147653154715 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32256000 140723246969839 140723246970010 140723246970010 140723246972879 0
[pid=17653/tid=17674] ppid=17651 vsize=15151148 memory=1176 CPUtime=0.37 cores=4-7
/proc/17653/task/17674/stat : 17674 (java) S 17651 17651 17600 0 -1 1077944384 2046 0 0 0 37 0 0 0 20 0 15 0 410649761 15514775552 2960150 33554432000 4194304 4196468 140723246961888 140147117447456 140147653146325 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 68 0 0 6293624 6294260 32256000 140723246969839 140723246970010 140723246970010 140723246972879 0
[pid=17653/tid=17675] ppid=17651 vsize=15151148 memory=1448 CPUtime=0.33 cores=4-7
/proc/17653/task/17675/stat : 17675 (java) S 17651 17651 17600 0 -1 1077944384 2082 0 0 0 33 0 0 0 20 0 15 0 410649761 15514775552 2960150 33554432000 4194304 4196468 140723246961888 140147116394912 140147653146325 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 33 0 0 6293624 6294260 32256000 140723246969839 140723246970010 140723246970010 140723246972879 0
[pid=17653/tid=17676] ppid=17651 vsize=15151148 memory=1448 CPUtime=0.43 cores=4-7
/proc/17653/task/17676/stat : 17676 (java) S 17651 17651 17600 0 -1 1077944384 3837 0 0 0 43 0 0 0 20 0 15 0 410649761 15514775552 2960150 33554432000 4194304 4196468 140723246961888 140147115341568 140147653146325 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 60 0 0 6293624 6294260 32256000 140723246969839 140723246970010 140723246970010 140723246972879 0
[pid=17653/tid=17678] ppid=17651 vsize=15151148 memory=2020 CPUtime=0 cores=4-7
/proc/17653/task/17678/stat : 17678 (java) S 17651 17651 17600 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 410649761 15514775552 2960150 33554432000 4194304 4196468 140723246961888 140147114289504 140147653146325 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32256000 140723246969839 140723246970010 140723246970010 140723246972879 0
[pid=17653/tid=17679] ppid=17651 vsize=15151148 memory=1432 CPUtime=0.05 cores=4-7
/proc/17653/task/17679/stat : 17679 (java) S 17651 17651 17600 0 -1 1077944384 156 0 0 0 1 4 0 0 20 0 15 0 410649762 15514775552 2960150 33554432000 4194304 4196468 140723246961888 140147113237552 140147653147266 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 72 0 0 6293624 6294260 32256000 140723246969839 140723246970010 140723246970010 140723246972879 0
Current children cumulated CPU time: 365.39 s
Current children cumulated vsize: 15264276 KiB
Current children cumulated memory: 11842048 KiB

[startup+146.401 s]
/proc/loadavg: 6.95 3.36 2.24 6/234 17738
/proc/meminfo: memFree=13761536/32770688 swapFree=66919992/67108860
[pid=17651] ppid=17648 vsize=113128 memory=1448 CPUtime=0 cores=4-7
/proc/17651/stat : 17651 (xcsp3-exec) S 17648 17651 17600 0 -1 4202496 542 0 0 0 0 0 0 0 20 0 1 0 410649755 115843072 362 33554432000 4194304 5098028 140736576916336 140736576914440 140056202879612 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 16388096 140736576922490 140736576922733 140736576922733 140736576925642 0
/proc/17651/statm: 28282 362 304 221 0 87 0
[pid=17653] ppid=17651 vsize=15151148 memory=11840600 CPUtime=366.97 cores=4-7
/proc/17653/stat : 17653 (java) S 17651 17651 17600 0 -1 1077944320 123981 0 0 0 35655 1042 0 0 20 0 15 0 410649755 15514775552 2960150 33554432000 4194304 4196468 140723246961888 140723246944432 140147653136119 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 32256000 140723246969839 140723246970010 140723246970010 140723246972879 0
/proc/17653/statm: 3787787 2960150 3500 1 0 3748889 0
[pid=17653/tid=17654] ppid=17651 vsize=15151148 memory=1556 CPUtime=40.62 cores=4-7
/proc/17653/task/17654/stat : 17654 (java) S 17651 17651 17600 0 -1 1077944384 16567 0 0 0 4053 9 0 0 20 0 15 0 410649755 15514775552 2960150 33554432000 4194304 4196468 140723246961888 140147657374368 140147653146325 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32256000 140723246969839 140723246970010 140723246970010 140723246972879 0
[pid=17653/tid=17655] ppid=17651 vsize=15151148 memory=9588 CPUtime=73.54 cores=4-7
/proc/17653/task/17655/stat : 17655 (java) S 17651 17651 17600 0 -1 1077944384 14143 0 0 0 7093 261 0 0 20 0 15 0 410649756 15514775552 2960150 33554432000 4194304 4196468 140723246961888 140147605756432 140147653146325 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32256000 140723246969839 140723246970010 140723246970010 140723246972879 0
[pid=17653/tid=17656] ppid=17651 vsize=15151148 memory=1712 CPUtime=73.6 cores=4-7
/proc/17653/task/17656/stat : 17656 (java) S 17651 17651 17600 0 -1 1077944384 17919 0 0 0 7109 251 0 0 20 0 15 0 410649756 15514775552 2960150 33554432000 4194304 4196468 140723246961888 140147604703888 140147653146325 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32256000 140723246969839 140723246970010 140723246970010 140723246972879 0
[pid=17653/tid=17657] ppid=17651 vsize=15151148 memory=6791534058613427641 CPUtime=73.1 cores=4-7
/proc/17653/task/17657/stat : 17657 (java) S 17651 17651 17600 0 -1 1077944384 18803 0 0 0 7060 250 0 0 20 0 15 0 410649756 15514775552 2960150 33554432000 4194304 4196468 140723246961888 140147603650832 140147653146325 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32256000 140723246969839 140723246970010 140723246970010 140723246972879 0
[pid=17653/tid=17658] ppid=17651 vsize=15151148 memory=2300 CPUtime=73.54 cores=4-7
/proc/17653/task/17658/stat : 17658 (java) S 17651 17651 17600 0 -1 1077944384 16998 0 0 0 7091 263 0 0 20 0 15 0 410649756 15514775552 2960150 33554432000 4194304 4196468 140723246961888 140147602598288 140147653146325 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32256000 140723246969839 140723246970010 140723246970010 140723246972879 0
[pid=17653/tid=17659] ppid=17651 vsize=15151148 memory=1412 CPUtime=31.28 cores=4-7
/proc/17653/task/17659/stat : 17659 (java) R 17651 17651 17600 0 -1 4202560 30133 0 0 0 3126 2 0 0 20 0 15 0 410649758 15514775552 2960150 33554432000 4194304 4196468 140723246961888 140147121657056 140147638132672 0 0 0 16800975 0 0 0 -1 5 0 0 18 0 0 6293624 6294260 32256000 140723246969839 140723246970010 140723246970010 140723246972879 0
[pid=17653/tid=17660] ppid=17651 vsize=15151148 memory=3036 CPUtime=0 cores=4-7
/proc/17653/task/17660/stat : 17660 (java) S 17651 17651 17600 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 410649758 15514775552 2960150 33554432000 4194304 4196468 140723246961888 140147120604896 140147653146325 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32256000 140723246969839 140723246970010 140723246970010 140723246972879 0
[pid=17653/tid=17661] ppid=17651 vsize=15151148 memory=1448 CPUtime=0 cores=4-7
/proc/17653/task/17661/stat : 17661 (java) S 17651 17651 17600 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 15 0 410649758 15514775552 2960150 33554432000 4194304 4196468 140723246961888 140147119551744 140147653146325 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32256000 140723246969839 140723246970010 140723246970010 140723246972879 0
[pid=17653/tid=17673] ppid=17651 vsize=15151148 memory=11840596 CPUtime=0 cores=4-7
/proc/17653/task/17673/stat : 17673 (java) S 17651 17651 17600 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 410649761 15514775552 2960150 33554432000 4194304 4196468 140723246961888 140147118500304 140147653154715 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32256000 140723246969839 140723246970010 140723246970010 140723246972879 0
[pid=17653/tid=17674] ppid=17651 vsize=15151148 memory=1412 CPUtime=0.37 cores=4-7
/proc/17653/task/17674/stat : 17674 (java) S 17651 17651 17600 0 -1 1077944384 2046 0 0 0 37 0 0 0 20 0 15 0 410649761 15514775552 2960150 33554432000 4194304 4196468 140723246961888 140147117447456 140147653146325 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 68 0 0 6293624 6294260 32256000 140723246969839 140723246970010 140723246970010 140723246972879 0
[pid=17653/tid=17675] ppid=17651 vsize=15151148 memory=3180 CPUtime=0.33 cores=4-7
/proc/17653/task/17675/stat : 17675 (java) S 17651 17651 17600 0 -1 1077944384 2082 0 0 0 33 0 0 0 20 0 15 0 410649761 15514775552 2960150 33554432000 4194304 4196468 140723246961888 140147116394912 140147653146325 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 33 0 0 6293624 6294260 32256000 140723246969839 140723246970010 140723246970010 140723246972879 0
[pid=17653/tid=17676] ppid=17651 vsize=15151148 memory=1452 CPUtime=0.43 cores=4-7
/proc/17653/task/17676/stat : 17676 (java) S 17651 17651 17600 0 -1 1077944384 3837 0 0 0 43 0 0 0 20 0 15 0 410649761 15514775552 2960150 33554432000 4194304 4196468 140723246961888 140147115341568 140147653146325 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 60 0 0 6293624 6294260 32256000 140723246969839 140723246970010 140723246970010 140723246972879 0
[pid=17653/tid=17678] ppid=17651 vsize=15151148 memory=2145052 CPUtime=0 cores=4-7
/proc/17653/task/17678/stat : 17678 (java) S 17651 17651 17600 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 410649761 15514775552 2960150 33554432000 4194304 4196468 140723246961888 140147114289504 140147653146325 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32256000 140723246969839 140723246970010 140723246970010 140723246972879 0
[pid=17653/tid=17679] ppid=17651 vsize=15151148 memory=1656 CPUtime=0.05 cores=4-7
/proc/17653/task/17679/stat : 17679 (java) S 17651 17651 17600 0 -1 1077944384 156 0 0 0 1 4 0 0 20 0 15 0 410649762 15514775552 2960150 33554432000 4194304 4196468 140723246961888 140147113237552 140147653147266 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 72 0 0 6293624 6294260 32256000 140723246969839 140723246970010 140723246970010 140723246972879 0
Current children cumulated CPU time: 366.97 s
Current children cumulated vsize: 15264276 KiB
Current children cumulated memory: 11842048 KiB

[startup+146.801 s]
/proc/loadavg: 6.95 3.36 2.24 6/234 17738
/proc/meminfo: memFree=13761536/32770688 swapFree=66919992/67108860
[pid=17651] ppid=17648 vsize=113128 memory=1448 CPUtime=0 cores=4-7
/proc/17651/stat : 17651 (xcsp3-exec) S 17648 17651 17600 0 -1 4202496 542 0 0 0 0 0 0 0 20 0 1 0 410649755 115843072 362 33554432000 4194304 5098028 140736576916336 140736576914440 140056202879612 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 16388096 140736576922490 140736576922733 140736576922733 140736576925642 0
/proc/17651/statm: 28282 362 304 221 0 87 0
[pid=17653] ppid=17651 vsize=15151148 memory=11840608 CPUtime=367.37 cores=4-7
/proc/17653/stat : 17653 (java) S 17651 17651 17600 0 -1 1077944320 124036 0 0 0 35695 1042 0 0 20 0 15 0 410649755 15514775552 2960152 33554432000 4194304 4196468 140723246961888 140723246944432 140147653136119 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 32256000 140723246969839 140723246970010 140723246970010 140723246972879 0
/proc/17653/statm: 3787787 2960152 3500 1 0 3748889 0
[pid=17653/tid=17654] ppid=17651 vsize=15151148 memory=13563791027735092 CPUtime=40.62 cores=4-7
/proc/17653/task/17654/stat : 17654 (java) S 17651 17651 17600 0 -1 1077944384 16567 0 0 0 4053 9 0 0 20 0 15 0 410649755 15514775552 2960152 33554432000 4194304 4196468 140723246961888 140147657374368 140147653146325 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32256000 140723246969839 140723246970010 140723246970010 140723246972879 0
[pid=17653/tid=17655] ppid=17651 vsize=15151148 memory=280348220875488 CPUtime=73.54 cores=4-7
/proc/17653/task/17655/stat : 17655 (java) S 17651 17651 17600 0 -1 1077944384 14143 0 0 0 7093 261 0 0 20 0 15 0 410649756 15514775552 2960152 33554432000 4194304 4196468 140723246961888 140147605756432 140147653146325 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32256000 140723246969839 140723246970010 140723246970010 140723246972879 0
[pid=17653/tid=17656] ppid=17651 vsize=15151148 memory=140174110458652 CPUtime=73.6 cores=4-7
/proc/17653/task/17656/stat : 17656 (java) S 17651 17651 17600 0 -1 1077944384 17919 0 0 0 7109 251 0 0 20 0 15 0 410649756 15514775552 2960152 33554432000 4194304 4196468 140723246961888 140147604703888 140147653146325 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32256000 140723246969839 140723246970010 140723246970010 140723246972879 0
[pid=17653/tid=17657] ppid=17651 vsize=15151148 memory=1724 CPUtime=73.1 cores=4-7
/proc/17653/task/17657/stat : 17657 (java) S 17651 17651 17600 0 -1 1077944384 18803 0 0 0 7060 250 0 0 20 0 15 0 410649756 15514775552 2960152 33554432000 4194304 4196468 140723246961888 140147603650832 140147653146325 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32256000 140723246969839 140723246970010 140723246970010 140723246972879 0
[pid=17653/tid=17658] ppid=17651 vsize=15151148 memory=1964 CPUtime=73.54 cores=4-7
/proc/17653/task/17658/stat : 17658 (java) S 17651 17651 17600 0 -1 1077944384 16998 0 0 0 7091 263 0 0 20 0 15 0 410649756 15514775552 2960152 33554432000 4194304 4196468 140723246961888 140147602598288 140147653146325 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32256000 140723246969839 140723246970010 140723246970010 140723246972879 0
[pid=17653/tid=17659] ppid=17651 vsize=15151148 memory=2776 CPUtime=31.68 cores=4-7
/proc/17653/task/17659/stat : 17659 (java) R 17651 17651 17600 0 -1 4202560 30188 0 0 0 3166 2 0 0 20 0 15 0 410649758 15514775552 2960152 33554432000 4194304 4196468 140723246961888 140147121657056 140147637593710 0 0 0 16800975 0 0 0 -1 5 0 0 18 0 0 6293624 6294260 32256000 140723246969839 140723246970010 140723246970010 140723246972879 0
[pid=17653/tid=17660] ppid=17651 vsize=15151148 memory=924 CPUtime=0 cores=4-7
/proc/17653/task/17660/stat : 17660 (java) S 17651 17651 17600 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 410649758 15514775552 2960152 33554432000 4194304 4196468 140723246961888 140147120604896 140147653146325 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32256000 140723246969839 140723246970010 140723246970010 140723246972879 0
[pid=17653/tid=17661] ppid=17651 vsize=15151148 memory=1444 CPUtime=0 cores=4-7
/proc/17653/task/17661/stat : 17661 (java) S 17651 17651 17600 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 15 0 410649758 15514775552 2960152 33554432000 4194304 4196468 140723246961888 140147119551744 140147653146325 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32256000 140723246969839 140723246970010 140723246970010 140723246972879 0
[pid=17653/tid=17673] ppid=17651 vsize=15151148 memory=1764 CPUtime=0 cores=4-7
/proc/17653/task/17673/stat : 17673 (java) S 17651 17651 17600 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 410649761 15514775552 2960152 33554432000 4194304 4196468 140723246961888 140147118500304 140147653154715 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32256000 140723246969839 140723246970010 140723246970010 140723246972879 0
[pid=17653/tid=17674] ppid=17651 vsize=15151148 memory=111632 CPUtime=0.37 cores=4-7
/proc/17653/task/17674/stat : 17674 (java) S 17651 17651 17600 0 -1 1077944384 2046 0 0 0 37 0 0 0 20 0 15 0 410649761 15514775552 2960152 33554432000 4194304 4196468 140723246961888 140147117447456 140147653146325 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 68 0 0 6293624 6294260 32256000 140723246969839 140723246970010 140723246970010 140723246972879 0
[pid=17653/tid=17675] ppid=17651 vsize=15151148 memory=800 CPUtime=0.33 cores=4-7
/proc/17653/task/17675/stat : 17675 (java) S 17651 17651 17600 0 -1 1077944384 2082 0 0 0 33 0 0 0 20 0 15 0 410649761 15514775552 2960152 33554432000 4194304 4196468 140723246961888 140147116394912 140147653146325 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 33 0 0 6293624 6294260 32256000 140723246969839 140723246970010 140723246970010 140723246972879 0
[pid=17653/tid=17676] ppid=17651 vsize=15151148 memory=4104 CPUtime=0.43 cores=4-7
/proc/17653/task/17676/stat : 17676 (java) S 17651 17651 17600 0 -1 1077944384 3837 0 0 0 43 0 0 0 20 0 15 0 410649761 15514775552 2960152 33554432000 4194304 4196468 140723246961888 140147115341568 140147653146325 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 60 0 0 6293624 6294260 32256000 140723246969839 140723246970010 140723246970010 140723246972879 0
[pid=17653/tid=17678] ppid=17651 vsize=15151148 memory=980 CPUtime=0 cores=4-7
/proc/17653/task/17678/stat : 17678 (java) S 17651 17651 17600 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 410649761 15514775552 2960152 33554432000 4194304 4196468 140723246961888 140147114289504 140147653146325 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32256000 140723246969839 140723246970010 140723246970010 140723246972879 0
[pid=17653/tid=17679] ppid=17651 vsize=15151148 memory=1448 CPUtime=0.05 cores=4-7
/proc/17653/task/17679/stat : 17679 (java) S 17651 17651 17600 0 -1 1077944384 156 0 0 0 1 4 0 0 20 0 15 0 410649762 15514775552 2960152 33554432000 4194304 4196468 140723246961888 140147113237552 140147653147266 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 72 0 0 6293624 6294260 32256000 140723246969839 140723246970010 140723246970010 140723246972879 0
Current children cumulated CPU time: 367.37 s
Current children cumulated vsize: 15264276 KiB
Current children cumulated memory: 11842056 KiB

[startup+147.201 s]
/proc/loadavg: 6.95 3.36 2.24 6/234 17738
/proc/meminfo: memFree=13762020/32770688 swapFree=66919992/67108860
[pid=17651] ppid=17648 vsize=113128 memory=1448 CPUtime=0 cores=4-7
/proc/17651/stat : 17651 (xcsp3-exec) S 17648 17651 17600 0 -1 4202496 542 0 0 0 0 0 0 0 20 0 1 0 410649755 115843072 362 33554432000 4194304 5098028 140736576916336 140736576914440 140056202879612 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 16388096 140736576922490 140736576922733 140736576922733 140736576925642 0
/proc/17651/statm: 28282 362 304 221 0 87 0
[pid=17653] ppid=17651 vsize=15151148 memory=11840608 CPUtime=367.77 cores=4-7
/proc/17653/stat : 17653 (java) S 17651 17651 17600 0 -1 1077944320 124109 0 0 0 35735 1042 0 0 20 0 15 0 410649755 15514775552 2960152 33554432000 4194304 4196468 140723246961888 140723246944432 140147653136119 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 32256000 140723246969839 140723246970010 140723246970010 140723246972879 0
/proc/17653/statm: 3787787 2960152 3500 1 0 3748889 0
[pid=17653/tid=17654] ppid=17651 vsize=15151148 memory=1724 CPUtime=40.62 cores=4-7
/proc/17653/task/17654/stat : 17654 (java) S 17651 17651 17600 0 -1 1077944384 16567 0 0 0 4053 9 0 0 20 0 15 0 410649755 15514775552 2960152 33554432000 4194304 4196468 140723246961888 140147657374368 140147653146325 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32256000 140723246969839 140723246970010 140723246970010 140723246972879 0
[pid=17653/tid=17655] ppid=17651 vsize=15151148 memory=6791534058613427641 CPUtime=73.54 cores=4-7
/proc/17653/task/17655/stat : 17655 (java) S 17651 17651 17600 0 -1 1077944384 14143 0 0 0 7093 261 0 0 20 0 15 0 410649756 15514775552 2960152 33554432000 4194304 4196468 140723246961888 140147605756432 140147653146325 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32256000 140723246969839 140723246970010 140723246970010 140723246972879 0
[pid=17653/tid=17656] ppid=17651 vsize=15151148 memory=11840596 CPUtime=73.6 cores=4-7
/proc/17653/task/17656/stat : 17656 (java) S 17651 17651 17600 0 -1 1077944384 17919 0 0 0 7109 251 0 0 20 0 15 0 410649756 15514775552 2960152 33554432000 4194304 4196468 140723246961888 140147604703888 140147653146325 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32256000 140723246969839 140723246970010 140723246970010 140723246972879 0
[pid=17653/tid=17657] ppid=17651 vsize=15151148 memory=0 CPUtime=73.1 cores=4-7
/proc/17653/task/17657/stat : 17657 (java) S 17651 17651 17600 0 -1 1077944384 18803 0 0 0 7060 250 0 0 20 0 15 0 410649756 15514775552 2960152 33554432000 4194304 4196468 140723246961888 140147603650832 140147653146325 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32256000 140723246969839 140723246970010 140723246970010 140723246972879 0
[pid=17653/tid=17658] ppid=17651 vsize=15151148 memory=5 CPUtime=73.54 cores=4-7
/proc/17653/task/17658/stat : 17658 (java) S 17651 17651 17600 0 -1 1077944384 16998 0 0 0 7091 263 0 0 20 0 15 0 410649756 15514775552 2960152 33554432000 4194304 4196468 140723246961888 140147602598288 140147653146325 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32256000 140723246969839 140723246970010 140723246970010 140723246972879 0
[pid=17653/tid=17659] ppid=17651 vsize=15151148 memory=0 CPUtime=32.08 cores=4-7
/proc/17653/task/17659/stat : 17659 (java) R 17651 17651 17600 0 -1 4202560 30261 0 0 0 3206 2 0 0 20 0 15 0 410649758 15514775552 2960152 33554432000 4194304 4196468 140723246961888 140147121657056 140147631506299 0 0 0 16800975 0 0 0 -1 5 0 0 18 0 0 6293624 6294260 32256000 140723246969839 140723246970010 140723246970010 140723246972879 0
[pid=17653/tid=17660] ppid=17651 vsize=15151148 memory=1448 CPUtime=0 cores=4-7
/proc/17653/task/17660/stat : 17660 (java) S 17651 17651 17600 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 410649758 15514775552 2960152 33554432000 4194304 4196468 140723246961888 140147120604896 140147653146325 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32256000 140723246969839 140723246970010 140723246970010 140723246972879 0
[pid=17653/tid=17661] ppid=17651 vsize=15151148 memory=11840596 CPUtime=0 cores=4-7
/proc/17653/task/17661/stat : 17661 (java) S 17651 17651 17600 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 15 0 410649758 15514775552 2960152 33554432000 4194304 4196468 140723246961888 140147119551744 140147653146325 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32256000 140723246969839 140723246970010 140723246970010 140723246972879 0
[pid=17653/tid=17673] ppid=17651 vsize=15151148 memory=12028 CPUtime=0 cores=4-7
/proc/17653/task/17673/stat : 17673 (java) S 17651 17651 17600 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 410649761 15514775552 2960152 33554432000 4194304 4196468 140723246961888 140147118500304 140147653154715 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32256000 140723246969839 140723246970010 140723246970010 140723246972879 0
[pid=17653/tid=17674] ppid=17651 vsize=15151148 memory=24768 CPUtime=0.37 cores=4-7
/proc/17653/task/17674/stat : 17674 (java) S 17651 17651 17600 0 -1 1077944384 2046 0 0 0 37 0 0 0 20 0 15 0 410649761 15514775552 2960152 33554432000 4194304 4196468 140723246961888 140147117447456 140147653146325 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 68 0 0 6293624 6294260 32256000 140723246969839 140723246970010 140723246970010 140723246972879 0
[pid=17653/tid=17675] ppid=17651 vsize=15151148 memory=2120 CPUtime=0.33 cores=4-7
/proc/17653/task/17675/stat : 17675 (java) S 17651 17651 17600 0 -1 1077944384 2082 0 0 0 33 0 0 0 20 0 15 0 410649761 15514775552 2960152 33554432000 4194304 4196468 140723246961888 140147116394912 140147653146325 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 33 0 0 6293624 6294260 32256000 140723246969839 140723246970010 140723246970010 140723246972879 0
[pid=17653/tid=17676] ppid=17651 vsize=15151148 memory=1448 CPUtime=0.43 cores=4-7
/proc/17653/task/17676/stat : 17676 (java) S 17651 17651 17600 0 -1 1077944384 3837 0 0 0 43 0 0 0 20 0 15 0 410649761 15514775552 2960152 33554432000 4194304 4196468 140723246961888 140147115341568 140147653146325 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 60 0 0 6293624 6294260 32256000 140723246969839 140723246970010 140723246970010 140723246972879 0
[pid=17653/tid=17678] ppid=17651 vsize=15151148 memory=11840600 CPUtime=0 cores=4-7
/proc/17653/task/17678/stat : 17678 (java) S 17651 17651 17600 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 410649761 15514775552 2960152 33554432000 4194304 4196468 140723246961888 140147114289504 140147653146325 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32256000 140723246969839 140723246970010 140723246970010 140723246972879 0
[pid=17653/tid=17679] ppid=17651 vsize=15151148 memory=1448 CPUtime=0.05 cores=4-7
/proc/17653/task/17679/stat : 17679 (java) S 17651 17651 17600 0 -1 1077944384 156 0 0 0 1 4 0 0 20 0 15 0 410649762 15514775552 2960152 33554432000 4194304 4196468 140723246961888 140147113237552 140147653147266 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 72 0 0 6293624 6294260 32256000 140723246969839 140723246970010 140723246970010 140723246972879 0
Current children cumulated CPU time: 367.77 s
Current children cumulated vsize: 15264276 KiB
Current children cumulated memory: 11842056 KiB

Child status: 1
Real time (s): 147.282
CPU time (s): 367.875
CPU user time (s): 357.395
CPU system time (s): 10.4795
CPU usage (%): 249.775
Max. virtual memory (cumulated for all children) (KiB): 15264276
Max. memory (cumulated for all children) (KiB): 11842056

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 357.395
system time used= 10.4795
maximum resident set size= 11840948
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 124862
page faults= 0
swaps= 0
block input operations= 0
block output operations= 272
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 7608
involuntary context switches= 8369


# summary of solver processes directly reported to runsolver:
#   pid: 17651
#   total CPU time (s): 367.875
#   total CPU user time (s): 357.395
#   total CPU system time (s): 10.4795

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.93407 second user time and 1.7582 second system time

The end

Launcher Data

Begin job on node120 at 2011-12-14 12:07:37
IDJOB=4394100
IDBENCH=139742
IDSOLVER=2842
FILE ID=node120/4394100-1568346434
RUNJOBID= node120-1323860857-17632
PBS_JOBID= 21701167
Free space on /tmp= 59152 MiB

SOLVER NAME= choco-solver 2019-06-14
BENCH NAME= XCSP17/ChessboardColoration/ChessboardColoration-int-s2/ChessboardColoration-int-05-07.xml
COMMAND LINE= xcsp3-exec -dir DIR -tl TIMEOUT -p NBCORE -ml 12000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4394100-1568346434/watcher-4394100-1568346434 -o /tmp/evaluation-result-4394100-1568346434/solver-4394100-1568346434 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node120-1323860857-17632 --watchdog 2560  xcsp3-exec -dir HOME -tl 2400 -p 4 -ml 12000 -tdir HOME -seed 1340414364 HOME/instance-4394100-1568346434.xml

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

MD5SUM BENCH= 91a6e92a2ae9197e0e5abb82e178125f
RANDOM SEED=1340414364

node120.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		: 2667.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.49
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		: 2667.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.49
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		: 2667.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.49
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		: 2667.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.49
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		: 2667.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	: 5329.69
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		: 2667.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	: 5329.69
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		: 2667.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	: 5329.69
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		: 2667.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	: 5329.69
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770688 kB
MemFree:        27750076 kB
MemAvailable:   31817352 kB
Buffers:          157232 kB
Cached:          4203472 kB
SwapCached:        77548 kB
Active:          1270008 kB
Inactive:        3172504 kB
Active(anon):       4096 kB
Inactive(anon):   127220 kB
Active(file):    1265912 kB
Inactive(file):  3045284 kB
Unevictable:      108488 kB
Mlocked:          108488 kB
SwapTotal:      67108860 kB
SwapFree:       66919992 kB
Dirty:             52124 kB
Writeback:             0 kB
AnonPages:        113412 kB
Mapped:            46912 kB
Shmem:             41008 kB
Slab:             172524 kB
SReclaimable:     143828 kB
SUnreclaim:        28696 kB
KernelStack:        3280 kB
PageTables:         5912 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494204 kB
Committed_AS:     518504 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350212 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     67584 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      146880 kB
DirectMap2M:    33398784 kB

Free space on /tmp at the end= 59104 MiB
End job on node120 at 2011-12-14 12:10:04