Trace number 4271480

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)? 473.41199 229.52499

General information on the benchmark

NameBinPacking/BinPacking-tab-sw100/
BinPacking-tab-sw100-74.xml
MD5SUM748f42f61d3aaac6f60870392cb688ba
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark240.03101
Satisfiable
(Un)Satisfiability was proved
Number of variables115
Number of constraints22
Number of domains2
Minimum domain size20
Maximum domain size42
Distribution of domain sizes[{"size":20,"count":1},{"size":42,"count":114}]
Minimum variable degree2
Maximum variable degree4
Distribution of variable degrees[{"degree":2,"count":1},{"degree":3,"count":95},{"degree":4,"count":19}]
Minimum constraint arity6
Maximum constraint arity114
Distribution of constraint arities[{"arity":6,"count":19},{"arity":20,"count":1},{"arity":114,"count":2}]
Number of extensional constraints19
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":19},{"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-4271480-1502646496.xml"  -tl '2016s' -p 8 -x 0
0.11/0.14	c [HOME/instance-4271480-1502646496.xml, -tl, 2016s, -p, 8, -x, 0]
0.11/0.19	c 8 solvers in parallel
0.33/0.26	c parse instance...
473.28/229.42	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
473.28/229.42		at org.chocosolver.solver.constraints.extension.nary.PropCompactTable.computeSupports(PropCompactTable.java:98)
473.28/229.42		at org.chocosolver.solver.constraints.extension.nary.PropCompactTable.<init>(PropCompactTable.java:61)
473.28/229.42		at org.chocosolver.solver.constraints.IIntConstraintFactory.table(IIntConstraintFactory.java:1857)
473.28/229.42		at org.chocosolver.solver.constraints.IIntConstraintFactory.table(IIntConstraintFactory.java:1813)
473.28/229.42		at org.chocosolver.parser.xcsp.XCSPParser.buildCtrExtension(XCSPParser.java:313)
473.28/229.42		at org.xcsp.parser.loaders.CtrLoaderInteger.extension(CtrLoaderInteger.java:413)
473.28/229.42		at org.xcsp.parser.loaders.CtrLoaderInteger.load(CtrLoaderInteger.java:130)
473.28/229.42		at org.xcsp.parser.XCallbacks.loadCtr(XCallbacks.java:457)
473.28/229.42		at org.xcsp.parser.XCallbacks.lambda$loadCtrs$346(XCallbacks.java:440)
473.28/229.42		at org.xcsp.parser.XCallbacks$$Lambda$70/540585569.accept(Unknown Source)
473.28/229.42		at java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
473.28/229.42		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:580)
473.28/229.42		at org.xcsp.parser.XCallbacks.loadCtrs(XCallbacks.java:437)
473.28/229.42		at org.chocosolver.parser.xcsp.XCSPParser.loadGroup(XCSPParser.java:1406)
473.28/229.42		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:368)
473.28/229.42		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:353)
473.28/229.42		at org.xcsp.parser.XCallbacks.loadInstance(XCallbacks.java:260)
473.28/229.42		at org.chocosolver.parser.xcsp.XCSPParser.model(XCSPParser.java:88)
473.28/229.42		at org.chocosolver.parser.xcsp.XCSP.parse(XCSP.java:112)
473.28/229.42		at org.chocosolver.parser.xcsp.XCSP.buildModel(XCSP.java:99)
473.28/229.42		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:23)
473.28/229.42	s UNKNOWN
473.28/229.42	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 (13459 MiB free)
  memory of node 1: 16384 MiB (14580 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4271480-1502646496/watcher-4271480-1502646496 -o /tmp/evaluation-result-4271480-1502646496/solver-4271480-1502646496 -C 2016 -W 252 -M 31000 --bin-var /tmp/runsolver-exch-node151-1502642846-14765 --watchdog 312 ./xcsp3-exec -dir HOME -tl 2016 -p 8 -ml 22000 -tdir HOME -seed 450523669 HOME/instance-4271480-1502646496.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2016 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2046 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 252 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
solver pid=16457, runsolver pid=16454
Current StackSize limit: 8192 KiB


[startup+0.100131 s]*
/proc/loadavg: 7.50 7.64 6.66 3/199 16478
/proc/meminfo: memFree=28696184/32770624 swapFree=67108860/67108860
[pid=16457] ppid=16454 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/16457/stat : 16457 (xcsp3-exec) S 16454 16457 14738 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 97730554 9740288 346 33554432000 4194304 5098028 140731244298720 140731244296824 139795031454332 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 13504512 140731244307563 140731244307772 140731244307772 140731244310507 0
/proc/16457/statm: 2378 346 289 221 0 87 0
[pid=16459] ppid=16457 vsize=25999808 memory=27044 CPUtime=0.11 cores=0-7
/proc/16459/stat : 16459 (java) S 16457 16457 14738 0 -1 1077944320 5633 0 0 0 10 1 0 0 20 0 20 0 97730554 26623803392 6761 33554432000 4194304 4196468 140729264401904 140729264384448 140002309205751 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 9228288 140729264407704 140729264407880 140729264407880 140729264410575 0
/proc/16459/statm: 6499952 6761 2876 1 0 6488269 0
[pid=16459/tid=16460] ppid=16457 vsize=25999808 memory=4134930498285298233 CPUtime=0.09 cores=0-7
/proc/16459/task/16460/stat : 16460 (java) R 16457 16457 14738 0 -1 4202560 3640 0 0 0 8 1 0 0 20 0 20 0 97730555 26623803392 6761 33554432000 4194304 4196468 140729264401904 140002313438000 140002309217686 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 9228288 140729264407704 140729264407880 140729264407880 140729264410575 0
[pid=16459/tid=16461] ppid=16457 vsize=25999808 memory=4872558044660077418 CPUtime=0 cores=0-7
/proc/16459/task/16461/stat : 16461 (java) S 16457 16457 14738 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97730555 26623803392 6761 33554432000 4194304 4196468 140729264401904 140002261826320 140002309215957 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9228288 140729264407704 140729264407880 140729264407880 140729264410575 0
[pid=16459/tid=16462] ppid=16457 vsize=25999808 memory=140566633297536 CPUtime=0 cores=0-7
/proc/16459/task/16462/stat : 16462 (java) S 16457 16457 14738 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 97730555 26623803392 6761 33554432000 4194304 4196468 140729264401904 140002260773776 140002309215957 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9228288 140729264407704 140729264407880 140729264407880 140729264410575 0
[pid=16459/tid=16463] ppid=16457 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/16459/task/16463/stat : 16463 (java) S 16457 16457 14738 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 97730555 26623803392 6761 33554432000 4194304 4196468 140729264401904 140002259721232 140002309215957 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9228288 140729264407704 140729264407880 140729264407880 140729264410575 0
[pid=16459/tid=16464] ppid=16457 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/16459/task/16464/stat : 16464 (java) S 16457 16457 14738 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97730555 26623803392 6761 33554432000 4194304 4196468 140729264401904 140002258668688 140002309215957 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9228288 140729264407704 140729264407880 140729264407880 140729264410575 0
[pid=16459/tid=16465] ppid=16457 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/16459/task/16465/stat : 16465 (java) S 16457 16457 14738 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97730555 26623803392 6761 33554432000 4194304 4196468 140729264401904 140002257615120 140002309215957 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9228288 140729264407704 140729264407880 140729264407880 140729264410575 0
[pid=16459/tid=16466] ppid=16457 vsize=25999808 memory=-1 CPUtime=0 cores=0-7
/proc/16459/task/16466/stat : 16466 (java) S 16457 16457 14738 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97730555 26623803392 6826 33554432000 4194304 4196468 140729264401904 140002256562576 140002309215957 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9228288 140729264407704 140729264407880 140729264407880 140729264410575 0
[pid=16459/tid=16467] ppid=16457 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/16459/task/16467/stat : 16467 (java) S 16457 16457 14738 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 97730555 26623803392 6826 33554432000 4194304 4196468 140729264401904 140002255510032 140002309215957 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9228288 140729264407704 140729264407880 140729264407880 140729264410575 0
[pid=16459/tid=16468] ppid=16457 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/16459/task/16468/stat : 16468 (java) S 16457 16457 14738 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 97730555 26623803392 6826 33554432000 4194304 4196468 140729264401904 140002254457488 140002309215957 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9228288 140729264407704 140729264407880 140729264407880 140729264410575 0
[pid=16459/tid=16469] ppid=16457 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/16459/task/16469/stat : 16469 (java) S 16457 16457 14738 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 97730557 26623803392 6826 33554432000 4194304 4196468 140729264401904 140000513489392 140002309216898 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9228288 140729264407704 140729264407880 140729264407880 140729264410575 0
[pid=16459/tid=16470] ppid=16457 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/16459/task/16470/stat : 16470 (java) S 16457 16457 14738 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 97730557 26623803392 6826 33554432000 4194304 4196468 140729264401904 140000512435616 140002309215957 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9228288 140729264407704 140729264407880 140729264407880 140729264410575 0
[pid=16459/tid=16471] ppid=16457 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/16459/task/16471/stat : 16471 (java) S 16457 16457 14738 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 97730557 26623803392 6826 33554432000 4194304 4196468 140729264401904 140000511383024 140002309215957 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9228288 140729264407704 140729264407880 140729264407880 140729264410575 0
[pid=16459/tid=16472] ppid=16457 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/16459/task/16472/stat : 16472 (java) S 16457 16457 14738 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97730560 26623803392 6826 33554432000 4194304 4196468 140729264401904 140000510331600 140002309224347 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9228288 140729264407704 140729264407880 140729264407880 140729264410575 0
[pid=16459/tid=16473] ppid=16457 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/16459/task/16473/stat : 16473 (java) S 16457 16457 14738 0 -1 1077944384 417 0 0 0 0 0 0 0 20 0 20 0 97730560 26623803392 6826 33554432000 4194304 4196468 140729264401904 140000509278192 140002309216898 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9228288 140729264407704 140729264407880 140729264407880 140729264410575 0
[pid=16459/tid=16474] ppid=16457 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/16459/task/16474/stat : 16474 (java) S 16457 16457 14738 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 97730560 26623803392 6826 33554432000 4194304 4196468 140729264401904 140000508225648 140002309216898 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9228288 140729264407704 140729264407880 140729264407880 140729264410575 0
[pid=16459/tid=16475] ppid=16457 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/16459/task/16475/stat : 16475 (java) S 16457 16457 14738 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97730560 26623803392 6826 33554432000 4194304 4196468 140729264401904 140000507173104 140002309216898 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9228288 140729264407704 140729264407880 140729264407880 140729264410575 0
[pid=16459/tid=16476] ppid=16457 vsize=25999808 memory=0 CPUtime=0.01 cores=0-7
/proc/16459/task/16476/stat : 16476 (java) R 16457 16457 14738 0 -1 4202560 270 0 0 0 1 0 0 0 20 0 20 0 97730560 26623803392 6826 33554432000 4194304 4196468 140729264401904 140000506120560 140002309217686 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 9228288 140729264407704 140729264407880 140729264407880 140729264410575 0
[pid=16459/tid=16477] ppid=16457 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/16459/task/16477/stat : 16477 (java) S 16457 16457 14738 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 97730560 26623803392 6826 33554432000 4194304 4196468 140729264401904 140000505068256 140002309215957 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9228288 140729264407704 140729264407880 140729264407880 140729264410575 0
[pid=16459/tid=16478] ppid=16457 vsize=25999808 memory=-1 CPUtime=0 cores=0-7
/proc/16459/task/16478/stat : 16478 (java) S 16457 16457 14738 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97730560 26623803392 6826 33554432000 4194304 4196468 140729264401904 140000504015792 140002309216898 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9228288 140729264407704 140729264407880 140729264407880 140729264410575 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 26009320 KiB
Current children cumulated memory: 28428 KiB

[startup+0.209793 s]*
/proc/loadavg: 7.50 7.64 6.66 2/199 16478
/proc/meminfo: memFree=28685544/32770624 swapFree=67108860/67108860
[pid=16457] ppid=16454 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/16457/stat : 16457 (xcsp3-exec) S 16454 16457 14738 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 97730554 9740288 346 33554432000 4194304 5098028 140731244298720 140731244296824 139795031454332 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 13504512 140731244307563 140731244307772 140731244307772 140731244310507 0
/proc/16457/statm: 2378 346 289 221 0 87 0
[pid=16459] ppid=16457 vsize=26004064 memory=39216 CPUtime=0.33 cores=0-7
/proc/16459/stat : 16459 (java) S 16457 16457 14738 0 -1 1077944320 8334 0 0 0 30 3 0 0 20 0 20 0 97730554 26628161536 9804 33554432000 4194304 4196468 140729264401904 140729264384448 140002309205751 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 9228288 140729264407704 140729264407880 140729264407880 140729264410575 0
/proc/16459/statm: 6501024 9804 3055 1 0 6488277 0
[pid=16459/tid=16460] ppid=16457 vsize=26004064 memory=8318255677412212789 CPUtime=0.19 cores=0-7
/proc/16459/task/16460/stat : 16460 (java) R 16457 16457 14738 0 -1 4202560 5441 0 0 0 18 1 0 0 20 0 20 0 97730555 26628161536 9824 33554432000 4194304 4196468 140729264401904 140002313407472 140002301884973 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 9228288 140729264407704 140729264407880 140729264407880 140729264410575 0
[pid=16459/tid=16461] ppid=16457 vsize=26004064 memory=340 CPUtime=0 cores=0-7
/proc/16459/task/16461/stat : 16461 (java) S 16457 16457 14738 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97730555 26628161536 9824 33554432000 4194304 4196468 140729264401904 140002261826320 140002309215957 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9228288 140729264407704 140729264407880 140729264407880 140729264410575 0
[pid=16459/tid=16462] ppid=16457 vsize=26004064 memory=140566633731720 CPUtime=0 cores=0-7
/proc/16459/task/16462/stat : 16462 (java) S 16457 16457 14738 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 97730555 26628161536 9824 33554432000 4194304 4196468 140729264401904 140002260773776 140002309215957 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9228288 140729264407704 140729264407880 140729264407880 140729264410575 0
[pid=16459/tid=16463] ppid=16457 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/16459/task/16463/stat : 16463 (java) S 16457 16457 14738 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 97730555 26628161536 9824 33554432000 4194304 4196468 140729264401904 140002259721232 140002309215957 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9228288 140729264407704 140729264407880 140729264407880 140729264410575 0
[pid=16459/tid=16464] ppid=16457 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/16459/task/16464/stat : 16464 (java) S 16457 16457 14738 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97730555 26628161536 9824 33554432000 4194304 4196468 140729264401904 140002258668688 140002309215957 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9228288 140729264407704 140729264407880 140729264407880 140729264410575 0
[pid=16459/tid=16465] ppid=16457 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/16459/task/16465/stat : 16465 (java) S 16457 16457 14738 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97730555 26628161536 9824 33554432000 4194304 4196468 140729264401904 140002257615120 140002309215957 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9228288 140729264407704 140729264407880 140729264407880 140729264410575 0
[pid=16459/tid=16466] ppid=16457 vsize=26004096 memory=-1 CPUtime=0 cores=0-7
/proc/16459/task/16466/stat : 16466 (java) S 16457 16457 14738 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97730555 26628194304 9824 33554432000 4194304 4196468 140729264401904 140002256562576 140002309215957 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9228288 140729264407704 140729264407880 140729264407880 140729264410575 0
[pid=16459/tid=16467] ppid=16457 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/16459/task/16467/stat : 16467 (java) S 16457 16457 14738 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 97730555 26628161536 9824 33554432000 4194304 4196468 140729264401904 140002255510032 140002309215957 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9228288 140729264407704 140729264407880 140729264407880 140729264410575 0
[pid=16459/tid=16468] ppid=16457 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/16459/task/16468/stat : 16468 (java) S 16457 16457 14738 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 97730555 26628161536 9824 33554432000 4194304 4196468 140729264401904 140002254457488 140002309215957 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9228288 140729264407704 140729264407880 140729264407880 140729264410575 0
[pid=16459/tid=16469] ppid=16457 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/16459/task/16469/stat : 16469 (java) S 16457 16457 14738 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 97730557 26628161536 9824 33554432000 4194304 4196468 140729264401904 140000513489392 140002309216898 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9228288 140729264407704 140729264407880 140729264407880 140729264410575 0
[pid=16459/tid=16470] ppid=16457 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/16459/task/16470/stat : 16470 (java) S 16457 16457 14738 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 97730557 26628161536 9824 33554432000 4194304 4196468 140729264401904 140000512435616 140002309215957 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9228288 140729264407704 140729264407880 140729264407880 140729264410575 0
[pid=16459/tid=16471] ppid=16457 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/16459/task/16471/stat : 16471 (java) S 16457 16457 14738 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 97730557 26628161536 9824 33554432000 4194304 4196468 140729264401904 140000511383024 140002309215957 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9228288 140729264407704 140729264407880 140729264407880 140729264410575 0
[pid=16459/tid=16472] ppid=16457 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/16459/task/16472/stat : 16472 (java) S 16457 16457 14738 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97730560 26628161536 9824 33554432000 4194304 4196468 140729264401904 140000510331600 140002309224347 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9228288 140729264407704 140729264407880 140729264407880 140729264410575 0
[pid=16459/tid=16473] ppid=16457 vsize=26004064 memory=0 CPUtime=0.01 cores=0-7
/proc/16459/task/16473/stat : 16473 (java) S 16457 16457 14738 0 -1 1077944384 677 0 0 0 1 0 0 0 20 0 20 0 97730560 26628161536 9824 33554432000 4194304 4196468 140729264401904 140000509278192 140002309216898 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9228288 140729264407704 140729264407880 140729264407880 140729264410575 0
[pid=16459/tid=16474] ppid=16457 vsize=26004064 memory=0 CPUtime=0.02 cores=0-7
/proc/16459/task/16474/stat : 16474 (java) S 16457 16457 14738 0 -1 1077944384 119 0 0 0 2 0 0 0 20 0 20 0 97730560 26628161536 9824 33554432000 4194304 4196468 140729264401904 140000508225648 140002309216898 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9228288 140729264407704 140729264407880 140729264407880 140729264410575 0
[pid=16459/tid=16475] ppid=16457 vsize=26004096 memory=-1 CPUtime=0 cores=0-7
/proc/16459/task/16475/stat : 16475 (java) S 16457 16457 14738 0 -1 1077944384 68 0 0 0 0 0 0 0 20 0 20 0 97730560 26628194304 9824 33554432000 4194304 4196468 140729264401904 140000507173104 140002309216898 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9228288 140729264407704 140729264407880 140729264407880 140729264410575 0
[pid=16459/tid=16476] ppid=16457 vsize=26004096 memory=-1 CPUtime=0.08 cores=0-7
/proc/16459/task/16476/stat : 16476 (java) S 16457 16457 14738 0 -1 1077944384 735 0 0 0 8 0 0 0 20 0 20 0 97730560 26628194304 9824 33554432000 4194304 4196468 140729264401904 140000506120560 140002309216898 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9228288 140729264407704 140729264407880 140729264407880 140729264410575 0
[pid=16459/tid=16477] ppid=16457 vsize=26004096 memory=0 CPUtime=0 cores=0-7
/proc/16459/task/16477/stat : 16477 (java) S 16457 16457 14738 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 97730560 26628194304 9824 33554432000 4194304 4196468 140729264401904 140000505068256 140002309215957 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9228288 140729264407704 140729264407880 140729264407880 140729264410575 0
[pid=16459/tid=16478] ppid=16457 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/16459/task/16478/stat : 16478 (java) S 16457 16457 14738 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97730560 26628161536 9824 33554432000 4194304 4196468 140729264401904 140000504015792 140002309216898 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9228288 140729264407704 140729264407880 140729264407880 140729264410575 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 26013576 KiB
Current children cumulated memory: 40600 KiB

[startup+0.309481 s]*
/proc/loadavg: 7.50 7.64 6.66 4/199 16478
/proc/meminfo: memFree=28679340/32770624 swapFree=67108860/67108860
[pid=16457] ppid=16454 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/16457/stat : 16457 (xcsp3-exec) S 16454 16457 14738 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 97730554 9740288 346 33554432000 4194304 5098028 140731244298720 140731244296824 139795031454332 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 13504512 140731244307563 140731244307772 140731244307772 140731244310507 0
/proc/16457/statm: 2378 346 289 221 0 87 0
[pid=16459] ppid=16457 vsize=26004064 memory=45916 CPUtime=0.5 cores=0-7
/proc/16459/stat : 16459 (java) S 16457 16457 14738 0 -1 1077944320 9217 0 0 0 46 4 0 0 20 0 20 0 97730554 26628161536 11479 33554432000 4194304 4196468 140729264401904 140729264384448 140002309205751 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 9228288 140729264407704 140729264407880 140729264407880 140729264410575 0
/proc/16459/statm: 6501016 11479 3082 1 0 6488269 0
[pid=16459/tid=16460] ppid=16457 vsize=26004064 memory=6791534058613427641 CPUtime=0.28 cores=0-7
/proc/16459/task/16460/stat : 16460 (java) R 16457 16457 14738 0 -1 4202560 6087 0 0 0 26 2 0 0 20 0 20 0 97730555 26628161536 11479 33554432000 4194304 4196468 140729264401904 140002313435408 140002309227677 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 9228288 140729264407704 140729264407880 140729264407880 140729264410575 0
[pid=16459/tid=16461] ppid=16457 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/16459/task/16461/stat : 16461 (java) S 16457 16457 14738 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97730555 26628161536 11479 33554432000 4194304 4196468 140729264401904 140002261826320 140002309215957 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9228288 140729264407704 140729264407880 140729264407880 140729264410575 0
[pid=16459/tid=16462] ppid=16457 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/16459/task/16462/stat : 16462 (java) S 16457 16457 14738 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 97730555 26628161536 11479 33554432000 4194304 4196468 140729264401904 140002260773776 140002309215957 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9228288 140729264407704 140729264407880 140729264407880 140729264410575 0
[pid=16459/tid=16463] ppid=16457 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/16459/task/16463/stat : 16463 (java) S 16457 16457 14738 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 97730555 26628161536 11479 33554432000 4194304 4196468 140729264401904 140002259721232 140002309215957 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9228288 140729264407704 140729264407880 140729264407880 140729264410575 0
[pid=16459/tid=16464] ppid=16457 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/16459/task/16464/stat : 16464 (java) S 16457 16457 14738 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97730555 26628161536 11479 33554432000 4194304 4196468 140729264401904 140002258668688 140002309215957 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9228288 140729264407704 140729264407880 140729264407880 140729264410575 0
[pid=16459/tid=16465] ppid=16457 vsize=26004064 memory=2244 CPUtime=0 cores=0-7
/proc/16459/task/16465/stat : 16465 (java) S 16457 16457 14738 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97730555 26628161536 11479 33554432000 4194304 4196468 140729264401904 140002257615120 140002309215957 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9228288 140729264407704 140729264407880 140729264407880 140729264410575 0
[pid=16459/tid=16466] ppid=16457 vsize=26004064 memory=140566495065007 CPUtime=0 cores=0-7
/proc/16459/task/16466/stat : 16466 (java) S 16457 16457 14738 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97730555 26628161536 11545 33554432000 4194304 4196468 140729264401904 140002256562576 140002309215957 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9228288 140729264407704 140729264407880 140729264407880 140729264410575 0
[pid=16459/tid=16467] ppid=16457 vsize=26004064 memory=140566495067312 CPUtime=0 cores=0-7
/proc/16459/task/16467/stat : 16467 (java) S 16457 16457 14738 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 97730555 26628161536 11545 33554432000 4194304 4196468 140729264401904 140002255510032 140002309215957 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9228288 140729264407704 140729264407880 140729264407880 140729264410575 0
[pid=16459/tid=16468] ppid=16457 vsize=26004064 memory=140566495069616 CPUtime=0 cores=0-7
/proc/16459/task/16468/stat : 16468 (java) S 16457 16457 14738 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 97730555 26628161536 11545 33554432000 4194304 4196468 140729264401904 140002254457488 140002309215957 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9228288 140729264407704 140729264407880 140729264407880 140729264410575 0
[pid=16459/tid=16469] ppid=16457 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/16459/task/16469/stat : 16469 (java) S 16457 16457 14738 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 97730557 26628161536 11545 33554432000 4194304 4196468 140729264401904 140000513489392 140002309216898 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9228288 140729264407704 140729264407880 140729264407880 140729264410575 0
[pid=16459/tid=16470] ppid=16457 vsize=26004064 memory=281132990146192 CPUtime=0 cores=0-7
/proc/16459/task/16470/stat : 16470 (java) S 16457 16457 14738 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 97730557 26628161536 11545 33554432000 4194304 4196468 140729264401904 140000512435616 140002309215957 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9228288 140729264407704 140729264407880 140729264407880 140729264410575 0
[pid=16459/tid=16471] ppid=16457 vsize=26004064 memory=281132990153104 CPUtime=0 cores=0-7
/proc/16459/task/16471/stat : 16471 (java) S 16457 16457 14738 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 97730557 26628161536 11545 33554432000 4194304 4196468 140729264401904 140000511383024 140002309215957 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9228288 140729264407704 140729264407880 140729264407880 140729264410575 0
[pid=16459/tid=16472] ppid=16457 vsize=26004064 memory=281132990094384 CPUtime=0 cores=0-7
/proc/16459/task/16472/stat : 16472 (java) S 16457 16457 14738 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97730560 26628161536 11545 33554432000 4194304 4196468 140729264401904 140000510331600 140002309224347 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9228288 140729264407704 140729264407880 140729264407880 140729264410575 0
[pid=16459/tid=16473] ppid=16457 vsize=26004064 memory=281132990166928 CPUtime=0.02 cores=0-7
/proc/16459/task/16473/stat : 16473 (java) S 16457 16457 14738 0 -1 1077944384 757 0 0 0 2 0 0 0 20 0 20 0 97730560 26628161536 11545 33554432000 4194304 4196468 140729264401904 140000509278192 140002309216898 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9228288 140729264407704 140729264407880 140729264407880 140729264410575 0
[pid=16459/tid=16474] ppid=16457 vsize=26004064 memory=281132990173840 CPUtime=0.03 cores=0-7
/proc/16459/task/16474/stat : 16474 (java) R 16457 16457 14738 0 -1 4202560 120 0 0 0 3 0 0 0 20 0 20 0 97730560 26628161536 11545 33554432000 4194304 4196468 140729264401904 140000508225648 140002292699883 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 9228288 140729264407704 140729264407880 140729264407880 140729264410575 0
[pid=16459/tid=16475] ppid=16457 vsize=26004064 memory=281132990171536 CPUtime=0.01 cores=0-7
/proc/16459/task/16475/stat : 16475 (java) R 16457 16457 14738 0 -1 4202560 166 0 0 0 1 0 0 0 20 0 20 0 97730560 26628161536 11545 33554432000 4194304 4196468 140729264401904 140000507173104 140002289906048 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 9228288 140729264407704 140729264407880 140729264407880 140729264410575 0
[pid=16459/tid=16476] ppid=16457 vsize=26004064 memory=281132990187696 CPUtime=0.12 cores=0-7
/proc/16459/task/16476/stat : 16476 (java) S 16457 16457 14738 0 -1 1077944384 841 0 0 0 12 0 0 0 20 0 20 0 97730560 26628161536 11545 33554432000 4194304 4196468 140729264401904 140000506120560 140002309216898 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9228288 140729264407704 140729264407880 140729264407880 140729264410575 0
[pid=16459/tid=16477] ppid=16457 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/16459/task/16477/stat : 16477 (java) S 16457 16457 14738 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 97730560 26628161536 11545 33554432000 4194304 4196468 140729264401904 140000505068256 140002309215957 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9228288 140729264407704 140729264407880 140729264407880 140729264410575 0
[pid=16459/tid=16478] ppid=16457 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/16459/task/16478/stat : 16478 (java) S 16457 16457 14738 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97730560 26628161536 11545 33554432000 4194304 4196468 140729264401904 140000504015792 140002309216898 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9228288 140729264407704 140729264407880 140729264407880 140729264410575 0
Current children cumulated CPU time: 0.5 s
Current children cumulated vsize: 26013576 KiB
Current children cumulated memory: 47300 KiB

[startup+0.709583 s]
/proc/loadavg: 7.50 7.64 6.66 9/199 16478
/proc/meminfo: memFree=28501912/32770624 swapFree=67108860/67108860
[pid=16457] ppid=16454 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/16457/stat : 16457 (xcsp3-exec) S 16454 16457 14738 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 97730554 9740288 346 33554432000 4194304 5098028 140731244298720 140731244296824 139795031454332 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 13504512 140731244307563 140731244307772 140731244307772 140731244310507 0
/proc/16457/statm: 2378 346 289 221 0 87 0
[pid=16459] ppid=16457 vsize=26004140 memory=562444 CPUtime=1.48 cores=0-7
/proc/16459/stat : 16459 (java) S 16457 16457 14738 0 -1 1077944320 11308 0 0 0 111 37 0 0 20 0 20 0 97730554 26628239360 140573 33554432000 4194304 4196468 140729264401904 140729264384448 140002309205751 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 9228288 140729264407704 140729264407880 140729264407880 140729264410575 0
/proc/16459/statm: 6501035 140611 3192 1 0 6488269 0
[pid=16459/tid=16460] ppid=16457 vsize=26004140 memory=281132990545584 CPUtime=0.64 cores=0-7
/proc/16459/task/16460/stat : 16460 (java) R 16457 16457 14738 0 -1 4202560 6640 0 0 0 54 10 0 0 20 0 20 0 97730555 26628239360 140611 33554432000 4194304 4196468 140729264401904 140002313441104 140001927711745 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 9228288 140729264407704 140729264407880 140729264407880 140729264410575 0
[pid=16459/tid=16461] ppid=16457 vsize=26004140 memory=140566495273840 CPUtime=0.03 cores=0-7
/proc/16459/task/16461/stat : 16461 (java) S 16457 16457 14738 0 -1 1077944384 53 0 0 0 1 2 0 0 20 0 20 0 97730555 26628239360 140611 33554432000 4194304 4196468 140729264401904 140002261826320 140002309215957 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9228288 140729264407704 140729264407880 140729264407880 140729264410575 0
[pid=16459/tid=16462] ppid=16457 vsize=26004140 memory=0 CPUtime=0.04 cores=0-7
/proc/16459/task/16462/stat : 16462 (java) S 16457 16457 14738 0 -1 1077944384 47 0 0 0 1 3 0 0 20 0 20 0 97730555 26628239360 140611 33554432000 4194304 4196468 140729264401904 140002260773776 140002309215957 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9228288 140729264407704 140729264407880 140729264407880 140729264410575 0
[pid=16459/tid=16463] ppid=16457 vsize=26004140 memory=1200 CPUtime=0.03 cores=0-7
/proc/16459/task/16463/stat : 16463 (java) S 16457 16457 14738 0 -1 1077944384 42 0 0 0 1 2 0 0 20 0 20 0 97730555 26628239360 140611 33554432000 4194304 4196468 140729264401904 140002259721232 140002309215957 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9228288 140729264407704 140729264407880 140729264407880 140729264410575 0

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

[pid=16457] ppid=16454 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/16457/stat : 16457 (xcsp3-exec) S 16454 16457 14738 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 97730554 9740288 346 33554432000 4194304 5098028 140731244298720 140731244296824 139795031454332 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 13504512 140731244307563 140731244307772 140731244307772 140731244310507 0
/proc/16457/statm: 2378 346 289 221 0 87 0
[pid=16459] ppid=16457 vsize=26006188 memory=22292164 CPUtime=472.68 cores=0-7
/proc/16459/stat : 16459 (java) S 16457 16457 14738 0 -1 1077944320 521755 0 0 0 42393 4875 0 0 20 0 20 0 97730554 26630336512 5573041 33554432000 4194304 4196468 140729264401904 140729264384448 140002309205751 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 9228288 140729264407704 140729264407880 140729264407880 140729264410575 0
/proc/16459/statm: 6501547 5573041 3255 1 0 6488781 0
[pid=16459/tid=16460] ppid=16457 vsize=26006188 memory=2344 CPUtime=183.43 cores=0-7
/proc/16459/task/16460/stat : 16460 (java) S 16457 16457 14738 0 -1 1077944384 43055 0 0 0 18290 53 0 0 20 0 20 0 97730555 26630336512 5573041 33554432000 4194304 4196468 140729264401904 140002313443952 140002309215957 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9228288 140729264407704 140729264407880 140729264407880 140729264410575 0
[pid=16459/tid=16461] ppid=16457 vsize=26006188 memory=932 CPUtime=34.64 cores=0-7
/proc/16459/task/16461/stat : 16461 (java) S 16457 16457 14738 0 -1 1077944384 67715 0 0 0 2877 587 0 0 20 0 20 0 97730555 26630336512 5573041 33554432000 4194304 4196468 140729264401904 140002261826320 140002309215957 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 27 0 0 6293624 6294260 9228288 140729264407704 140729264407880 140729264407880 140729264410575 0
[pid=16459/tid=16462] ppid=16457 vsize=26006188 memory=1580 CPUtime=34.44 cores=0-7
/proc/16459/task/16462/stat : 16462 (java) S 16457 16457 14738 0 -1 1077944384 26689 0 0 0 2893 551 0 0 20 0 20 0 97730555 26630336512 5573041 33554432000 4194304 4196468 140729264401904 140002260773776 140002309215957 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 33 0 0 6293624 6294260 9228288 140729264407704 140729264407880 140729264407880 140729264410575 0
[pid=16459/tid=16463] ppid=16457 vsize=26006188 memory=6791534058613427641 CPUtime=34.6 cores=0-7
/proc/16459/task/16463/stat : 16463 (java) S 16457 16457 14738 0 -1 1077944384 32080 0 0 0 2855 605 0 0 20 0 20 0 97730555 26630336512 5573041 33554432000 4194304 4196468 140729264401904 140002259721232 140002309215957 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 22 0 0 6293624 6294260 9228288 140729264407704 140729264407880 140729264407880 140729264410575 0
[pid=16459/tid=16464] ppid=16457 vsize=26006188 memory=1384 CPUtime=34.56 cores=0-7
/proc/16459/task/16464/stat : 16464 (java) S 16457 16457 14738 0 -1 1077944384 38483 0 0 0 2879 577 0 0 20 0 20 0 97730555 26630336512 5573041 33554432000 4194304 4196468 140729264401904 140002258668688 140002309215957 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 19 0 0 6293624 6294260 9228288 140729264407704 140729264407880 140729264407880 140729264410575 0
[pid=16459/tid=16465] ppid=16457 vsize=26006188 memory=1200 CPUtime=34.73 cores=0-7
/proc/16459/task/16465/stat : 16465 (java) S 16457 16457 14738 0 -1 1077944384 95100 0 0 0 2898 575 0 0 20 0 20 0 97730555 26630336512 5573041 33554432000 4194304 4196468 140729264401904 140002257615120 140002309215957 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 29 0 0 6293624 6294260 9228288 140729264407704 140729264407880 140729264407880 140729264410575 0
[pid=16459/tid=16466] ppid=16457 vsize=26006188 memory=1424 CPUtime=34.63 cores=0-7
/proc/16459/task/16466/stat : 16466 (java) S 16457 16457 14738 0 -1 1077944384 33263 0 0 0 2789 674 0 0 20 0 20 0 97730555 26630336512 5573041 33554432000 4194304 4196468 140729264401904 140002256562576 140002309215957 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 25 0 0 6293624 6294260 9228288 140729264407704 140729264407880 140729264407880 140729264410575 0
[pid=16459/tid=16467] ppid=16457 vsize=26006188 memory=1384 CPUtime=34.64 cores=0-7
/proc/16459/task/16467/stat : 16467 (java) S 16457 16457 14738 0 -1 1077944384 34671 0 0 0 2826 638 0 0 20 0 20 0 97730555 26630336512 5573041 33554432000 4194304 4196468 140729264401904 140002255510032 140002309215957 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 20 0 0 6293624 6294260 9228288 140729264407704 140729264407880 140729264407880 140729264410575 0
[pid=16459/tid=16468] ppid=16457 vsize=26006188 memory=22292164 CPUtime=34.64 cores=0-7
/proc/16459/task/16468/stat : 16468 (java) S 16457 16457 14738 0 -1 1077944384 70147 0 0 0 2876 588 0 0 20 0 20 0 97730555 26630336512 5573041 33554432000 4194304 4196468 140729264401904 140002254457488 140002309215957 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 23 0 0 6293624 6294260 9228288 140729264407704 140729264407880 140729264407880 140729264410575 0
[pid=16459/tid=16469] ppid=16457 vsize=26006188 memory=18472 CPUtime=10.1 cores=0-7
/proc/16459/task/16469/stat : 16469 (java) R 16457 16457 14738 0 -1 4202560 59953 0 0 0 999 11 0 0 20 0 20 0 97730557 26630336512 5573041 33554432000 4194304 4196468 140729264401904 140000513487952 140002294202304 0 0 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 9228288 140729264407704 140729264407880 140729264407880 140729264410575 0
[pid=16459/tid=16470] ppid=16457 vsize=26006188 memory=640 CPUtime=0 cores=0-7
/proc/16459/task/16470/stat : 16470 (java) S 16457 16457 14738 0 -1 1077944384 52 0 0 0 0 0 0 0 20 0 20 0 97730557 26630336512 5573041 33554432000 4194304 4196468 140729264401904 140000512435680 140002309215957 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9228288 140729264407704 140729264407880 140729264407880 140729264410575 0
[pid=16459/tid=16471] ppid=16457 vsize=26006188 memory=1796 CPUtime=0 cores=0-7
/proc/16459/task/16471/stat : 16471 (java) S 16457 16457 14738 0 -1 1077944384 135 0 0 0 0 0 0 0 20 0 20 0 97730557 26630336512 5573041 33554432000 4194304 4196468 140729264401904 140000511383040 140002309215957 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9228288 140729264407704 140729264407880 140729264407880 140729264410575 0
[pid=16459/tid=16472] ppid=16457 vsize=26006188 memory=960 CPUtime=0 cores=0-7
/proc/16459/task/16472/stat : 16472 (java) S 16457 16457 14738 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97730560 26630336512 5573041 33554432000 4194304 4196468 140729264401904 140000510331600 140002309224347 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9228288 140729264407704 140729264407880 140729264407880 140729264410575 0
[pid=16459/tid=16473] ppid=16457 vsize=26006188 memory=1384 CPUtime=0.54 cores=0-7
/proc/16459/task/16473/stat : 16473 (java) S 16457 16457 14738 0 -1 1077944384 5247 0 0 0 53 1 0 0 20 0 20 0 97730560 26630336512 5573041 33554432000 4194304 4196468 140729264401904 140000509278240 140002309215957 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9228288 140729264407704 140729264407880 140729264407880 140729264410575 0
[pid=16459/tid=16474] ppid=16457 vsize=26006188 memory=1728 CPUtime=0.55 cores=0-7
/proc/16459/task/16474/stat : 16474 (java) S 16457 16457 14738 0 -1 1077944384 4081 0 0 0 54 1 0 0 20 0 20 0 97730560 26630336512 5573041 33554432000 4194304 4196468 140729264401904 140000508225696 140002309215957 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9228288 140729264407704 140729264407880 140729264407880 140729264410575 0
[pid=16459/tid=16475] ppid=16457 vsize=26006188 memory=792 CPUtime=0.53 cores=0-7
/proc/16459/task/16475/stat : 16475 (java) S 16457 16457 14738 0 -1 1077944384 4602 0 0 0 52 1 0 0 20 0 20 0 97730560 26630336512 5573041 33554432000 4194304 4196468 140729264401904 140000507172864 140002309215957 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9228288 140729264407704 140729264407880 140729264407880 140729264410575 0
[pid=16459/tid=16476] ppid=16457 vsize=26006188 memory=9992 CPUtime=0.38 cores=0-7
/proc/16459/task/16476/stat : 16476 (java) S 16457 16457 14738 0 -1 1077944384 4658 0 0 0 38 0 0 0 20 0 20 0 97730560 26630336512 5573041 33554432000 4194304 4196468 140729264401904 140000506120608 140002309215957 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 43 0 0 6293624 6294260 9228288 140729264407704 140729264407880 140729264407880 140729264410575 0
[pid=16459/tid=16477] ppid=16457 vsize=26006188 memory=1224 CPUtime=0 cores=0-7
/proc/16459/task/16477/stat : 16477 (java) S 16457 16457 14738 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 97730560 26630336512 5573041 33554432000 4194304 4196468 140729264401904 140000505068256 140002309215957 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9228288 140729264407704 140729264407880 140729264407880 140729264410575 0
[pid=16459/tid=16478] ppid=16457 vsize=26006188 memory=5716 CPUtime=0.11 cores=0-7
/proc/16459/task/16478/stat : 16478 (java) S 16457 16457 14738 0 -1 1077944384 584 0 0 0 5 6 0 0 20 0 20 0 97730560 26630336512 5573041 33554432000 4194304 4196468 140729264401904 140000504015792 140002309216898 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 51 0 0 6293624 6294260 9228288 140729264407704 140729264407880 140729264407880 140729264410575 0
Current children cumulated CPU time: 472.68 s
Current children cumulated vsize: 26015700 KiB
Current children cumulated memory: 22293548 KiB

[startup+229.201 s]
/proc/loadavg: 2.51 4.43 5.54 2/199 16478
/proc/meminfo: memFree=6391176/32770624 swapFree=67108860/67108860
[pid=16457] ppid=16454 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/16457/stat : 16457 (xcsp3-exec) S 16454 16457 14738 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 97730554 9740288 346 33554432000 4194304 5098028 140731244298720 140731244296824 139795031454332 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 13504512 140731244307563 140731244307772 140731244307772 140731244310507 0
/proc/16457/statm: 2378 346 289 221 0 87 0
[pid=16459] ppid=16457 vsize=26006188 memory=22292172 CPUtime=473.08 cores=0-7
/proc/16459/stat : 16459 (java) S 16457 16457 14738 0 -1 1077944320 522333 0 0 0 42433 4875 0 0 20 0 20 0 97730554 26630336512 5573043 33554432000 4194304 4196468 140729264401904 140729264384448 140002309205751 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 9228288 140729264407704 140729264407880 140729264407880 140729264410575 0
/proc/16459/statm: 6501547 5573043 3255 1 0 6488781 0
[pid=16459/tid=16460] ppid=16457 vsize=26006188 memory=288230376974057731 CPUtime=183.43 cores=0-7
/proc/16459/task/16460/stat : 16460 (java) S 16457 16457 14738 0 -1 1077944384 43055 0 0 0 18290 53 0 0 20 0 20 0 97730555 26630336512 5573043 33554432000 4194304 4196468 140729264401904 140002313443952 140002309215957 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9228288 140729264407704 140729264407880 140729264407880 140729264410575 0
[pid=16459/tid=16461] ppid=16457 vsize=26006188 memory=288293049136840963 CPUtime=34.64 cores=0-7
/proc/16459/task/16461/stat : 16461 (java) S 16457 16457 14738 0 -1 1077944384 67715 0 0 0 2877 587 0 0 20 0 20 0 97730555 26630336512 5573043 33554432000 4194304 4196468 140729264401904 140002261826320 140002309215957 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 27 0 0 6293624 6294260 9228288 140729264407704 140729264407880 140729264407880 140729264410575 0
[pid=16459/tid=16462] ppid=16457 vsize=26006188 memory=1708 CPUtime=34.44 cores=0-7
/proc/16459/task/16462/stat : 16462 (java) S 16457 16457 14738 0 -1 1077944384 26689 0 0 0 2893 551 0 0 20 0 20 0 97730555 26630336512 5573043 33554432000 4194304 4196468 140729264401904 140002260773776 140002309215957 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 33 0 0 6293624 6294260 9228288 140729264407704 140729264407880 140729264407880 140729264410575 0
[pid=16459/tid=16463] ppid=16457 vsize=26006188 memory=4612 CPUtime=34.6 cores=0-7
/proc/16459/task/16463/stat : 16463 (java) S 16457 16457 14738 0 -1 1077944384 32080 0 0 0 2855 605 0 0 20 0 20 0 97730555 26630336512 5573043 33554432000 4194304 4196468 140729264401904 140002259721232 140002309215957 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 22 0 0 6293624 6294260 9228288 140729264407704 140729264407880 140729264407880 140729264410575 0
[pid=16459/tid=16464] ppid=16457 vsize=26006188 memory=1008 CPUtime=34.56 cores=0-7
/proc/16459/task/16464/stat : 16464 (java) S 16457 16457 14738 0 -1 1077944384 38483 0 0 0 2879 577 0 0 20 0 20 0 97730555 26630336512 5573043 33554432000 4194304 4196468 140729264401904 140002258668688 140002309215957 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 19 0 0 6293624 6294260 9228288 140729264407704 140729264407880 140729264407880 140729264410575 0
[pid=16459/tid=16465] ppid=16457 vsize=26006188 memory=1944 CPUtime=34.73 cores=0-7
/proc/16459/task/16465/stat : 16465 (java) S 16457 16457 14738 0 -1 1077944384 95100 0 0 0 2898 575 0 0 20 0 20 0 97730555 26630336512 5573043 33554432000 4194304 4196468 140729264401904 140002257615120 140002309215957 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 29 0 0 6293624 6294260 9228288 140729264407704 140729264407880 140729264407880 140729264410575 0
[pid=16459/tid=16466] ppid=16457 vsize=26006188 memory=1200 CPUtime=34.63 cores=0-7
/proc/16459/task/16466/stat : 16466 (java) S 16457 16457 14738 0 -1 1077944384 33263 0 0 0 2789 674 0 0 20 0 20 0 97730555 26630336512 5573043 33554432000 4194304 4196468 140729264401904 140002256562576 140002309215957 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 25 0 0 6293624 6294260 9228288 140729264407704 140729264407880 140729264407880 140729264410575 0
[pid=16459/tid=16467] ppid=16457 vsize=26006188 memory=1424 CPUtime=34.64 cores=0-7
/proc/16459/task/16467/stat : 16467 (java) S 16457 16457 14738 0 -1 1077944384 34671 0 0 0 2826 638 0 0 20 0 20 0 97730555 26630336512 5573043 33554432000 4194304 4196468 140729264401904 140002255510032 140002309215957 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 20 0 0 6293624 6294260 9228288 140729264407704 140729264407880 140729264407880 140729264410575 0
[pid=16459/tid=16468] ppid=16457 vsize=26006188 memory=8552 CPUtime=34.64 cores=0-7
/proc/16459/task/16468/stat : 16468 (java) S 16457 16457 14738 0 -1 1077944384 70147 0 0 0 2876 588 0 0 20 0 20 0 97730555 26630336512 5573043 33554432000 4194304 4196468 140729264401904 140002254457488 140002309215957 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 23 0 0 6293624 6294260 9228288 140729264407704 140729264407880 140729264407880 140729264410575 0
[pid=16459/tid=16469] ppid=16457 vsize=26006188 memory=15872 CPUtime=10.5 cores=0-7
/proc/16459/task/16469/stat : 16469 (java) R 16457 16457 14738 0 -1 4202560 60531 0 0 0 1039 11 0 0 20 0 20 0 97730557 26630336512 5573043 33554432000 4194304 4196468 140729264401904 140000513487952 140002294202103 0 0 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 9228288 140729264407704 140729264407880 140729264407880 140729264410575 0
[pid=16459/tid=16470] ppid=16457 vsize=26006188 memory=4052 CPUtime=0 cores=0-7
/proc/16459/task/16470/stat : 16470 (java) S 16457 16457 14738 0 -1 1077944384 52 0 0 0 0 0 0 0 20 0 20 0 97730557 26630336512 5573043 33554432000 4194304 4196468 140729264401904 140000512435680 140002309215957 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9228288 140729264407704 140729264407880 140729264407880 140729264410575 0
[pid=16459/tid=16471] ppid=16457 vsize=26006188 memory=16840 CPUtime=0 cores=0-7
/proc/16459/task/16471/stat : 16471 (java) S 16457 16457 14738 0 -1 1077944384 135 0 0 0 0 0 0 0 20 0 20 0 97730557 26630336512 5573043 33554432000 4194304 4196468 140729264401904 140000511383040 140002309215957 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9228288 140729264407704 140729264407880 140729264407880 140729264410575 0
[pid=16459/tid=16472] ppid=16457 vsize=26006188 memory=18472 CPUtime=0 cores=0-7
/proc/16459/task/16472/stat : 16472 (java) S 16457 16457 14738 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97730560 26630336512 5573043 33554432000 4194304 4196468 140729264401904 140000510331600 140002309224347 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9228288 140729264407704 140729264407880 140729264407880 140729264410575 0
[pid=16459/tid=16473] ppid=16457 vsize=26006188 memory=640 CPUtime=0.54 cores=0-7
/proc/16459/task/16473/stat : 16473 (java) S 16457 16457 14738 0 -1 1077944384 5247 0 0 0 53 1 0 0 20 0 20 0 97730560 26630336512 5573043 33554432000 4194304 4196468 140729264401904 140000509278240 140002309215957 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9228288 140729264407704 140729264407880 140729264407880 140729264410575 0
[pid=16459/tid=16474] ppid=16457 vsize=26006188 memory=1796 CPUtime=0.55 cores=0-7
/proc/16459/task/16474/stat : 16474 (java) S 16457 16457 14738 0 -1 1077944384 4081 0 0 0 54 1 0 0 20 0 20 0 97730560 26630336512 5573043 33554432000 4194304 4196468 140729264401904 140000508225696 140002309215957 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9228288 140729264407704 140729264407880 140729264407880 140729264410575 0
[pid=16459/tid=16475] ppid=16457 vsize=26006188 memory=960 CPUtime=0.53 cores=0-7
/proc/16459/task/16475/stat : 16475 (java) S 16457 16457 14738 0 -1 1077944384 4602 0 0 0 52 1 0 0 20 0 20 0 97730560 26630336512 5573043 33554432000 4194304 4196468 140729264401904 140000507172864 140002309215957 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9228288 140729264407704 140729264407880 140729264407880 140729264410575 0
[pid=16459/tid=16476] ppid=16457 vsize=26006188 memory=1236 CPUtime=0.38 cores=0-7
/proc/16459/task/16476/stat : 16476 (java) S 16457 16457 14738 0 -1 1077944384 4658 0 0 0 38 0 0 0 20 0 20 0 97730560 26630336512 5573043 33554432000 4194304 4196468 140729264401904 140000506120608 140002309215957 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 43 0 0 6293624 6294260 9228288 140729264407704 140729264407880 140729264407880 140729264410575 0
[pid=16459/tid=16477] ppid=16457 vsize=26006188 memory=2344 CPUtime=0 cores=0-7
/proc/16459/task/16477/stat : 16477 (java) S 16457 16457 14738 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 97730560 26630336512 5573043 33554432000 4194304 4196468 140729264401904 140000505068256 140002309215957 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9228288 140729264407704 140729264407880 140729264407880 140729264410575 0
[pid=16459/tid=16478] ppid=16457 vsize=26006188 memory=932 CPUtime=0.11 cores=0-7
/proc/16459/task/16478/stat : 16478 (java) S 16457 16457 14738 0 -1 1077944384 584 0 0 0 5 6 0 0 20 0 20 0 97730560 26630336512 5573043 33554432000 4194304 4196468 140729264401904 140000504015792 140002309216898 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 51 0 0 6293624 6294260 9228288 140729264407704 140729264407880 140729264407880 140729264410575 0
Current children cumulated CPU time: 473.08 s
Current children cumulated vsize: 26015700 KiB
Current children cumulated memory: 22293556 KiB

[startup+229.401 s]
/proc/loadavg: 2.51 4.43 5.54 2/199 16478
/proc/meminfo: memFree=6391176/32770624 swapFree=67108860/67108860
[pid=16457] ppid=16454 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/16457/stat : 16457 (xcsp3-exec) S 16454 16457 14738 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 97730554 9740288 346 33554432000 4194304 5098028 140731244298720 140731244296824 139795031454332 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 13504512 140731244307563 140731244307772 140731244307772 140731244310507 0
/proc/16457/statm: 2378 346 289 221 0 87 0
[pid=16459] ppid=16457 vsize=26006188 memory=22292172 CPUtime=473.28 cores=0-7
/proc/16459/stat : 16459 (java) S 16457 16457 14738 0 -1 1077944320 522333 0 0 0 42453 4875 0 0 20 0 20 0 97730554 26630336512 5573043 33554432000 4194304 4196468 140729264401904 140729264384448 140002309205751 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 9228288 140729264407704 140729264407880 140729264407880 140729264410575 0
/proc/16459/statm: 6501547 5573043 3255 1 0 6488781 0
[pid=16459/tid=16460] ppid=16457 vsize=26006188 memory=13846369811040823 CPUtime=183.43 cores=0-7
/proc/16459/task/16460/stat : 16460 (java) S 16457 16457 14738 0 -1 1077944384 43055 0 0 0 18290 53 0 0 20 0 20 0 97730555 26630336512 5573043 33554432000 4194304 4196468 140729264401904 140002313443952 140002309215957 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9228288 140729264407704 140729264407880 140729264407880 140729264410575 0
[pid=16459/tid=16461] ppid=16457 vsize=26006188 memory=7090471488203940972 CPUtime=34.64 cores=0-7
/proc/16459/task/16461/stat : 16461 (java) S 16457 16457 14738 0 -1 1077944384 67715 0 0 0 2877 587 0 0 20 0 20 0 97730555 26630336512 5573043 33554432000 4194304 4196468 140729264401904 140002261826320 140002309215957 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 27 0 0 6293624 6294260 9228288 140729264407704 140729264407880 140729264407880 140729264410575 0
[pid=16459/tid=16462] ppid=16457 vsize=26006188 memory=7237111318216468590 CPUtime=34.44 cores=0-7
/proc/16459/task/16462/stat : 16462 (java) S 16457 16457 14738 0 -1 1077944384 26689 0 0 0 2893 551 0 0 20 0 20 0 97730555 26630336512 5573043 33554432000 4194304 4196468 140729264401904 140002260773776 140002309215957 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 33 0 0 6293624 6294260 9228288 140729264407704 140729264407880 140729264407880 140729264410575 0
[pid=16459/tid=16463] ppid=16457 vsize=26006188 memory=7656234189870361444 CPUtime=34.6 cores=0-7
/proc/16459/task/16463/stat : 16463 (java) S 16457 16457 14738 0 -1 1077944384 32080 0 0 0 2855 605 0 0 20 0 20 0 97730555 26630336512 5573043 33554432000 4194304 4196468 140729264401904 140002259721232 140002309215957 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 22 0 0 6293624 6294260 9228288 140729264407704 140729264407880 140729264407880 140729264410575 0
[pid=16459/tid=16464] ppid=16457 vsize=26006188 memory=7656234189870361444 CPUtime=34.56 cores=0-7
/proc/16459/task/16464/stat : 16464 (java) S 16457 16457 14738 0 -1 1077944384 38483 0 0 0 2879 577 0 0 20 0 20 0 97730555 26630336512 5573043 33554432000 4194304 4196468 140729264401904 140002258668688 140002309215957 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 19 0 0 6293624 6294260 9228288 140729264407704 140729264407880 140729264407880 140729264410575 0
[pid=16459/tid=16465] ppid=16457 vsize=26006188 memory=7656234189870361444 CPUtime=34.73 cores=0-7
/proc/16459/task/16465/stat : 16465 (java) S 16457 16457 14738 0 -1 1077944384 95100 0 0 0 2898 575 0 0 20 0 20 0 97730555 26630336512 5573043 33554432000 4194304 4196468 140729264401904 140002257615120 140002309215957 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 29 0 0 6293624 6294260 9228288 140729264407704 140729264407880 140729264407880 140729264410575 0
[pid=16459/tid=16466] ppid=16457 vsize=26006188 memory=4641080793600058479 CPUtime=34.63 cores=0-7
/proc/16459/task/16466/stat : 16466 (java) S 16457 16457 14738 0 -1 1077944384 33263 0 0 0 2789 674 0 0 20 0 20 0 97730555 26630336512 5573043 33554432000 4194304 4196468 140729264401904 140002256562576 140002309215957 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 25 0 0 6293624 6294260 9228288 140729264407704 140729264407880 140729264407880 140729264410575 0
[pid=16459/tid=16467] ppid=16457 vsize=26006188 memory=6147467635401844592 CPUtime=34.64 cores=0-7
/proc/16459/task/16467/stat : 16467 (java) S 16457 16457 14738 0 -1 1077944384 34671 0 0 0 2826 638 0 0 20 0 20 0 97730555 26630336512 5573043 33554432000 4194304 4196468 140729264401904 140002255510032 140002309215957 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 20 0 0 6293624 6294260 9228288 140729264407704 140729264407880 140729264407880 140729264410575 0
[pid=16459/tid=16468] ppid=16457 vsize=26006188 memory=-9001734043636558696 CPUtime=34.64 cores=0-7
/proc/16459/task/16468/stat : 16468 (java) S 16457 16457 14738 0 -1 1077944384 70147 0 0 0 2876 588 0 0 20 0 20 0 97730555 26630336512 5573043 33554432000 4194304 4196468 140729264401904 140002254457488 140002309215957 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 23 0 0 6293624 6294260 9228288 140729264407704 140729264407880 140729264407880 140729264410575 0
[pid=16459/tid=16469] ppid=16457 vsize=26006188 memory=4137293581110450563 CPUtime=10.7 cores=0-7
/proc/16459/task/16469/stat : 16469 (java) R 16457 16457 14738 0 -1 4202560 60531 0 0 0 1059 11 0 0 20 0 20 0 97730557 26630336512 5573043 33554432000 4194304 4196468 140729264401904 140000513487952 140002287575931 0 0 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 9228288 140729264407704 140729264407880 140729264407880 140729264410575 0
[pid=16459/tid=16470] ppid=16457 vsize=26006188 memory=-6876588461455810464 CPUtime=0 cores=0-7
/proc/16459/task/16470/stat : 16470 (java) S 16457 16457 14738 0 -1 1077944384 52 0 0 0 0 0 0 0 20 0 20 0 97730557 26630336512 5573043 33554432000 4194304 4196468 140729264401904 140000512435680 140002309215957 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9228288 140729264407704 140729264407880 140729264407880 140729264410575 0
[pid=16459/tid=16471] ppid=16457 vsize=26006188 memory=-7595718147998060693 CPUtime=0 cores=0-7
/proc/16459/task/16471/stat : 16471 (java) S 16457 16457 14738 0 -1 1077944384 135 0 0 0 0 0 0 0 20 0 20 0 97730557 26630336512 5573043 33554432000 4194304 4196468 140729264401904 140000511383040 140002309215957 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9228288 140729264407704 140729264407880 140729264407880 140729264410575 0
[pid=16459/tid=16472] ppid=16457 vsize=26006188 memory=1384 CPUtime=0 cores=0-7
/proc/16459/task/16472/stat : 16472 (java) S 16457 16457 14738 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97730560 26630336512 5573043 33554432000 4194304 4196468 140729264401904 140000510331600 140002309224347 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9228288 140729264407704 140729264407880 140729264407880 140729264410575 0
[pid=16459/tid=16473] ppid=16457 vsize=26006188 memory=22292164 CPUtime=0.54 cores=0-7
/proc/16459/task/16473/stat : 16473 (java) S 16457 16457 14738 0 -1 1077944384 5247 0 0 0 53 1 0 0 20 0 20 0 97730560 26630336512 5573043 33554432000 4194304 4196468 140729264401904 140000509278240 140002309215957 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9228288 140729264407704 140729264407880 140729264407880 140729264410575 0
[pid=16459/tid=16474] ppid=16457 vsize=26006188 memory=6791534058613427641 CPUtime=0.55 cores=0-7
/proc/16459/task/16474/stat : 16474 (java) S 16457 16457 14738 0 -1 1077944384 4081 0 0 0 54 1 0 0 20 0 20 0 97730560 26630336512 5573043 33554432000 4194304 4196468 140729264401904 140000508225696 140002309215957 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9228288 140729264407704 140729264407880 140729264407880 140729264410575 0
[pid=16459/tid=16475] ppid=16457 vsize=26006188 memory=0 CPUtime=0.53 cores=0-7
/proc/16459/task/16475/stat : 16475 (java) S 16457 16457 14738 0 -1 1077944384 4602 0 0 0 52 1 0 0 20 0 20 0 97730560 26630336512 5573043 33554432000 4194304 4196468 140729264401904 140000507172864 140002309215957 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9228288 140729264407704 140729264407880 140729264407880 140729264410575 0
[pid=16459/tid=16476] ppid=16457 vsize=26006188 memory=0 CPUtime=0.38 cores=0-7
/proc/16459/task/16476/stat : 16476 (java) S 16457 16457 14738 0 -1 1077944384 4658 0 0 0 38 0 0 0 20 0 20 0 97730560 26630336512 5573043 33554432000 4194304 4196468 140729264401904 140000506120608 140002309215957 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 43 0 0 6293624 6294260 9228288 140729264407704 140729264407880 140729264407880 140729264410575 0
[pid=16459/tid=16477] ppid=16457 vsize=26006188 memory=0 CPUtime=0 cores=0-7
/proc/16459/task/16477/stat : 16477 (java) S 16457 16457 14738 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 97730560 26630336512 5573043 33554432000 4194304 4196468 140729264401904 140000505068256 140002309215957 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9228288 140729264407704 140729264407880 140729264407880 140729264410575 0
[pid=16459/tid=16478] ppid=16457 vsize=26006188 memory=2241 CPUtime=0.11 cores=0-7
/proc/16459/task/16478/stat : 16478 (java) S 16457 16457 14738 0 -1 1077944384 584 0 0 0 5 6 0 0 20 0 20 0 97730560 26630336512 5573043 33554432000 4194304 4196468 140729264401904 140000504015792 140002309216898 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 51 0 0 6293624 6294260 9228288 140729264407704 140729264407880 140729264407880 140729264410575 0
Current children cumulated CPU time: 473.28 s
Current children cumulated vsize: 26015700 KiB
Current children cumulated memory: 22293556 KiB

[startup+229.514 s]
/proc/loadavg: 2.51 4.43 5.54 2/199 16478
/proc/meminfo: memFree=6391176/32770624 swapFree=67108860/67108860
[pid=16457] ppid=16454 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/16457/stat : 16457 (xcsp3-exec) S 16454 16457 14738 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 97730554 9740288 346 33554432000 4194304 5098028 140731244298720 140731244296824 139795031454332 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 13504512 140731244307563 140731244307772 140731244307772 140731244310507 0
/proc/16457/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): 229.525
CPU time (s): 473.412
CPU user time (s): 424.564
CPU system time (s): 48.8479
CPU usage (%): 206.257
Max. virtual memory (cumulated for all children) (KiB): 26015700
Max. memory (cumulated for all children) (KiB): 22293556

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 424.564
system time used= 48.8479
maximum resident set size= 22292396
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 522990
page faults= 0
swaps= 0
block input operations= 0
block output operations= 448
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 21061
involuntary context switches= 5653


