Trace number 4270488

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 par (2017-08-09)? 706.875 480.88101

General information on the benchmark

NameBinPacking/
BinPacking-tab-fu/BinPacking-tab-fu0500-12.xml
MD5SUMc3cbaa9ce8e56a4446daa69c64b890b7
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark73
Best CPU time to get the best result obtained on this benchmark2520.0801
Satisfiable
(Un)Satisfiability was proved
Number of variables1919
Number of constraints277
Number of domains2
Minimum domain size82
Maximum domain size275
Distribution of domain sizes[{"size":82,"count":1918},{"size":275,"count":1}]
Minimum variable degree2
Maximum variable degree4
Distribution of variable degrees[{"degree":2,"count":1},{"degree":3,"count":1644},{"degree":4,"count":274}]
Minimum constraint arity7
Maximum constraint arity1918
Distribution of constraint arities[{"arity":7,"count":274},{"arity":275,"count":1},{"arity":1918,"count":2}]
Number of extensional constraints274
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":274},{"type":"lex","count":1},{"type":"count","count":1},{"type":"cardinality","count":1}]
Optimization problemYES
Type of objectivemax VAR

Solver Data

0.00/0.00	c java -server -Xmx22000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4270488-1502788768.xml"  -tl '20160s' -p 8 -x 0
0.11/0.14	c [HOME/instance-4270488-1502788768.xml, -tl, 20160s, -p, 8, -x, 0]
0.11/0.20	c 8 solvers in parallel
0.34/0.27	c parse instance...
672.14/475.04	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
672.14/475.04		at org.chocosolver.solver.constraints.extension.nary.PropCompactTable.computeSupports(PropCompactTable.java:98)
672.14/475.04		at org.chocosolver.solver.constraints.extension.nary.PropCompactTable.<init>(PropCompactTable.java:61)
672.14/475.04		at org.chocosolver.solver.constraints.IIntConstraintFactory.table(IIntConstraintFactory.java:1857)
706.68/480.78		at org.chocosolver.solver.constraints.IIntConstraintFactory.table(IIntConstraintFactory.java:1813)
706.68/480.78		at org.chocosolver.parser.xcsp.XCSPParser.buildCtrExtension(XCSPParser.java:313)
706.68/480.78		at org.xcsp.parser.loaders.CtrLoaderInteger.extension(CtrLoaderInteger.java:413)
706.68/480.78		at org.xcsp.parser.loaders.CtrLoaderInteger.load(CtrLoaderInteger.java:130)
706.68/480.78		at org.xcsp.parser.XCallbacks.loadCtr(XCallbacks.java:457)
706.68/480.78		at org.xcsp.parser.XCallbacks.lambda$loadCtrs$346(XCallbacks.java:440)
706.68/480.78		at org.xcsp.parser.XCallbacks$$Lambda$70/1025309396.accept(Unknown Source)
706.68/480.78		at java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
706.68/480.78		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:580)
706.68/480.78		at org.xcsp.parser.XCallbacks.loadCtrs(XCallbacks.java:437)
706.68/480.78		at org.chocosolver.parser.xcsp.XCSPParser.loadGroup(XCSPParser.java:1406)
706.68/480.78		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:368)
706.68/480.78		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:353)
706.68/480.78		at org.xcsp.parser.XCallbacks.loadInstance(XCallbacks.java:260)
706.68/480.78		at org.chocosolver.parser.xcsp.XCSPParser.model(XCSPParser.java:88)
706.68/480.78		at org.chocosolver.parser.xcsp.XCSP.parse(XCSP.java:112)
706.68/480.78		at org.chocosolver.parser.xcsp.XCSP.buildModel(XCSP.java:99)
706.68/480.78		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:23)
706.68/480.78	s UNKNOWN
706.68/480.78	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 (15181 MiB free)
  memory of node 1: 16384 MiB (15637 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4270488-1502788768/watcher-4270488-1502788768 -o /tmp/evaluation-result-4270488-1502788768/solver-4270488-1502788768 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node112-1502785387-12308 --watchdog 2580 ./xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 22000 -tdir HOME -seed 918072833 HOME/instance-4270488-1502788768.xml 

running on 8 cores: 0,2,4,6,1,3,5,7

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

solver pid=12495, runsolver pid=12492

[startup+0.100148 s]*
/proc/loadavg: 7.95 8.17 8.27 3/200 12516
/proc/meminfo: memFree=31543104/32770624 swapFree=67108860/67108860
[pid=12495] ppid=12492 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/12495/stat : 12495 (xcsp3-exec) S 12492 12495 12281 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 111964517 9740288 346 33554432000 4194304 5098028 140735366496880 140735366494984 140092747428476 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 28848128 140735366501477 140735366501687 140735366501687 140735366504427 0
/proc/12495/statm: 2378 346 289 221 0 87 0
[pid=12497] ppid=12495 vsize=25999808 memory=26432 CPUtime=0.11 cores=0-7
/proc/12497/stat : 12497 (java) S 12495 12495 12281 0 -1 1077944320 5486 0 0 0 10 1 0 0 20 0 20 0 111964517 26623803392 6608 33554432000 4194304 4196468 140730077786800 140730077769344 140681599217399 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 20045824 140730077791378 140730077791555 140730077791555 140730077794255 0
/proc/12497/statm: 6499952 6608 2861 1 0 6488269 0
[pid=12497/tid=12498] ppid=12495 vsize=25999808 memory=7968726398794637472 CPUtime=0.09 cores=0-7
/proc/12497/task/12498/stat : 12498 (java) R 12495 12495 12281 0 -1 4202560 3472 0 0 0 8 1 0 0 20 0 20 0 111964518 26623803392 6608 33554432000 4194304 4196468 140730077786800 140681603441200 140681583297886 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 20045824 140730077791378 140730077791555 140730077791555 140730077794255 0
[pid=12497/tid=12499] ppid=12495 vsize=25999808 memory=732370501552548837 CPUtime=0 cores=0-7
/proc/12497/task/12499/stat : 12499 (java) S 12495 12495 12281 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 111964518 26623803392 6608 33554432000 4194304 4196468 140730077786800 140681521798160 140681599227605 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20045824 140730077791378 140730077791555 140730077791555 140730077794255 0
[pid=12497/tid=12500] ppid=12495 vsize=25999808 memory=140363215095424 CPUtime=0 cores=0-7
/proc/12497/task/12500/stat : 12500 (java) S 12495 12495 12281 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 111964518 26623803392 6608 33554432000 4194304 4196468 140730077786800 140681520745616 140681599227605 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20045824 140730077791378 140730077791555 140730077791555 140730077794255 0
[pid=12497/tid=12501] ppid=12495 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/12497/task/12501/stat : 12501 (java) S 12495 12495 12281 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 111964518 26623803392 6608 33554432000 4194304 4196468 140730077786800 140681155730192 140681599227605 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20045824 140730077791378 140730077791555 140730077791555 140730077794255 0
[pid=12497/tid=12502] ppid=12495 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/12497/task/12502/stat : 12502 (java) S 12495 12495 12281 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 111964518 26623803392 6608 33554432000 4194304 4196468 140730077786800 140681154677648 140681599227605 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20045824 140730077791378 140730077791555 140730077791555 140730077794255 0
[pid=12497/tid=12503] ppid=12495 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/12497/task/12503/stat : 12503 (java) S 12495 12495 12281 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 111964518 26623803392 6608 33554432000 4194304 4196468 140730077786800 140681153624592 140681599227605 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20045824 140730077791378 140730077791555 140730077791555 140730077794255 0
[pid=12497/tid=12504] ppid=12495 vsize=25999808 memory=-1 CPUtime=0 cores=0-7
/proc/12497/task/12504/stat : 12504 (java) S 12495 12495 12281 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 111964518 26623803392 6608 33554432000 4194304 4196468 140730077786800 140681152572048 140681599227605 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20045824 140730077791378 140730077791555 140730077791555 140730077794255 0
[pid=12497/tid=12505] ppid=12495 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/12497/task/12505/stat : 12505 (java) S 12495 12495 12281 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 111964518 26623803392 6608 33554432000 4194304 4196468 140730077786800 140681151518992 140681599227605 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20045824 140730077791378 140730077791555 140730077791555 140730077794255 0
[pid=12497/tid=12506] ppid=12495 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/12497/task/12506/stat : 12506 (java) S 12495 12495 12281 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 111964518 26623803392 6608 33554432000 4194304 4196468 140730077786800 140681150466448 140681599227605 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20045824 140730077791378 140730077791555 140730077791555 140730077794255 0
[pid=12497/tid=12507] ppid=12495 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/12497/task/12507/stat : 12507 (java) S 12495 12495 12281 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 111964520 26623803392 6608 33554432000 4194304 4196468 140730077786800 140680388205296 140681599228546 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20045824 140730077791378 140730077791555 140730077791555 140730077794255 0
[pid=12497/tid=12508] ppid=12495 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/12497/task/12508/stat : 12508 (java) S 12495 12495 12281 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 111964520 26623803392 6608 33554432000 4194304 4196468 140730077786800 140680387151520 140681599227605 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20045824 140730077791378 140730077791555 140730077791555 140730077794255 0
[pid=12497/tid=12509] ppid=12495 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/12497/task/12509/stat : 12509 (java) S 12495 12495 12281 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 111964521 26623803392 6608 33554432000 4194304 4196468 140730077786800 140680386098416 140681599227605 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20045824 140730077791378 140730077791555 140730077791555 140730077794255 0
[pid=12497/tid=12510] ppid=12495 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/12497/task/12510/stat : 12510 (java) S 12495 12495 12281 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 111964523 26623803392 6608 33554432000 4194304 4196468 140730077786800 140680385046992 140681599235995 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20045824 140730077791378 140730077791555 140730077791555 140730077794255 0
[pid=12497/tid=12511] ppid=12495 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/12497/task/12511/stat : 12511 (java) R 12495 12495 12281 0 -1 1077944384 314 0 0 0 0 0 0 0 20 0 20 0 111964523 26623803392 6608 33554432000 4194304 4196468 140730077786800 140680383994096 140681599228546 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20045824 140730077791378 140730077791555 140730077791555 140730077794255 0
[pid=12497/tid=12512] ppid=12495 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/12497/task/12512/stat : 12512 (java) R 12495 12495 12281 0 -1 1077944384 123 0 0 0 0 0 0 0 20 0 20 0 111964523 26623803392 6608 33554432000 4194304 4196468 140730077786800 140680382941552 140681599228546 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20045824 140730077791378 140730077791555 140730077791555 140730077794255 0
[pid=12497/tid=12513] ppid=12495 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/12497/task/12513/stat : 12513 (java) S 12495 12495 12281 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 111964523 26623803392 6608 33554432000 4194304 4196468 140730077786800 140680381888496 140681599228546 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20045824 140730077791378 140730077791555 140730077791555 140730077794255 0
[pid=12497/tid=12514] ppid=12495 vsize=25999808 memory=0 CPUtime=0.01 cores=0-7
/proc/12497/task/12514/stat : 12514 (java) S 12495 12495 12281 0 -1 1077944384 266 0 0 0 1 0 0 0 20 0 20 0 111964523 26623803392 6608 33554432000 4194304 4196468 140730077786800 140680380835952 140681599228546 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20045824 140730077791378 140730077791555 140730077791555 140730077794255 0
[pid=12497/tid=12515] ppid=12495 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/12497/task/12515/stat : 12515 (java) S 12495 12495 12281 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 111964523 26623803392 6608 33554432000 4194304 4196468 140730077786800 140680379784160 140681599227605 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20045824 140730077791378 140730077791555 140730077791555 140730077794255 0
[pid=12497/tid=12516] ppid=12495 vsize=25999808 memory=-1 CPUtime=0 cores=0-7
/proc/12497/task/12516/stat : 12516 (java) S 12495 12495 12281 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 111964523 26623803392 6608 33554432000 4194304 4196468 140730077786800 140680311598256 140681599228546 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20045824 140730077791378 140730077791555 140730077791555 140730077794255 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 26009320 KiB
Current children cumulated memory: 27816 KiB

[startup+0.210675 s]*
/proc/loadavg: 7.95 8.17 8.27 2/200 12516
/proc/meminfo: memFree=31531692/32770624 swapFree=67108860/67108860
[pid=12495] ppid=12492 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/12495/stat : 12495 (xcsp3-exec) S 12492 12495 12281 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 111964517 9740288 346 33554432000 4194304 5098028 140735366496880 140735366494984 140092747428476 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 28848128 140735366501477 140735366501687 140735366501687 140735366504427 0
/proc/12495/statm: 2378 346 289 221 0 87 0
[pid=12497] ppid=12495 vsize=26004064 memory=38784 CPUtime=0.34 cores=0-7
/proc/12497/stat : 12497 (java) S 12495 12495 12281 0 -1 1077944320 8216 0 0 0 31 3 0 0 20 0 20 0 111964517 26628161536 9696 33554432000 4194304 4196468 140730077786800 140730077769344 140681599217399 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 20045824 140730077791378 140730077791555 140730077791555 140730077794255 0
/proc/12497/statm: 6501016 9696 3057 1 0 6488269 0
[pid=12497/tid=12498] ppid=12495 vsize=26004064 memory=0 CPUtime=0.19 cores=0-7
/proc/12497/task/12498/stat : 12498 (java) R 12495 12495 12281 0 -1 4202560 5356 0 0 0 17 2 0 0 20 0 20 0 111964518 26628161536 9696 33554432000 4194304 4196468 140730077786800 140681603431376 140681599239325 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 20045824 140730077791378 140730077791555 140730077791555 140730077794255 0
[pid=12497/tid=12499] ppid=12495 vsize=26004064 memory=280726303098616 CPUtime=0 cores=0-7
/proc/12497/task/12499/stat : 12499 (java) S 12495 12495 12281 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 111964518 26628161536 9696 33554432000 4194304 4196468 140730077786800 140681521798160 140681599227605 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20045824 140730077791378 140730077791555 140730077791555 140730077794255 0
[pid=12497/tid=12500] ppid=12495 vsize=26004064 memory=140363215095424 CPUtime=0 cores=0-7
/proc/12497/task/12500/stat : 12500 (java) S 12495 12495 12281 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 111964518 26628161536 9696 33554432000 4194304 4196468 140730077786800 140681520745616 140681599227605 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20045824 140730077791378 140730077791555 140730077791555 140730077794255 0
[pid=12497/tid=12501] ppid=12495 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/12497/task/12501/stat : 12501 (java) S 12495 12495 12281 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 111964518 26628161536 9696 33554432000 4194304 4196468 140730077786800 140681155730192 140681599227605 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20045824 140730077791378 140730077791555 140730077791555 140730077794255 0
[pid=12497/tid=12502] ppid=12495 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/12497/task/12502/stat : 12502 (java) S 12495 12495 12281 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 111964518 26628161536 9696 33554432000 4194304 4196468 140730077786800 140681154677648 140681599227605 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20045824 140730077791378 140730077791555 140730077791555 140730077794255 0
[pid=12497/tid=12503] ppid=12495 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/12497/task/12503/stat : 12503 (java) S 12495 12495 12281 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 111964518 26628161536 9696 33554432000 4194304 4196468 140730077786800 140681153624592 140681599227605 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20045824 140730077791378 140730077791555 140730077791555 140730077794255 0
[pid=12497/tid=12504] ppid=12495 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/12497/task/12504/stat : 12504 (java) S 12495 12495 12281 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 111964518 26628161536 9696 33554432000 4194304 4196468 140730077786800 140681152572048 140681599227605 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20045824 140730077791378 140730077791555 140730077791555 140730077794255 0
[pid=12497/tid=12505] ppid=12495 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/12497/task/12505/stat : 12505 (java) S 12495 12495 12281 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 111964518 26628161536 9696 33554432000 4194304 4196468 140730077786800 140681151518992 140681599227605 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20045824 140730077791378 140730077791555 140730077791555 140730077794255 0
[pid=12497/tid=12506] ppid=12495 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/12497/task/12506/stat : 12506 (java) S 12495 12495 12281 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 111964518 26628161536 9696 33554432000 4194304 4196468 140730077786800 140681150466448 140681599227605 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20045824 140730077791378 140730077791555 140730077791555 140730077794255 0
[pid=12497/tid=12507] ppid=12495 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/12497/task/12507/stat : 12507 (java) S 12495 12495 12281 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 111964520 26628161536 9696 33554432000 4194304 4196468 140730077786800 140680388205296 140681599228546 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20045824 140730077791378 140730077791555 140730077791555 140730077794255 0
[pid=12497/tid=12508] ppid=12495 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/12497/task/12508/stat : 12508 (java) S 12495 12495 12281 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 111964520 26628161536 9696 33554432000 4194304 4196468 140730077786800 140680387151520 140681599227605 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20045824 140730077791378 140730077791555 140730077791555 140730077794255 0
[pid=12497/tid=12509] ppid=12495 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/12497/task/12509/stat : 12509 (java) S 12495 12495 12281 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 111964521 26628161536 9696 33554432000 4194304 4196468 140730077786800 140680386098416 140681599227605 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20045824 140730077791378 140730077791555 140730077791555 140730077794255 0
[pid=12497/tid=12510] ppid=12495 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/12497/task/12510/stat : 12510 (java) S 12495 12495 12281 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 111964523 26628161536 9696 33554432000 4194304 4196468 140730077786800 140680385046992 140681599235995 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20045824 140730077791378 140730077791555 140730077791555 140730077794255 0
[pid=12497/tid=12511] ppid=12495 vsize=26004096 memory=0 CPUtime=0.02 cores=0-7
/proc/12497/task/12511/stat : 12511 (java) S 12495 12495 12281 0 -1 1077944384 412 0 0 0 2 0 0 0 20 0 20 0 111964523 26628194304 9696 33554432000 4194304 4196468 140730077786800 140680383994096 140681599228546 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20045824 140730077791378 140730077791555 140730077791555 140730077794255 0
[pid=12497/tid=12512] ppid=12495 vsize=26004096 memory=0 CPUtime=0.01 cores=0-7
/proc/12497/task/12512/stat : 12512 (java) S 12495 12495 12281 0 -1 1077944384 338 0 0 0 1 0 0 0 20 0 20 0 111964523 26628194304 9696 33554432000 4194304 4196468 140730077786800 140680382941552 140681599228546 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20045824 140730077791378 140730077791555 140730077791555 140730077794255 0
[pid=12497/tid=12513] ppid=12495 vsize=26004064 memory=0 CPUtime=0.01 cores=0-7
/proc/12497/task/12513/stat : 12513 (java) S 12495 12495 12281 0 -1 1077944384 58 0 0 0 1 0 0 0 20 0 20 0 111964523 26628161536 9717 33554432000 4194304 4196468 140730077786800 140680381888496 140681599228546 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20045824 140730077791378 140730077791555 140730077791555 140730077794255 0
[pid=12497/tid=12514] ppid=12495 vsize=26004064 memory=0 CPUtime=0.08 cores=0-7
/proc/12497/task/12514/stat : 12514 (java) S 12495 12495 12281 0 -1 1077944384 737 0 0 0 8 0 0 0 20 0 20 0 111964523 26628161536 9717 33554432000 4194304 4196468 140730077786800 140680380835952 140681599228546 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20045824 140730077791378 140730077791555 140730077791555 140730077794255 0
[pid=12497/tid=12515] ppid=12495 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/12497/task/12515/stat : 12515 (java) S 12495 12495 12281 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 111964523 26628161536 9717 33554432000 4194304 4196468 140730077786800 140680379784160 140681599227605 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20045824 140730077791378 140730077791555 140730077791555 140730077794255 0
[pid=12497/tid=12516] ppid=12495 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/12497/task/12516/stat : 12516 (java) S 12495 12495 12281 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 111964523 26628161536 9717 33554432000 4194304 4196468 140730077786800 140680311598256 140681599228546 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20045824 140730077791378 140730077791555 140730077791555 140730077794255 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 26013576 KiB
Current children cumulated memory: 40168 KiB

[startup+0.310417 s]*
/proc/loadavg: 7.95 8.17 8.27 3/200 12516
/proc/meminfo: memFree=31524744/32770624 swapFree=67108860/67108860
[pid=12495] ppid=12492 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/12495/stat : 12495 (xcsp3-exec) S 12492 12495 12281 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 111964517 9740288 346 33554432000 4194304 5098028 140735366496880 140735366494984 140092747428476 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 28848128 140735366501477 140735366501687 140735366501687 140735366504427 0
/proc/12495/statm: 2378 346 289 221 0 87 0
[pid=12497] ppid=12495 vsize=26004064 memory=45464 CPUtime=0.5 cores=0-7
/proc/12497/stat : 12497 (java) S 12495 12495 12281 0 -1 1077944320 9144 0 0 0 46 4 0 0 20 0 20 0 111964517 26628161536 11366 33554432000 4194304 4196468 140730077786800 140730077769344 140681599217399 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 20045824 140730077791378 140730077791555 140730077791555 140730077794255 0
/proc/12497/statm: 6501016 11366 3082 1 0 6488269 0
[pid=12497/tid=12498] ppid=12495 vsize=26004064 memory=6791534058613427641 CPUtime=0.29 cores=0-7
/proc/12497/task/12498/stat : 12498 (java) R 12495 12495 12281 0 -1 4202560 6054 0 0 0 26 3 0 0 20 0 20 0 111964518 26628161536 11366 33554432000 4194304 4196468 140730077786800 140681603453424 140681599239325 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 20045824 140730077791378 140730077791555 140730077791555 140730077794255 0
[pid=12497/tid=12499] ppid=12495 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/12497/task/12499/stat : 12499 (java) S 12495 12495 12281 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 111964518 26628161536 11366 33554432000 4194304 4196468 140730077786800 140681521798160 140681599227605 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20045824 140730077791378 140730077791555 140730077791555 140730077794255 0
[pid=12497/tid=12500] ppid=12495 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/12497/task/12500/stat : 12500 (java) S 12495 12495 12281 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 111964518 26628161536 11366 33554432000 4194304 4196468 140730077786800 140681520745616 140681599227605 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20045824 140730077791378 140730077791555 140730077791555 140730077794255 0
[pid=12497/tid=12501] ppid=12495 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/12497/task/12501/stat : 12501 (java) S 12495 12495 12281 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 111964518 26628161536 11366 33554432000 4194304 4196468 140730077786800 140681155730192 140681599227605 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20045824 140730077791378 140730077791555 140730077791555 140730077794255 0
[pid=12497/tid=12502] ppid=12495 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/12497/task/12502/stat : 12502 (java) S 12495 12495 12281 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 111964518 26628161536 11366 33554432000 4194304 4196468 140730077786800 140681154677648 140681599227605 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20045824 140730077791378 140730077791555 140730077791555 140730077794255 0
[pid=12497/tid=12503] ppid=12495 vsize=26004064 memory=2244 CPUtime=0 cores=0-7
/proc/12497/task/12503/stat : 12503 (java) S 12495 12495 12281 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 111964518 26628161536 11366 33554432000 4194304 4196468 140730077786800 140681153624592 140681599227605 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20045824 140730077791378 140730077791555 140730077791555 140730077794255 0
[pid=12497/tid=12504] ppid=12495 vsize=26004064 memory=140363088098223 CPUtime=0 cores=0-7
/proc/12497/task/12504/stat : 12504 (java) S 12495 12495 12281 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 111964518 26628161536 11366 33554432000 4194304 4196468 140730077786800 140681152572048 140681599227605 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20045824 140730077791378 140730077791555 140730077791555 140730077794255 0
[pid=12497/tid=12505] ppid=12495 vsize=26004064 memory=140363088100528 CPUtime=0 cores=0-7
/proc/12497/task/12505/stat : 12505 (java) S 12495 12495 12281 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 111964518 26628161536 11366 33554432000 4194304 4196468 140730077786800 140681151518992 140681599227605 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20045824 140730077791378 140730077791555 140730077791555 140730077794255 0
[pid=12497/tid=12506] ppid=12495 vsize=26004064 memory=140363088102832 CPUtime=0 cores=0-7
/proc/12497/task/12506/stat : 12506 (java) S 12495 12495 12281 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 111964518 26628161536 11366 33554432000 4194304 4196468 140730077786800 140681150466448 140681599227605 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20045824 140730077791378 140730077791555 140730077791555 140730077794255 0
[pid=12497/tid=12507] ppid=12495 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/12497/task/12507/stat : 12507 (java) S 12495 12495 12281 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 111964520 26628161536 11366 33554432000 4194304 4196468 140730077786800 140680388205296 140681599228546 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20045824 140730077791378 140730077791555 140730077791555 140730077794255 0
[pid=12497/tid=12508] ppid=12495 vsize=26004064 memory=280726176212624 CPUtime=0 cores=0-7
/proc/12497/task/12508/stat : 12508 (java) S 12495 12495 12281 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 111964520 26628161536 11366 33554432000 4194304 4196468 140730077786800 140680387151520 140681599227605 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20045824 140730077791378 140730077791555 140730077791555 140730077794255 0
[pid=12497/tid=12509] ppid=12495 vsize=26004064 memory=280726176219536 CPUtime=0 cores=0-7
/proc/12497/task/12509/stat : 12509 (java) S 12495 12495 12281 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 111964521 26628161536 11366 33554432000 4194304 4196468 140730077786800 140680386098416 140681599227605 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20045824 140730077791378 140730077791555 140730077791555 140730077794255 0
[pid=12497/tid=12510] ppid=12495 vsize=26004064 memory=280726176160816 CPUtime=0 cores=0-7
/proc/12497/task/12510/stat : 12510 (java) S 12495 12495 12281 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 111964523 26628161536 11432 33554432000 4194304 4196468 140730077786800 140680385046992 140681599235995 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20045824 140730077791378 140730077791555 140730077791555 140730077794255 0
[pid=12497/tid=12511] ppid=12495 vsize=26004064 memory=280726176233360 CPUtime=0.03 cores=0-7
/proc/12497/task/12511/stat : 12511 (java) S 12495 12495 12281 0 -1 1077944384 520 0 0 0 3 0 0 0 20 0 20 0 111964523 26628161536 11432 33554432000 4194304 4196468 140730077786800 140680383994096 140681599228546 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20045824 140730077791378 140730077791555 140730077791555 140730077794255 0
[pid=12497/tid=12512] ppid=12495 vsize=26004064 memory=280726176240272 CPUtime=0.01 cores=0-7
/proc/12497/task/12512/stat : 12512 (java) R 12495 12495 12281 0 -1 4202560 409 0 0 0 1 0 0 0 20 0 20 0 111964523 26628161536 11432 33554432000 4194304 4196468 140730077786800 140680382941552 140681579917696 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 20045824 140730077791378 140730077791555 140730077791555 140730077794255 0
[pid=12497/tid=12513] ppid=12495 vsize=26004064 memory=280726176237968 CPUtime=0.01 cores=0-7
/proc/12497/task/12513/stat : 12513 (java) R 12495 12495 12281 0 -1 4202560 64 0 0 0 1 0 0 0 20 0 20 0 111964523 26628161536 11432 33554432000 4194304 4196468 140730077786800 140680381888496 140681579917696 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 20045824 140730077791378 140730077791555 140730077791555 140730077794255 0
[pid=12497/tid=12514] ppid=12495 vsize=26004064 memory=280726176254128 CPUtime=0.12 cores=0-7
/proc/12497/task/12514/stat : 12514 (java) S 12495 12495 12281 0 -1 1077944384 848 0 0 0 12 0 0 0 20 0 20 0 111964523 26628161536 11432 33554432000 4194304 4196468 140730077786800 140680380835952 140681599228546 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20045824 140730077791378 140730077791555 140730077791555 140730077794255 0
[pid=12497/tid=12515] ppid=12495 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/12497/task/12515/stat : 12515 (java) S 12495 12495 12281 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 111964523 26628161536 11432 33554432000 4194304 4196468 140730077786800 140680379784160 140681599227605 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20045824 140730077791378 140730077791555 140730077791555 140730077794255 0
[pid=12497/tid=12516] ppid=12495 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/12497/task/12516/stat : 12516 (java) S 12495 12495 12281 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 111964523 26628161536 11432 33554432000 4194304 4196468 140730077786800 140680311598256 140681599228546 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20045824 140730077791378 140730077791555 140730077791555 140730077794255 0
Current children cumulated CPU time: 0.5 s
Current children cumulated vsize: 26013576 KiB
Current children cumulated memory: 46848 KiB

[startup+0.701005 s]
/proc/loadavg: 7.95 8.17 8.27 5/200 12516
/proc/meminfo: memFree=31462676/32770624 swapFree=67108860/67108860
[pid=12495] ppid=12492 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/12495/stat : 12495 (xcsp3-exec) S 12492 12495 12281 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 111964517 9740288 346 33554432000 4194304 5098028 140735366496880 140735366494984 140092747428476 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 28848128 140735366501477 140735366501687 140735366501687 140735366504427 0
/proc/12495/statm: 2378 346 289 221 0 87 0
[pid=12497] ppid=12495 vsize=26004140 memory=204932 CPUtime=1.53 cores=0-7
/proc/12497/stat : 12497 (java) S 12495 12495 12281 0 -1 1077944320 12186 0 0 0 145 8 0 0 20 0 20 0 111964517 26628239360 51233 33554432000 4194304 4196468 140730077786800 140730077769344 140681599217399 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 20045824 140730077791378 140730077791555 140730077791555 140730077794255 0
/proc/12497/statm: 6501035 51233 3199 1 0 6488269 0
[pid=12497/tid=12498] ppid=12495 vsize=26004140 memory=280726176548992 CPUtime=0.66 cores=0-7
/proc/12497/task/12498/stat : 12498 (java) R 12495 12495 12281 0 -1 4202560 6434 0 0 0 61 5 0 0 20 0 20 0 111964518 26628239360 51233 33554432000 4194304 4196468 140730077786800 140681603454960 140681583261029 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 20045824 140730077791378 140730077791555 140730077791555 140730077794255 0
[pid=12497/tid=12499] ppid=12495 vsize=26004140 memory=5123895985313 CPUtime=0 cores=0-7
/proc/12497/task/12499/stat : 12499 (java) S 12495 12495 12281 0 -1 1077944384 10 0 0 0 0 0 0 0 20 0 20 0 111964518 26628239360 51233 33554432000 4194304 4196468 140730077786800 140681521798160 140681599227605 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20045824 140730077791378 140730077791555 140730077791555 140730077794255 0
[pid=12497/tid=12500] ppid=12495 vsize=26004140 memory=0 CPUtime=0 cores=0-7
/proc/12497/task/12500/stat : 12500 (java) S 12495 12495 12281 0 -1 1077944384 12 0 0 0 0 0 0 0 20 0 20 0 111964518 26628239360 51233 33554432000 4194304 4196468 140730077786800 140681520745616 140681599227605 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20045824 140730077791378 140730077791555 140730077791555 140730077794255 0
[pid=12497/tid=12501] ppid=12495 vsize=26004140 memory=0 CPUtime=0 cores=0-7
/proc/12497/task/12501/stat : 12501 (java) S 12495 12495 12281 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 111964518 26628239360 51233 33554432000 4194304 4196468 140730077786800 140681155730192 140681599227605 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20045824 140730077791378 140730077791555 140730077791555 140730077794255 0

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

[pid=12495] ppid=12492 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/12495/stat : 12495 (xcsp3-exec) S 12492 12495 12281 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 111964517 9740288 346 33554432000 4194304 5098028 140735366496880 140735366494984 140092747428476 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 28848128 140735366501477 140735366501687 140735366501687 140735366504427 0
/proc/12495/statm: 2378 346 289 221 0 87 0
[pid=12497] ppid=12495 vsize=26006188 memory=21206692 CPUtime=697.98 cores=0-7
/proc/12497/stat : 12497 (java) S 12495 12495 12281 0 -1 1077944320 432951 0 0 0 65237 4561 0 0 20 0 20 0 111964517 26630336512 5301673 33554432000 4194304 4196468 140730077786800 140730077769344 140681599217399 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 20045824 140730077791378 140730077791555 140730077791555 140730077794255 0
/proc/12497/statm: 6501547 5301673 3269 1 0 6488781 0
[pid=12497/tid=12498] ppid=12495 vsize=26006188 memory=1236 CPUtime=432.79 cores=0-7
/proc/12497/task/12498/stat : 12498 (java) S 12495 12495 12281 0 -1 1077944384 21115 0 0 0 43251 28 0 0 20 0 20 0 111964518 26630336512 5301673 33554432000 4194304 4196468 140730077786800 140681603457376 140681599227605 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20045824 140730077791378 140730077791555 140730077791555 140730077794255 0
[pid=12497/tid=12499] ppid=12495 vsize=26006188 memory=960 CPUtime=30.85 cores=0-7
/proc/12497/task/12499/stat : 12499 (java) R 12495 12495 12281 0 -1 4202560 43818 0 0 0 2501 584 0 0 20 0 20 0 111964518 26630336512 5301673 33554432000 4194304 4196468 140730077786800 140681521797968 140681591845607 0 4 0 16800975 0 0 0 -1 5 0 0 25 0 0 6293624 6294260 20045824 140730077791378 140730077791555 140730077791555 140730077794255 0
[pid=12497/tid=12500] ppid=12495 vsize=26006188 memory=2340 CPUtime=30.99 cores=0-7
/proc/12497/task/12500/stat : 12500 (java) R 12495 12495 12281 0 -1 4202560 38460 0 0 0 2570 529 0 0 20 0 20 0 111964518 26630336512 5301673 33554432000 4194304 4196468 140730077786800 140681520745424 140681591845607 0 4 0 16800975 0 0 0 -1 0 0 0 20 0 0 6293624 6294260 20045824 140730077791378 140730077791555 140730077791555 140730077794255 0
[pid=12497/tid=12501] ppid=12495 vsize=26006188 memory=4132 CPUtime=31.05 cores=0-7
/proc/12497/task/12501/stat : 12501 (java) R 12495 12495 12281 0 -1 4202560 45078 0 0 0 2532 573 0 0 20 0 20 0 111964518 26630336512 5301673 33554432000 4194304 4196468 140730077786800 140681155730000 140681592314136 0 4 0 16800975 0 0 0 -1 3 0 0 23 0 0 6293624 6294260 20045824 140730077791378 140730077791555 140730077791555 140730077794255 0
[pid=12497/tid=12502] ppid=12495 vsize=26006188 memory=31736 CPUtime=31.18 cores=0-7
/proc/12497/task/12502/stat : 12502 (java) R 12495 12495 12281 0 -1 4202560 45375 0 0 0 2597 521 0 0 20 0 20 0 111964518 26630336512 5301673 33554432000 4194304 4196468 140730077786800 140681154677456 140681591845607 0 4 0 16800975 0 0 0 -1 6 0 0 21 0 0 6293624 6294260 20045824 140730077791378 140730077791555 140730077791555 140730077794255 0
[pid=12497/tid=12503] ppid=12495 vsize=26006188 memory=2332 CPUtime=30.98 cores=0-7
/proc/12497/task/12503/stat : 12503 (java) R 12495 12495 12281 0 -1 4202560 35829 0 0 0 2515 583 0 0 20 0 20 0 111964518 26630336512 5301673 33554432000 4194304 4196468 140730077786800 140681153624400 140681591845607 0 4 0 16800975 0 0 0 -1 1 0 0 26 0 0 6293624 6294260 20045824 140730077791378 140730077791555 140730077791555 140730077794255 0
[pid=12497/tid=12504] ppid=12495 vsize=26006188 memory=1292 CPUtime=31.07 cores=0-7
/proc/12497/task/12504/stat : 12504 (java) R 12495 12495 12281 0 -1 4202560 50244 0 0 0 2562 545 0 0 20 0 20 0 111964518 26630336512 5301673 33554432000 4194304 4196468 140730077786800 140681152572168 140681591845607 0 4 0 16800975 0 0 0 -1 7 0 0 21 0 0 6293624 6294260 20045824 140730077791378 140730077791555 140730077791555 140730077794255 0
[pid=12497/tid=12505] ppid=12495 vsize=26006188 memory=1728 CPUtime=31.15 cores=0-7
/proc/12497/task/12505/stat : 12505 (java) R 12495 12495 12281 0 -1 4202560 28482 0 0 0 2547 568 0 0 20 0 20 0 111964518 26630336512 5301673 33554432000 4194304 4196468 140730077786800 140681151518800 140681591845607 0 4 0 16800975 0 0 0 -1 4 0 0 16 0 0 6293624 6294260 20045824 140730077791378 140730077791555 140730077791555 140730077794255 0
[pid=12497/tid=12506] ppid=12495 vsize=26006188 memory=8544 CPUtime=31.04 cores=0-7
/proc/12497/task/12506/stat : 12506 (java) R 12495 12495 12281 0 -1 4202560 27632 0 0 0 2530 574 0 0 20 0 20 0 111964518 26630336512 5301673 33554432000 4194304 4196468 140730077786800 140681150466256 140681582600434 0 4 0 16800975 0 0 0 -1 2 0 0 19 0 0 6293624 6294260 20045824 140730077791378 140730077791555 140730077791555 140730077794255 0
[pid=12497/tid=12507] ppid=12495 vsize=26006188 memory=4616 CPUtime=13.78 cores=0-7
/proc/12497/task/12507/stat : 12507 (java) S 12495 12495 12281 0 -1 1077944384 70687 0 0 0 1339 39 0 0 20 0 20 0 111964520 26630336512 5301673 33554432000 4194304 4196468 140730077786800 140680388203840 140681599227605 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20045824 140730077791378 140730077791555 140730077791555 140730077794255 0
[pid=12497/tid=12508] ppid=12495 vsize=26006188 memory=1720 CPUtime=0 cores=0-7
/proc/12497/task/12508/stat : 12508 (java) S 12495 12495 12281 0 -1 1077944384 52 0 0 0 0 0 0 0 20 0 20 0 111964520 26630336512 5301673 33554432000 4194304 4196468 140730077786800 140680387151584 140681599227605 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20045824 140730077791378 140730077791555 140730077791555 140730077794255 0
[pid=12497/tid=12509] ppid=12495 vsize=26006188 memory=1004 CPUtime=0 cores=0-7
/proc/12497/task/12509/stat : 12509 (java) S 12495 12495 12281 0 -1 1077944384 151 0 0 0 0 0 0 0 20 0 20 0 111964521 26630336512 5301673 33554432000 4194304 4196468 140730077786800 140680386098432 140681599227605 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20045824 140730077791378 140730077791555 140730077791555 140730077794255 0
[pid=12497/tid=12510] ppid=12495 vsize=26006188 memory=1436 CPUtime=0 cores=0-7
/proc/12497/task/12510/stat : 12510 (java) S 12495 12495 12281 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 111964523 26630336512 5301673 33554432000 4194304 4196468 140730077786800 140680385046992 140681599235995 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20045824 140730077791378 140730077791555 140730077791555 140730077794255 0
[pid=12497/tid=12511] ppid=12495 vsize=26006188 memory=1200 CPUtime=0.51 cores=0-7
/proc/12497/task/12511/stat : 12511 (java) S 12495 12495 12281 0 -1 1077944384 4858 0 0 0 50 1 0 0 20 0 20 0 111964523 26630336512 5301673 33554432000 4194304 4196468 140730077786800 140680383994096 140681599228546 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20045824 140730077791378 140730077791555 140730077791555 140730077794255 0
[pid=12497/tid=12512] ppid=12495 vsize=26006188 memory=15872 CPUtime=0.91 cores=0-7
/proc/12497/task/12512/stat : 12512 (java) S 12495 12495 12281 0 -1 1077944384 7305 0 0 0 89 2 0 0 20 0 20 0 111964523 26630336512 5301673 33554432000 4194304 4196468 140730077786800 140680382941552 140681599228546 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20045824 140730077791378 140730077791555 140730077791555 140730077794255 0
[pid=12497/tid=12513] ppid=12495 vsize=26006188 memory=4040 CPUtime=0.88 cores=0-7
/proc/12497/task/12513/stat : 12513 (java) S 12495 12495 12281 0 -1 1077944384 7114 0 0 0 87 1 0 0 20 0 20 0 111964523 26630336512 5301673 33554432000 4194304 4196468 140730077786800 140680381888496 140681599228546 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20045824 140730077791378 140730077791555 140730077791555 140730077794255 0
[pid=12497/tid=12514] ppid=12495 vsize=26006188 memory=18584 CPUtime=0.49 cores=0-7
/proc/12497/task/12514/stat : 12514 (java) S 12495 12495 12281 0 -1 1077944384 4959 0 0 0 48 1 0 0 20 0 20 0 111964523 26630336512 5301673 33554432000 4194304 4196468 140730077786800 140680380835952 140681599228546 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20045824 140730077791378 140730077791555 140730077791555 140730077794255 0
[pid=12497/tid=12515] ppid=12495 vsize=26006188 memory=18292 CPUtime=0 cores=0-7
/proc/12497/task/12515/stat : 12515 (java) S 12495 12495 12281 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 111964523 26630336512 5301673 33554432000 4194304 4196468 140730077786800 140680379784160 140681599227605 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20045824 140730077791378 140730077791555 140730077791555 140730077794255 0
[pid=12497/tid=12516] ppid=12495 vsize=26006188 memory=5788 CPUtime=0.16 cores=0-7
/proc/12497/task/12516/stat : 12516 (java) S 12495 12495 12281 0 -1 1077944384 553 0 0 0 6 10 0 0 20 0 20 0 111964523 26630336512 5301673 33554432000 4194304 4196468 140730077786800 140680311598256 140681599228546 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20045824 140730077791378 140730077791555 140730077791555 140730077794255 0
Current children cumulated CPU time: 697.98 s
Current children cumulated vsize: 26015700 KiB
Current children cumulated memory: 21208076 KiB

[startup+480.001 s]*
/proc/loadavg: 2.80 2.99 5.55 2/199 12523
/proc/meminfo: memFree=10325996/32770624 swapFree=67108860/67108860
[pid=12495] ppid=12492 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/12495/stat : 12495 (xcsp3-exec) S 12492 12495 12281 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 111964517 9740288 346 33554432000 4194304 5098028 140735366496880 140735366494984 140092747428476 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 28848128 140735366501477 140735366501687 140735366501687 140735366504427 0
/proc/12495/statm: 2378 346 289 221 0 87 0
[pid=12497] ppid=12495 vsize=26006188 memory=21206704 CPUtime=705.99 cores=0-7
/proc/12497/stat : 12497 (java) S 12495 12495 12281 0 -1 1077944320 434172 0 0 0 66037 4562 0 0 20 0 20 0 111964517 26630336512 5301676 33554432000 4194304 4196468 140730077786800 140730077769344 140681599217399 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 20045824 140730077791378 140730077791555 140730077791555 140730077794255 0
/proc/12497/statm: 6501547 5301676 3269 1 0 6488781 0
[pid=12497/tid=12498] ppid=12495 vsize=26006188 memory=1004 CPUtime=432.79 cores=0-7
/proc/12497/task/12498/stat : 12498 (java) S 12495 12495 12281 0 -1 1077944384 21115 0 0 0 43251 28 0 0 20 0 20 0 111964518 26630336512 5301676 33554432000 4194304 4196468 140730077786800 140681603457376 140681599227605 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20045824 140730077791378 140730077791555 140730077791555 140730077794255 0
[pid=12497/tid=12499] ppid=12495 vsize=26006188 memory=-7003737579269690708 CPUtime=31.77 cores=0-7
/proc/12497/task/12499/stat : 12499 (java) S 12495 12495 12281 0 -1 1077944384 43915 0 0 0 2592 585 0 0 20 0 20 0 111964518 26630336512 5301676 33554432000 4194304 4196468 140730077786800 140681521798160 140681599227605 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 25 0 0 6293624 6294260 20045824 140730077791378 140730077791555 140730077791555 140730077794255 0
[pid=12497/tid=12500] ppid=12495 vsize=26006188 memory=1228 CPUtime=31.91 cores=0-7
/proc/12497/task/12500/stat : 12500 (java) S 12495 12495 12281 0 -1 1077944384 38460 0 0 0 2662 529 0 0 20 0 20 0 111964518 26630336512 5301676 33554432000 4194304 4196468 140730077786800 140681520745616 140681599227605 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 20 0 0 6293624 6294260 20045824 140730077791378 140730077791555 140730077791555 140730077794255 0
[pid=12497/tid=12501] ppid=12495 vsize=26006188 memory=796 CPUtime=31.98 cores=0-7
/proc/12497/task/12501/stat : 12501 (java) S 12495 12495 12281 0 -1 1077944384 46103 0 0 0 2625 573 0 0 20 0 20 0 111964518 26630336512 5301676 33554432000 4194304 4196468 140730077786800 140681155730192 140681599227605 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 23 0 0 6293624 6294260 20045824 140730077791378 140730077791555 140730077791555 140730077794255 0
[pid=12497/tid=12502] ppid=12495 vsize=26006188 memory=10020 CPUtime=32.09 cores=0-7
/proc/12497/task/12502/stat : 12502 (java) S 12495 12495 12281 0 -1 1077944384 45375 0 0 0 2688 521 0 0 20 0 20 0 111964518 26630336512 5301676 33554432000 4194304 4196468 140730077786800 140681154677648 140681599227605 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 21 0 0 6293624 6294260 20045824 140730077791378 140730077791555 140730077791555 140730077794255 0
[pid=12497/tid=12503] ppid=12495 vsize=26006188 memory=1948 CPUtime=31.91 cores=0-7
/proc/12497/task/12503/stat : 12503 (java) S 12495 12495 12281 0 -1 1077944384 35829 0 0 0 2607 584 0 0 20 0 20 0 111964518 26630336512 5301676 33554432000 4194304 4196468 140730077786800 140681153624592 140681599227605 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 26 0 0 6293624 6294260 20045824 140730077791378 140730077791555 140730077791555 140730077794255 0
[pid=12497/tid=12504] ppid=12495 vsize=26006188 memory=912 CPUtime=31.96 cores=0-7
/proc/12497/task/12504/stat : 12504 (java) S 12495 12495 12281 0 -1 1077944384 50341 0 0 0 2651 545 0 0 20 0 20 0 111964518 26630336512 5301676 33554432000 4194304 4196468 140730077786800 140681152572048 140681599227605 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 21 0 0 6293624 6294260 20045824 140730077791378 140730077791555 140730077791555 140730077794255 0
[pid=12497/tid=12505] ppid=12495 vsize=26006188 memory=4132 CPUtime=32.06 cores=0-7
/proc/12497/task/12505/stat : 12505 (java) S 12495 12495 12281 0 -1 1077944384 28482 0 0 0 2638 568 0 0 20 0 20 0 111964518 26630336512 5301676 33554432000 4194304 4196468 140730077786800 140681151518992 140681599227605 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 16 0 0 6293624 6294260 20045824 140730077791378 140730077791555 140730077791555 140730077794255 0
[pid=12497/tid=12506] ppid=12495 vsize=26006188 memory=6791534058613427641 CPUtime=31.96 cores=0-7
/proc/12497/task/12506/stat : 12506 (java) S 12495 12495 12281 0 -1 1077944384 27632 0 0 0 2622 574 0 0 20 0 20 0 111964518 26630336512 5301676 33554432000 4194304 4196468 140730077786800 140681150466448 140681599227605 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 19 0 0 6293624 6294260 20045824 140730077791378 140730077791555 140730077791555 140730077794255 0
[pid=12497/tid=12507] ppid=12495 vsize=26006188 memory=932 CPUtime=14.45 cores=0-7
/proc/12497/task/12507/stat : 12507 (java) R 12495 12495 12281 0 -1 4202560 70687 0 0 0 1406 39 0 0 20 0 20 0 111964520 26630336512 5301676 33554432000 4194304 4196468 140730077786800 140680388203728 140681584213780 0 0 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 20045824 140730077791378 140730077791555 140730077791555 140730077794255 0
[pid=12497/tid=12508] ppid=12495 vsize=26006188 memory=1572 CPUtime=0 cores=0-7
/proc/12497/task/12508/stat : 12508 (java) S 12495 12495 12281 0 -1 1077944384 52 0 0 0 0 0 0 0 20 0 20 0 111964520 26630336512 5301676 33554432000 4194304 4196468 140730077786800 140680387151584 140681599227605 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20045824 140730077791378 140730077791555 140730077791555 140730077794255 0
[pid=12497/tid=12509] ppid=12495 vsize=26006188 memory=2200 CPUtime=0 cores=0-7
/proc/12497/task/12509/stat : 12509 (java) S 12495 12495 12281 0 -1 1077944384 151 0 0 0 0 0 0 0 20 0 20 0 111964521 26630336512 5301676 33554432000 4194304 4196468 140730077786800 140680386098432 140681599227605 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20045824 140730077791378 140730077791555 140730077791555 140730077794255 0
[pid=12497/tid=12510] ppid=12495 vsize=26006188 memory=6504 CPUtime=0 cores=0-7
/proc/12497/task/12510/stat : 12510 (java) S 12495 12495 12281 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 111964523 26630336512 5301676 33554432000 4194304 4196468 140730077786800 140680385046992 140681599235995 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20045824 140730077791378 140730077791555 140730077791555 140730077794255 0
[pid=12497/tid=12511] ppid=12495 vsize=26006188 memory=836 CPUtime=0.51 cores=0-7
/proc/12497/task/12511/stat : 12511 (java) S 12495 12495 12281 0 -1 1077944384 4859 0 0 0 50 1 0 0 20 0 20 0 111964523 26630336512 5301676 33554432000 4194304 4196468 140730077786800 140680383993856 140681599227605 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20045824 140730077791378 140730077791555 140730077791555 140730077794255 0
[pid=12497/tid=12512] ppid=12495 vsize=26006188 memory=4104 CPUtime=0.91 cores=0-7
/proc/12497/task/12512/stat : 12512 (java) S 12495 12495 12281 0 -1 1077944384 7305 0 0 0 89 2 0 0 20 0 20 0 111964523 26630336512 5301676 33554432000 4194304 4196468 140730077786800 140680382941600 140681599227605 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20045824 140730077791378 140730077791555 140730077791555 140730077794255 0
[pid=12497/tid=12513] ppid=12495 vsize=26006188 memory=6791534058613427641 CPUtime=0.88 cores=0-7
/proc/12497/task/12513/stat : 12513 (java) S 12495 12495 12281 0 -1 1077944384 7114 0 0 0 87 1 0 0 20 0 20 0 111964523 26630336512 5301676 33554432000 4194304 4196468 140730077786800 140680381888496 140681599228546 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20045824 140730077791378 140730077791555 140730077791555 140730077794255 0
[pid=12497/tid=12514] ppid=12495 vsize=26006188 memory=8544 CPUtime=0.49 cores=0-7
/proc/12497/task/12514/stat : 12514 (java) S 12495 12495 12281 0 -1 1077944384 4959 0 0 0 48 1 0 0 20 0 20 0 111964523 26630336512 5301676 33554432000 4194304 4196468 140730077786800 140680380835952 140681599228546 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20045824 140730077791378 140730077791555 140730077791555 140730077794255 0
[pid=12497/tid=12515] ppid=12495 vsize=26006188 memory=4616 CPUtime=0 cores=0-7
/proc/12497/task/12515/stat : 12515 (java) S 12495 12495 12281 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 111964523 26630336512 5301676 33554432000 4194304 4196468 140730077786800 140680379784160 140681599227605 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20045824 140730077791378 140730077791555 140730077791555 140730077794255 0
[pid=12497/tid=12516] ppid=12495 vsize=26006188 memory=1720 CPUtime=0.16 cores=0-7
/proc/12497/task/12516/stat : 12516 (java) S 12495 12495 12281 0 -1 1077944384 553 0 0 0 6 10 0 0 20 0 20 0 111964523 26630336512 5301676 33554432000 4194304 4196468 140730077786800 140680311598256 140681599228546 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20045824 140730077791378 140730077791555 140730077791555 140730077794255 0
Current children cumulated CPU time: 705.99 s
Current children cumulated vsize: 26015700 KiB
Current children cumulated memory: 21208088 KiB

[startup+480.401 s]
/proc/loadavg: 2.80 2.99 5.55 2/199 12523
/proc/meminfo: memFree=10325996/32770624 swapFree=67108860/67108860
[pid=12495] ppid=12492 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/12495/stat : 12495 (xcsp3-exec) S 12492 12495 12281 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 111964517 9740288 346 33554432000 4194304 5098028 140735366496880 140735366494984 140092747428476 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 28848128 140735366501477 140735366501687 140735366501687 140735366504427 0
/proc/12495/statm: 2378 346 289 221 0 87 0
[pid=12497] ppid=12495 vsize=26006188 memory=21206704 CPUtime=706.38 cores=0-7
/proc/12497/stat : 12497 (java) S 12495 12495 12281 0 -1 1077944320 434172 0 0 0 66076 4562 0 0 20 0 20 0 111964517 26630336512 5301676 33554432000 4194304 4196468 140730077786800 140730077769344 140681599217399 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 20045824 140730077791378 140730077791555 140730077791555 140730077794255 0
/proc/12497/statm: 6501547 5301676 3269 1 0 6488781 0
[pid=12497/tid=12498] ppid=12495 vsize=26006188 memory=1384 CPUtime=432.79 cores=0-7
/proc/12497/task/12498/stat : 12498 (java) S 12495 12495 12281 0 -1 1077944384 21115 0 0 0 43251 28 0 0 20 0 20 0 111964518 26630336512 5301676 33554432000 4194304 4196468 140730077786800 140681603457376 140681599227605 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20045824 140730077791378 140730077791555 140730077791555 140730077794255 0
[pid=12497/tid=12499] ppid=12495 vsize=26006188 memory=21206704 CPUtime=31.77 cores=0-7
/proc/12497/task/12499/stat : 12499 (java) S 12495 12495 12281 0 -1 1077944384 43915 0 0 0 2592 585 0 0 20 0 20 0 111964518 26630336512 5301676 33554432000 4194304 4196468 140730077786800 140681521798160 140681599227605 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 25 0 0 6293624 6294260 20045824 140730077791378 140730077791555 140730077791555 140730077794255 0
[pid=12497/tid=12500] ppid=12495 vsize=26006188 memory=6791534058613427641 CPUtime=31.91 cores=0-7
/proc/12497/task/12500/stat : 12500 (java) S 12495 12495 12281 0 -1 1077944384 38460 0 0 0 2662 529 0 0 20 0 20 0 111964518 26630336512 5301676 33554432000 4194304 4196468 140730077786800 140681520745616 140681599227605 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 20 0 0 6293624 6294260 20045824 140730077791378 140730077791555 140730077791555 140730077794255 0
[pid=12497/tid=12501] ppid=12495 vsize=26006188 memory=3420 CPUtime=31.98 cores=0-7
/proc/12497/task/12501/stat : 12501 (java) S 12495 12495 12281 0 -1 1077944384 46103 0 0 0 2625 573 0 0 20 0 20 0 111964518 26630336512 5301676 33554432000 4194304 4196468 140730077786800 140681155730192 140681599227605 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 23 0 0 6293624 6294260 20045824 140730077791378 140730077791555 140730077791555 140730077794255 0
[pid=12497/tid=12502] ppid=12495 vsize=26006188 memory=1384 CPUtime=32.09 cores=0-7
/proc/12497/task/12502/stat : 12502 (java) S 12495 12495 12281 0 -1 1077944384 45375 0 0 0 2688 521 0 0 20 0 20 0 111964518 26630336512 5301676 33554432000 4194304 4196468 140730077786800 140681154677648 140681599227605 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 21 0 0 6293624 6294260 20045824 140730077791378 140730077791555 140730077791555 140730077794255 0
[pid=12497/tid=12503] ppid=12495 vsize=26006188 memory=21206692 CPUtime=31.91 cores=0-7
/proc/12497/task/12503/stat : 12503 (java) S 12495 12495 12281 0 -1 1077944384 35829 0 0 0 2607 584 0 0 20 0 20 0 111964518 26630336512 5301676 33554432000 4194304 4196468 140730077786800 140681153624592 140681599227605 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 26 0 0 6293624 6294260 20045824 140730077791378 140730077791555 140730077791555 140730077794255 0
[pid=12497/tid=12504] ppid=12495 vsize=26006188 memory=6791534058613427641 CPUtime=31.96 cores=0-7
/proc/12497/task/12504/stat : 12504 (java) S 12495 12495 12281 0 -1 1077944384 50341 0 0 0 2651 545 0 0 20 0 20 0 111964518 26630336512 5301676 33554432000 4194304 4196468 140730077786800 140681152572048 140681599227605 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 21 0 0 6293624 6294260 20045824 140730077791378 140730077791555 140730077791555 140730077794255 0
[pid=12497/tid=12505] ppid=12495 vsize=26006188 memory=4040 CPUtime=32.06 cores=0-7
/proc/12497/task/12505/stat : 12505 (java) S 12495 12495 12281 0 -1 1077944384 28482 0 0 0 2638 568 0 0 20 0 20 0 111964518 26630336512 5301676 33554432000 4194304 4196468 140730077786800 140681151518992 140681599227605 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 16 0 0 6293624 6294260 20045824 140730077791378 140730077791555 140730077791555 140730077794255 0
[pid=12497/tid=12506] ppid=12495 vsize=26006188 memory=18584 CPUtime=31.96 cores=0-7
/proc/12497/task/12506/stat : 12506 (java) S 12495 12495 12281 0 -1 1077944384 27632 0 0 0 2622 574 0 0 20 0 20 0 111964518 26630336512 5301676 33554432000 4194304 4196468 140730077786800 140681150466448 140681599227605 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 19 0 0 6293624 6294260 20045824 140730077791378 140730077791555 140730077791555 140730077794255 0
[pid=12497/tid=12507] ppid=12495 vsize=26006188 memory=18292 CPUtime=14.84 cores=0-7
/proc/12497/task/12507/stat : 12507 (java) R 12495 12495 12281 0 -1 4202560 70687 0 0 0 1445 39 0 0 20 0 20 0 111964520 26630336512 5301676 33554432000 4194304 4196468 140730077786800 140680388203728 140681584213766 0 0 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 20045824 140730077791378 140730077791555 140730077791555 140730077794255 0
[pid=12497/tid=12508] ppid=12495 vsize=26006188 memory=6791534058613427641 CPUtime=0 cores=0-7
/proc/12497/task/12508/stat : 12508 (java) S 12495 12495 12281 0 -1 1077944384 52 0 0 0 0 0 0 0 20 0 20 0 111964520 26630336512 5301676 33554432000 4194304 4196468 140730077786800 140680387151584 140681599227605 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20045824 140730077791378 140730077791555 140730077791555 140730077794255 0
[pid=12497/tid=12509] ppid=12495 vsize=26006188 memory=648 CPUtime=0 cores=0-7
/proc/12497/task/12509/stat : 12509 (java) S 12495 12495 12281 0 -1 1077944384 151 0 0 0 0 0 0 0 20 0 20 0 111964521 26630336512 5301676 33554432000 4194304 4196468 140730077786800 140680386098432 140681599227605 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20045824 140730077791378 140730077791555 140730077791555 140730077794255 0
[pid=12497/tid=12510] ppid=12495 vsize=26006188 memory=1236 CPUtime=0 cores=0-7
/proc/12497/task/12510/stat : 12510 (java) S 12495 12495 12281 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 111964523 26630336512 5301676 33554432000 4194304 4196468 140730077786800 140680385046992 140681599235995 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20045824 140730077791378 140730077791555 140730077791555 140730077794255 0
[pid=12497/tid=12511] ppid=12495 vsize=26006188 memory=960 CPUtime=0.51 cores=0-7
/proc/12497/task/12511/stat : 12511 (java) S 12495 12495 12281 0 -1 1077944384 4859 0 0 0 50 1 0 0 20 0 20 0 111964523 26630336512 5301676 33554432000 4194304 4196468 140730077786800 140680383993856 140681599227605 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20045824 140730077791378 140730077791555 140730077791555 140730077794255 0
[pid=12497/tid=12512] ppid=12495 vsize=26006188 memory=2340 CPUtime=0.91 cores=0-7
/proc/12497/task/12512/stat : 12512 (java) S 12495 12495 12281 0 -1 1077944384 7305 0 0 0 89 2 0 0 20 0 20 0 111964523 26630336512 5301676 33554432000 4194304 4196468 140730077786800 140680382941600 140681599227605 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20045824 140730077791378 140730077791555 140730077791555 140730077794255 0
[pid=12497/tid=12513] ppid=12495 vsize=26006188 memory=2236 CPUtime=0.88 cores=0-7
/proc/12497/task/12513/stat : 12513 (java) S 12495 12495 12281 0 -1 1077944384 7114 0 0 0 87 1 0 0 20 0 20 0 111964523 26630336512 5301676 33554432000 4194304 4196468 140730077786800 140680381888544 140681599227605 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20045824 140730077791378 140730077791555 140730077791555 140730077794255 0
[pid=12497/tid=12514] ppid=12495 vsize=26006188 memory=1384 CPUtime=0.49 cores=0-7
/proc/12497/task/12514/stat : 12514 (java) S 12495 12495 12281 0 -1 1077944384 4959 0 0 0 48 1 0 0 20 0 20 0 111964523 26630336512 5301676 33554432000 4194304 4196468 140730077786800 140680380836000 140681599227605 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20045824 140730077791378 140730077791555 140730077791555 140730077794255 0
[pid=12497/tid=12515] ppid=12495 vsize=26006188 memory=1384 CPUtime=0 cores=0-7
/proc/12497/task/12515/stat : 12515 (java) S 12495 12495 12281 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 111964523 26630336512 5301676 33554432000 4194304 4196468 140730077786800 140680379784160 140681599227605 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20045824 140730077791378 140730077791555 140730077791555 140730077794255 0
[pid=12497/tid=12516] ppid=12495 vsize=26006188 memory=1384 CPUtime=0.17 cores=0-7
/proc/12497/task/12516/stat : 12516 (java) S 12495 12495 12281 0 -1 1077944384 553 0 0 0 7 10 0 0 20 0 20 0 111964523 26630336512 5301676 33554432000 4194304 4196468 140730077786800 140680311598256 140681599228546 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20045824 140730077791378 140730077791555 140730077791555 140730077794255 0
Current children cumulated CPU time: 706.38 s
Current children cumulated vsize: 26015700 KiB
Current children cumulated memory: 21208088 KiB

[startup+480.801 s]
/proc/loadavg: 2.80 2.99 5.55 2/199 12523
/proc/meminfo: memFree=10325996/32770624 swapFree=67108860/67108860
[pid=12495] ppid=12492 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/12495/stat : 12495 (xcsp3-exec) S 12492 12495 12281 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 111964517 9740288 346 33554432000 4194304 5098028 140735366496880 140735366494984 140092747428476 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 28848128 140735366501477 140735366501687 140735366501687 140735366504427 0
/proc/12495/statm: 2378 346 289 221 0 87 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 9512 KiB
Current children cumulated memory: 1384 KiB

Child status: 1
Real time (s): 480.881
CPU time (s): 706.875
CPU user time (s): 661.15
CPU system time (s): 45.7245
CPU usage (%): 146.996
Max. virtual memory (cumulated for all children) (KiB): 26015700
Max. memory (cumulated for all children) (KiB): 21208088

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 661.15
system time used= 45.7245
maximum resident set size= 21206952
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 435635
page faults= 0
swaps= 0
block input operations= 0
block output operations= 688
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 23004
involuntary context switches= 7168


# summary of solver processes directly reported to runsolver:
#   pid: 12495
#   total CPU time (s): 706.875
#   total CPU user time (s): 661.15
#   total CPU system time (s): 45.7245

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 3.52786 second user time and 5.41581 second system time

The end

Launcher Data

Begin job on node112 at 2017-08-15 11:05:09
IDJOB=4270488
IDBENCH=137017
IDSOLVER=2662
FILE ID=node112/4270488-1502788768
RUNJOBID= node112-1502785387-12308
PBS_JOBID= 20629121
Free space on /tmp= 61788 MiB

SOLVER NAME= choco-solver 4.0.5 par
BENCH NAME= XCSP17/BinPacking/BinPacking-tab-fu/BinPacking-tab-fu0500-12.xml
COMMAND LINE= ./xcsp3-exec -dir DIR -tl TIMEOUT -p NBCORE -ml 22000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4270488-1502788768/watcher-4270488-1502788768 -o /tmp/evaluation-result-4270488-1502788768/solver-4270488-1502788768 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node112-1502785387-12308 --watchdog 2580  ./xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 22000 -tdir HOME -seed 918072833 HOME/instance-4270488-1502788768.xml

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

MD5SUM BENCH= c3cbaa9ce8e56a4446daa69c64b890b7
RANDOM SEED=918072833

node112.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.24
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.24
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.24
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.24
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:        31558704 kB
MemAvailable:   31980184 kB
Buffers:          194832 kB
Cached:           507468 kB
SwapCached:            0 kB
Active:           477396 kB
Inactive:         276604 kB
Active(anon):       3512 kB
Inactive(anon):    76444 kB
Active(file):     473884 kB
Inactive(file):   200160 kB
Unevictable:        6276 kB
Mlocked:            6276 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             10152 kB
Writeback:             0 kB
AnonPages:         58532 kB
Mapped:            45500 kB
Shmem:             25224 kB
Slab:             152620 kB
SReclaimable:     126544 kB
SUnreclaim:        26076 kB
KernelStack:        3184 kB
PageTables:         4864 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     323124 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:      4096 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116096 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 61780 MiB
End job on node112 at 2017-08-15 11:13:10