# summary of solver processes directly reported to runsolver:
#   pid: 16457
#   total CPU time (s): 473.412
#   total CPU user time (s): 424.564
#   total CPU system time (s): 48.8479

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.04998 second user time and 1.76385 second system time

The end

Launcher Data

Begin job on node151 at 2017-08-13 19:33:58
IDJOB=4271480
IDBENCH=137964
IDSOLVER=2663
FILE ID=node151/4271480-1502646496
RUNJOBID= node151-1502642846-14765
PBS_JOBID= 20628335
Free space on /tmp= 61720 MiB

SOLVER NAME= choco-solver 4.0.5 par
BENCH NAME= XCSP17/BinPacking/BinPacking-tab-sw100/BinPacking-tab-sw100-74.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-4271480-1502646496/watcher-4271480-1502646496 -o /tmp/evaluation-result-4271480-1502646496/solver-4271480-1502646496 -C 2016 -W 252 -M 31000 --bin-var /tmp/runsolver-exch-node151-1502642846-14765 --watchdog 312  ./xcsp3-exec -dir HOME -tl 2016 -p 8 -ml 22000 -tdir HOME -seed 450523669 HOME/instance-4271480-1502646496.xml

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

MD5SUM BENCH= 748f42f61d3aaac6f60870392cb688ba
RANDOM SEED=450523669

node151.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	: 5332.95
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	: 5332.95
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	: 5332.95
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	: 5332.95
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:        28712788 kB
MemAvailable:   31990604 kB
Buffers:          247876 kB
Cached:          3320316 kB
SwapCached:            0 kB
Active:           995568 kB
Inactive:        2625820 kB
Active(anon):      55880 kB
Inactive(anon):    25044 kB
Active(file):     939688 kB
Inactive(file):  2600776 kB
Unevictable:        7024 kB
Mlocked:            7024 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             45972 kB
Writeback:             0 kB
AnonPages:         65512 kB
Mapped:            44064 kB
Shmem:             25224 kB
Slab:             132956 kB
SReclaimable:     106376 kB
SUnreclaim:        26580 kB
KernelStack:        3520 kB
PageTables:         5092 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     323924 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     12288 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      114048 kB
DirectMap2M:    33431552 kB

Free space on /tmp at the end= 61712 MiB
End job on node151 at 2017-08-13 19:37:48