Trace number 4253943

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
choco-solver 4.0.5 seq (2017-07-26)? 141.716 93.012901

General information on the benchmark

NameBinPacking/BinPacking-tab-sw100/
BinPacking-tab-sw100-15.xml
MD5SUMafde4c54681b724bee939c95254967be
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.12199
Satisfiable
(Un)Satisfiability was proved
Number of variables109
Number of constraints21
Number of domains2
Minimum domain size19
Maximum domain size43
Distribution of domain sizes[{"size":19,"count":1},{"size":43,"count":108}]
Minimum variable degree2
Maximum variable degree4
Distribution of variable degrees[{"degree":2,"count":1},{"degree":3,"count":90},{"degree":4,"count":18}]
Minimum constraint arity6
Maximum constraint arity108
Distribution of constraint arities[{"arity":6,"count":18},{"arity":19,"count":1},{"arity":108,"count":2}]
Number of extensional constraints18
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":18},{"type":"lex","count":1},{"type":"count","count":1},{"type":"cardinality","count":1}]
Optimization problemYES
Type of objectivemax VAR

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4253943-1502644924/watcher-4253943-1502644924 -o /tmp/evaluation-result-4253943-1502644924/solver-4253943-1502644924 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node128-1502644087-25850 --watchdog 312 ./xcsp3-exec -dir HOME -tl 252 -ml 11000 -tdir HOME -seed 898928862 HOME/instance-4253943-1502644924.xml 

running on 4 cores: 0,2,4,6

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


[startup+0.100152 s]*
/proc/loadavg: 1.06 2.18 2.40 2/198 25896
/proc/meminfo: memFree=31243968/32770624 swapFree=67108860/67108860
[pid=25894] ppid=25891 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/25894/stat : 25894 (xcsp3-exec) S 25891 25894 7968 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 18375126 9740288 345 18446744073709551615 4194304 5098028 140729306387664 140729306385768 139972390199932 0 65536 5 65538 18446744071579417331 0 0 17 4 0 0 10 0 0 7196144 7232144 37474304 140729306390912 140729306391115 140729306391115 140729306394603 0
/proc/25894/statm: 2378 345 289 221 0 87 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 9512 KiB
Current children cumulated memory: 1380 KiB

[startup+0.21373 s]*
/proc/loadavg: 1.06 2.18 2.40 3/213 25911
/proc/meminfo: memFree=31220784/32770624 swapFree=67108860/67108860
[pid=25894] ppid=25891 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/25894/stat : 25894 (xcsp3-exec) S 25891 25894 7968 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 18375126 9740288 345 18446744073709551615 4194304 5098028 140729306387664 140729306385768 139972390199932 0 65536 5 65538 18446744071579417331 0 0 17 4 0 0 10 0 0 7196144 7232144 37474304 140729306390912 140729306391115 140729306391115 140729306394603 0
/proc/25894/statm: 2378 345 289 221 0 87 0
[pid=25897] ppid=25894 vsize=13974352 memory=25100 CPUtime=0.08 cores=0,2,4,6
/proc/25897/stat : 25897 (java) S 25894 25894 7968 0 -1 1077944320 5177 0 0 0 7 1 0 0 20 0 15 0 18375136 14309736448 6275 18446744073709551615 4194304 4196468 140727423685152 140727423667696 139902773833463 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 32550912 140727423689144 140727423689319 140727423689319 140727423692751 0
/proc/25897/statm: 3493588 6275 2716 1 0 3482964 0
[pid=25897/tid=25898] ppid=25894 vsize=13974352 memory=7311146985107750967 CPUtime=0.06 cores=0,2,4,6
/proc/25897/task/25898/stat : 25898 (java) R 25894 25894 7968 0 -1 4202560 3329 0 0 0 6 0 0 0 20 0 15 0 18375136 14309736448 6275 18446744073709551615 4194304 4196468 140727423685152 139902778069568 139902773855389 0 4 1 16800974 0 0 0 -1 0 0 0 3 0 0 6293624 6294260 32550912 140727423689144 140727423689319 140727423689319 140727423692751 0
[pid=25897/tid=25899] ppid=25894 vsize=13974352 memory=11601 CPUtime=0 cores=0,2,4,6
/proc/25897/task/25899/stat : 25899 (java) S 25894 25894 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 18375137 14309736448 6275 18446744073709551615 4194304 4196468 140727423685152 139902730800144 139902773843669 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32550912 140727423689144 140727423689319 140727423689319 140727423692751 0
[pid=25897/tid=25900] ppid=25894 vsize=13974352 memory=4122113938293663392 CPUtime=0 cores=0,2,4,6
/proc/25897/task/25900/stat : 25900 (java) S 25894 25894 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 18375137 14309736448 6275 18446744073709551615 4194304 4196468 140727423685152 139902729747600 139902773843669 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32550912 140727423689144 140727423689319 140727423689319 140727423692751 0
[pid=25897/tid=25901] ppid=25894 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/25897/task/25901/stat : 25901 (java) S 25894 25894 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 18375137 14309736448 6275 18446744073709551615 4194304 4196468 140727423685152 139902728694544 139902773843669 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32550912 140727423689144 140727423689319 140727423689319 140727423692751 0
[pid=25897/tid=25902] ppid=25894 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/25897/task/25902/stat : 25902 (java) S 25894 25894 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 18375137 14309736448 6275 18446744073709551615 4194304 4196468 140727423685152 139902727642000 139902773843669 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32550912 140727423689144 140727423689319 140727423689319 140727423692751 0
[pid=25897/tid=25903] ppid=25894 vsize=13974352 memory=140283390600832 CPUtime=0 cores=0,2,4,6
/proc/25897/task/25903/stat : 25903 (java) S 25894 25894 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 18375138 14309736448 6275 18446744073709551615 4194304 4196468 140727423685152 139902319593712 139902773844610 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32550912 140727423689144 140727423689319 140727423689319 140727423692751 0
[pid=25897/tid=25904] ppid=25894 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/25897/task/25904/stat : 25904 (java) S 25894 25894 7968 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 18375139 14309736448 6275 18446744073709551615 4194304 4196468 140727423685152 139902251426976 139902773843669 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32550912 140727423689144 140727423689319 140727423689319 140727423692751 0
[pid=25897/tid=25905] ppid=25894 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/25897/task/25905/stat : 25905 (java) S 25894 25894 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 18375139 14309736448 6275 18446744073709551615 4194304 4196468 140727423685152 139902250373872 139902773843669 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32550912 140727423689144 140727423689319 140727423689319 140727423692751 0
[pid=25897/tid=25906] ppid=25894 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/25897/task/25906/stat : 25906 (java) S 25894 25894 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 18375141 14309736448 6275 18446744073709551615 4194304 4196468 140727423685152 139902249322448 139902773852059 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32550912 140727423689144 140727423689319 140727423689319 140727423692751 0
[pid=25897/tid=25907] ppid=25894 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/25897/task/25907/stat : 25907 (java) S 25894 25894 7968 0 -1 1077944384 295 0 0 0 0 0 0 0 20 0 15 0 18375141 14309736448 6275 18446744073709551615 4194304 4196468 140727423685152 139902248270576 139902773844610 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32550912 140727423689144 140727423689319 140727423689319 140727423692751 0
[pid=25897/tid=25908] ppid=25894 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/25897/task/25908/stat : 25908 (java) S 25894 25894 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 18375141 14309736448 6275 18446744073709551615 4194304 4196468 140727423685152 139902247218032 139902773844610 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32550912 140727423689144 140727423689319 140727423689319 140727423692751 0
[pid=25897/tid=25909] ppid=25894 vsize=13974352 memory=140283390600832 CPUtime=0 cores=0,2,4,6
/proc/25897/task/25909/stat : 25909 (java) S 25894 25894 7968 0 -1 1077944384 246 0 0 0 0 0 0 0 20 0 15 0 18375141 14309736448 6275 18446744073709551615 4194304 4196468 140727423685152 139902246164976 139902773844610 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32550912 140727423689144 140727423689319 140727423689319 140727423692751 0
[pid=25897/tid=25910] ppid=25894 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/25897/task/25910/stat : 25910 (java) S 25894 25894 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 18375142 14309736448 6275 18446744073709551615 4194304 4196468 140727423685152 139902245112672 139902773843669 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32550912 140727423689144 140727423689319 140727423689319 140727423692751 0
[pid=25897/tid=25911] ppid=25894 vsize=13974352 memory=140283390600832 CPUtime=0 cores=0,2,4,6
/proc/25897/task/25911/stat : 25911 (java) S 25894 25894 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 18375146 14309736448 6275 18446744073709551615 4194304 4196468 140727423685152 139902244059696 139902773844610 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32550912 140727423689144 140727423689319 140727423689319 140727423692751 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 13983864 KiB
Current children cumulated memory: 26480 KiB

[startup+0.310253 s]*
/proc/loadavg: 1.06 2.18 2.40 6/213 25911
/proc/meminfo: memFree=31200500/32770624 swapFree=67108860/67108860
[pid=25894] ppid=25891 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/25894/stat : 25894 (xcsp3-exec) S 25891 25894 7968 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 18375126 9740288 345 18446744073709551615 4194304 5098028 140729306387664 140729306385768 139972390199932 0 65536 5 65538 18446744071579417331 0 0 17 4 0 0 10 0 0 7196144 7232144 37474304 140729306390912 140729306391115 140729306391115 140729306394603 0
/proc/25894/statm: 2378 345 289 221 0 87 0
[pid=25897] ppid=25894 vsize=13974352 memory=36928 CPUtime=0.25 cores=0,2,4,6
/proc/25897/stat : 25897 (java) S 25894 25894 7968 0 -1 1077944320 8783 0 0 0 23 2 0 0 20 0 15 0 18375136 14309736448 9232 18446744073709551615 4194304 4196468 140727423685152 140727423667696 139902773833463 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 32550912 140727423689144 140727423689319 140727423689319 140727423692751 0
/proc/25897/statm: 3493588 9232 2988 1 0 3482964 0
[pid=25897/tid=25898] ppid=25894 vsize=13974352 memory=-8774313645642428999 CPUtime=0.16 cores=0,2,4,6
/proc/25897/task/25898/stat : 25898 (java) R 25894 25894 7968 0 -1 4202560 6020 0 0 0 14 2 0 0 20 0 15 0 18375136 14309736448 9232 18446744073709551615 4194304 4196468 140727423685152 139902778048128 139902754109158 0 4 1 16800974 0 0 0 -1 0 0 0 3 0 0 6293624 6294260 32550912 140727423689144 140727423689319 140727423689319 140727423692751 0
[pid=25897/tid=25899] ppid=25894 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/25897/task/25899/stat : 25899 (java) S 25894 25894 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 18375137 14309736448 9232 18446744073709551615 4194304 4196468 140727423685152 139902730800144 139902773843669 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32550912 140727423689144 140727423689319 140727423689319 140727423692751 0
[pid=25897/tid=25900] ppid=25894 vsize=13974352 memory=140283390600832 CPUtime=0 cores=0,2,4,6
/proc/25897/task/25900/stat : 25900 (java) S 25894 25894 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 18375137 14309736448 9232 18446744073709551615 4194304 4196468 140727423685152 139902729747600 139902773843669 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32550912 140727423689144 140727423689319 140727423689319 140727423692751 0
[pid=25897/tid=25901] ppid=25894 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/25897/task/25901/stat : 25901 (java) S 25894 25894 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 18375137 14309736448 9232 18446744073709551615 4194304 4196468 140727423685152 139902728694544 139902773843669 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32550912 140727423689144 140727423689319 140727423689319 140727423692751 0
[pid=25897/tid=25902] ppid=25894 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/25897/task/25902/stat : 25902 (java) S 25894 25894 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 18375137 14309736448 9232 18446744073709551615 4194304 4196468 140727423685152 139902727642000 139902773843669 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32550912 140727423689144 140727423689319 140727423689319 140727423692751 0
[pid=25897/tid=25903] ppid=25894 vsize=13974352 memory=140283390600832 CPUtime=0 cores=0,2,4,6
/proc/25897/task/25903/stat : 25903 (java) S 25894 25894 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 18375138 14309736448 9232 18446744073709551615 4194304 4196468 140727423685152 139902319593712 139902773844610 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32550912 140727423689144 140727423689319 140727423689319 140727423692751 0
[pid=25897/tid=25904] ppid=25894 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/25897/task/25904/stat : 25904 (java) S 25894 25894 7968 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 18375139 14309736448 9232 18446744073709551615 4194304 4196468 140727423685152 139902251426976 139902773843669 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32550912 140727423689144 140727423689319 140727423689319 140727423692751 0
[pid=25897/tid=25905] ppid=25894 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/25897/task/25905/stat : 25905 (java) S 25894 25894 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 18375139 14309736448 9232 18446744073709551615 4194304 4196468 140727423685152 139902250373872 139902773843669 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32550912 140727423689144 140727423689319 140727423689319 140727423692751 0
[pid=25897/tid=25906] ppid=25894 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/25897/task/25906/stat : 25906 (java) S 25894 25894 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 18375141 14309736448 9232 18446744073709551615 4194304 4196468 140727423685152 139902249322448 139902773852059 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32550912 140727423689144 140727423689319 140727423689319 140727423692751 0
[pid=25897/tid=25907] ppid=25894 vsize=13974352 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/25897/task/25907/stat : 25907 (java) S 25894 25894 7968 0 -1 1077944384 463 0 0 0 1 0 0 0 20 0 15 0 18375141 14309736448 9232 18446744073709551615 4194304 4196468 140727423685152 139902248270576 139902773844610 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32550912 140727423689144 140727423689319 140727423689319 140727423692751 0
[pid=25897/tid=25908] ppid=25894 vsize=13974352 memory=-1 CPUtime=0.01 cores=0,2,4,6
/proc/25897/task/25908/stat : 25908 (java) S 25894 25894 7968 0 -1 1077944384 271 0 0 0 1 0 0 0 20 0 15 0 18375141 14309736448 9232 18446744073709551615 4194304 4196468 140727423685152 139902247218032 139902773844610 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32550912 140727423689144 140727423689319 140727423689319 140727423692751 0
[pid=25897/tid=25909] ppid=25894 vsize=13974352 memory=140283390600832 CPUtime=0.05 cores=0,2,4,6
/proc/25897/task/25909/stat : 25909 (java) S 25894 25894 7968 0 -1 1077944384 725 0 0 0 5 0 0 0 20 0 15 0 18375141 14309736448 9232 18446744073709551615 4194304 4196468 140727423685152 139902246164976 139902773844610 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32550912 140727423689144 140727423689319 140727423689319 140727423692751 0
[pid=25897/tid=25910] ppid=25894 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/25897/task/25910/stat : 25910 (java) S 25894 25894 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 18375142 14309736448 9232 18446744073709551615 4194304 4196468 140727423685152 139902245112672 139902773843669 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32550912 140727423689144 140727423689319 140727423689319 140727423692751 0
[pid=25897/tid=25911] ppid=25894 vsize=13974352 memory=140283390600832 CPUtime=0 cores=0,2,4,6
/proc/25897/task/25911/stat : 25911 (java) S 25894 25894 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 18375146 14309736448 9232 18446744073709551615 4194304 4196468 140727423685152 139902244059696 139902773844610 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32550912 140727423689144 140727423689319 140727423689319 140727423692751 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 13983864 KiB
Current children cumulated memory: 38308 KiB

[startup+0.701727 s]
/proc/loadavg: 1.29 2.21 2.41 6/213 25911
/proc/meminfo: memFree=31006236/32770624 swapFree=67108860/67108860
[pid=25894] ppid=25891 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/25894/stat : 25894 (xcsp3-exec) S 25891 25894 7968 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 18375126 9740288 345 18446744073709551615 4194304 5098028 140729306387664 140729306385768 139972390199932 0 65536 5 65538 18446744071579417331 0 0 17 4 0 0 10 0 0 7196144 7232144 37474304 140729306390912 140729306391115 140729306391115 140729306394603 0
/proc/25894/statm: 2378 345 289 221 0 87 0
[pid=25897] ppid=25894 vsize=13978608 memory=279388 CPUtime=1.01 cores=0,2,4,6
/proc/25897/stat : 25897 (java) S 25894 25894 7968 0 -1 1077944320 11109 0 0 0 79 22 0 0 20 0 15 0 18375136 14314094592 69847 18446744073709551615 4194304 4196468 140727423685152 140727423667696 139902773833463 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 32550912 140727423689144 140727423689319 140727423689319 140727423692751 0
/proc/25897/statm: 3494652 69847 3106 1 0 3482964 0
[pid=25897/tid=25898] ppid=25894 vsize=13978608 memory=5787223817173951808 CPUtime=0.46 cores=0,2,4,6
/proc/25897/task/25898/stat : 25898 (java) S 25894 25894 7968 0 -1 1077944384 7590 0 0 0 41 5 0 0 20 0 15 0 18375136 14314094592 69847 18446744073709551615 4194304 4196468 140727423685152 139902778072304 139902773843669 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 3 0 0 6293624 6294260 32550912 140727423689144 140727423689319 140727423689319 140727423692751 0
[pid=25897/tid=25899] ppid=25894 vsize=13978608 memory=5788085838283822160 CPUtime=0.05 cores=0,2,4,6
/proc/25897/task/25899/stat : 25899 (java) R 25894 25894 7968 0 -1 4202560 59 0 0 0 2 3 0 0 20 0 15 0 18375137 14314094592 69847 18446744073709551615 4194304 4196468 140727423685152 139902730800032 139902766936180 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 32550912 140727423689144 140727423689319 140727423689319 140727423692751 0
[pid=25897/tid=25900] ppid=25894 vsize=13978608 memory=5865491479076426066 CPUtime=0.05 cores=0,2,4,6
/proc/25897/task/25900/stat : 25900 (java) R 25894 25894 7968 0 -1 4202560 62 0 0 0 2 3 0 0 20 0 15 0 18375137 14314094592 69847 18446744073709551615 4194304 4196468 140727423685152 139902729747600 139902766936516 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 32550912 140727423689144 140727423689319 140727423689319 140727423692751 0
[pid=25897/tid=25901] ppid=25894 vsize=13978608 memory=7079711572788011072 CPUtime=0.05 cores=0,2,4,6
/proc/25897/task/25901/stat : 25901 (java) R 25894 25894 7968 0 -1 4202560 61 0 0 0 2 3 0 0 20 0 15 0 18375137 14314094592 69847 18446744073709551615 4194304 4196468 140727423685152 139902728694744 139902766936435 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 32550912 140727423689144 140727423689319 140727423689319 140727423692751 0
[pid=25897/tid=25902] ppid=25894 vsize=13978608 memory=-6520471753822164382 CPUtime=0.05 cores=0,2,4,6
/proc/25897/task/25902/stat : 25902 (java) R 25894 25894 7968 0 -1 4202560 68 0 0 0 2 3 0 0 20 0 15 0 18375137 14314094592 69847 18446744073709551615 4194304 4196468 140727423685152 139902727642000 139902766936180 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 32550912 140727423689144 140727423689319 140727423689319 140727423692751 0
[pid=25897/tid=25903] ppid=25894 vsize=13978608 memory=4196912344889787449 CPUtime=0 cores=0,2,4,6
/proc/25897/task/25903/stat : 25903 (java) S 25894 25894 7968 0 -1 1077944384 12 0 0 0 0 0 0 0 20 0 15 0 18375138 14314094592 69847 18446744073709551615 4194304 4196468 140727423685152 139902319592224 139902773843669 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32550912 140727423689144 140727423689319 140727423689319 140727423692751 0
[pid=25897/tid=25904] ppid=25894 vsize=13978608 memory=-7173504570860347296 CPUtime=0 cores=0,2,4,6
/proc/25897/task/25904/stat : 25904 (java) S 25894 25894 7968 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 18375139 14314094592 69847 18446744073709551615 4194304 4196468 140727423685152 139902251426976 139902773843669 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32550912 140727423689144 140727423689319 140727423689319 140727423692751 0
[pid=25897/tid=25905] ppid=25894 vsize=13978608 memory=-9001733975035308135 CPUtime=0 cores=0,2,4,6
/proc/25897/task/25905/stat : 25905 (java) S 25894 25894 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 18375139 14314094592 69847 18446744073709551615 4194304 4196468 140727423685152 139902250373872 139902773843669 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32550912 140727423689144 140727423689319 140727423689319 140727423692751 0
[pid=25897/tid=25906] ppid=25894 vsize=13978608 memory=1399717448514900851 CPUtime=0 cores=0,2,4,6
/proc/25897/task/25906/stat : 25906 (java) S 25894 25894 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 18375141 14314094592 69847 18446744073709551615 4194304 4196468 140727423685152 139902249322448 139902773852059 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32550912 140727423689144 140727423689319 140727423689319 140727423692751 0
[pid=25897/tid=25907] ppid=25894 vsize=13978608 memory=6944656592452807314 CPUtime=0.06 cores=0,2,4,6
/proc/25897/task/25907/stat : 25907 (java) S 25894 25894 7968 0 -1 1077944384 723 0 0 0 6 0 0 0 20 0 15 0 18375141 14314094592 69847 18446744073709551615 4194304 4196468 140727423685152 139902248270576 139902773844610 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32550912 140727423689144 140727423689319 140727423689319 140727423692751 0
[pid=25897/tid=25908] ppid=25894 vsize=13978608 memory=15872 CPUtime=0.05 cores=0,2,4,6
/proc/25897/task/25908/stat : 25908 (java) S 25894 25894 7968 0 -1 1077944384 349 0 0 0 5 0 0 0 20 0 15 0 18375141 14314094592 69847 18446744073709551615 4194304 4196468 140727423685152 139902247218032 139902773844610 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32550912 140727423689144 140727423689319 140727423689319 140727423692751 0
[pid=25897/tid=25909] ppid=25894 vsize=13978608 memory=4040 CPUtime=0.14 cores=0,2,4,6
/proc/25897/task/25909/stat : 25909 (java) S 25894 25894 7968 0 -1 1077944384 889 0 0 0 14 0 0 0 20 0 15 0 18375141 14314094592 69847 18446744073709551615 4194304 4196468 140727423685152 139902246164976 139902773844610 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32550912 140727423689144 140727423689319 140727423689319 140727423692751 0
[pid=25897/tid=25910] ppid=25894 vsize=13978608 memory=16444 CPUtime=0 cores=0,2,4,6
/proc/25897/task/25910/stat : 25910 (java) S 25894 25894 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 18375142 14314094592 69847 18446744073709551615 4194304 4196468 140727423685152 139902245112672 139902773843669 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32550912 140727423689144 140727423689319 140727423689319 140727423692751 0
[pid=25897/tid=25911] ppid=25894 vsize=13978608 memory=8992 CPUtime=0 cores=0,2,4,6
/proc/25897/task/25911/stat : 25911 (java) S 25894 25894 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 18375146 14314094592 69847 18446744073709551615 4194304 4196468 140727423685152 139902244059696 139902773844610 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32550912 140727423689144 140727423689319 140727423689319 140727423692751 0
Current children cumulated CPU time: 1.01 s
Current children cumulated vsize: 13988120 KiB
Current children cumulated memory: 280768 KiB

[startup+1.5009 s]
/proc/loadavg: 1.29 2.21 2.41 3/213 25911
/proc/meminfo: memFree=29720668/32770624 swapFree=67108860/67108860
[pid=25894] ppid=25891 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/25894/stat : 25894 (xcsp3-exec) S 25891 25894 7968 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 18375126 9740288 345 18446744073709551615 4194304 5098028 140729306387664 140729306385768 139972390199932 0 65536 5 65538 18446744071579417331 0 0 17 4 0 0 10 0 0 7196144 7232144 37474304 140729306390912 140729306391115 140729306391115 140729306394603 0
/proc/25894/statm: 2378 345 289 221 0 87 0
[pid=25897] ppid=25894 vsize=13978684 memory=1070084 CPUtime=2.75 cores=0,2,4,6
/proc/25897/stat : 25897 (java) S 25894 25894 7968 0 -1 1077944320 16375 0 0 0 241 34 0 0 20 0 15 0 18375136 14314172416 267521 18446744073709551615 4194304 4196468 140727423685152 140727423667696 139902773833463 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 32550912 140727423689144 140727423689319 140727423689319 140727423692751 0
/proc/25897/statm: 3494671 267521 3206 1 0 3482964 0
[pid=25897/tid=25898] ppid=25894 vsize=13978684 memory=2424 CPUtime=1.08 cores=0,2,4,6
/proc/25897/task/25898/stat : 25898 (java) R 25894 25894 7968 0 -1 4202560 8750 0 0 0 92 16 0 0 20 0 15 0 18375136 14314172416 267521 18446744073709551615 4194304 4196468 140727423685152 139902778071040 139902405523255 0 4 1 16800974 0 0 0 -1 4 0 0 3 0 0 6293624 6294260 32550912 140727423689144 140727423689319 140727423689319 140727423692751 0
[pid=25897/tid=25899] ppid=25894 vsize=13978684 memory=0 CPUtime=0.18 cores=0,2,4,6
/proc/25897/task/25899/stat : 25899 (java) S 25894 25894 7968 0 -1 1077944384 81 0 0 0 15 3 0 0 20 0 15 0 18375137 14314172416 267521 18446744073709551615 4194304 4196468 140727423685152 139902730800144 139902773843669 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32550912 140727423689144 140727423689319 140727423689319 140727423692751 0
[pid=25897/tid=25900] ppid=25894 vsize=13978684 memory=0 CPUtime=0.22 cores=0,2,4,6
/proc/25897/task/25900/stat : 25900 (java) S 25894 25894 7968 0 -1 1077944384 514 0 0 0 18 4 0 0 20 0 15 0 18375137 14314172416 267521 18446744073709551615 4194304 4196468 140727423685152 139902729747600 139902773843669 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32550912 140727423689144 140727423689319 140727423689319 140727423692751 0
[pid=25897/tid=25901] ppid=25894 vsize=13978684 memory=0 CPUtime=0.18 cores=0,2,4,6
/proc/25897/task/25901/stat : 25901 (java) S 25894 25894 7968 0 -1 1077944384 288 0 0 0 14 4 0 0 20 0 15 0 18375137 14314172416 267521 18446744073709551615 4194304 4196468 140727423685152 139902728694544 139902773843669 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32550912 140727423689144 140727423689319 140727423689319 140727423692751 0
[pid=25897/tid=25902] ppid=25894 vsize=13978684 memory=0 CPUtime=0.22 cores=0,2,4,6
/proc/25897/task/25902/stat : 25902 (java) S 25894 25894 7968 0 -1 1077944384 609 0 0 0 18 4 0 0 20 0 15 0 18375137 14314172416 267521 18446744073709551615 4194304 4196468 140727423685152 139902727642000 139902773843669 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32550912 140727423689144 140727423689319 140727423689319 140727423692751 0
[pid=25897/tid=25903] ppid=25894 vsize=13978684 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/25897/task/25903/stat : 25903 (java) S 25894 25894 7968 0 -1 1077944384 598 0 0 0 1 0 0 0 20 0 15 0 18375138 14314172416 267521 18446744073709551615 4194304 4196468 140727423685152 139902319593712 139902773844610 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32550912 140727423689144 140727423689319 140727423689319 140727423692751 0
[pid=25897/tid=25904] ppid=25894 vsize=13978684 memory=0 CPUtime=0 cores=0,2,4,6
/proc/25897/task/25904/stat : 25904 (java) S 25894 25894 7968 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 18375139 14314172416 267521 18446744073709551615 4194304 4196468 140727423685152 139902251427040 139902773843669 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32550912 140727423689144 140727423689319 140727423689319 140727423692751 0
[pid=25897/tid=25905] ppid=25894 vsize=13978684 memory=0 CPUtime=0 cores=0,2,4,6
/proc/25897/task/25905/stat : 25905 (java) S 25894 25894 7968 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 18375139 14314172416 267521 18446744073709551615 4194304 4196468 140727423685152 139902250373888 139902773843669 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32550912 140727423689144 140727423689319 140727423689319 140727423692751 0
[pid=25897/tid=25906] ppid=25894 vsize=13978684 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/25897/task/25906/stat : 25906 (java) S 25894 25894 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 18375141 14314172416 267521 18446744073709551615 4194304 4196468 140727423685152 139902249322448 139902773852059 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32550912 140727423689144 140727423689319 140727423689319 140727423692751 0
[pid=25897/tid=25907] ppid=25894 vsize=13978684 memory=279388 CPUtime=0.32 cores=0,2,4,6
/proc/25897/task/25907/stat : 25907 (java) S 25894 25894 7968 0 -1 1077944384 1652 0 0 0 32 0 0 0 20 0 15 0 18375141 14314172416 267521 18446744073709551615 4194304 4196468 140727423685152 139902248270576 139902773844610 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32550912 140727423689144 140727423689319 140727423689319 140727423692751 0
[pid=25897/tid=25908] ppid=25894 vsize=13978684 memory=280566456912344 CPUtime=0.25 cores=0,2,4,6
/proc/25897/task/25908/stat : 25908 (java) S 25894 25894 7968 0 -1 1077944384 1394 0 0 0 25 0 0 0 20 0 15 0 18375141 14314172416 267521 18446744073709551615 4194304 4196468 140727423685152 139902247218032 139902773844610 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32550912 140727423689144 140727423689319 140727423689319 140727423692751 0
[pid=25897/tid=25909] ppid=25894 vsize=13978684 memory=633 CPUtime=0.22 cores=0,2,4,6
/proc/25897/task/25909/stat : 25909 (java) S 25894 25894 7968 0 -1 1077944384 1191 0 0 0 22 0 0 0 20 0 15 0 18375141 14314172416 267521 18446744073709551615 4194304 4196468 140727423685152 139902246164976 139902773844610 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32550912 140727423689144 140727423689319 140727423689319 140727423692751 0
[pid=25897/tid=25910] ppid=25894 vsize=13978684 memory=0 CPUtime=0 cores=0,2,4,6
/proc/25897/task/25910/stat : 25910 (java) S 25894 25894 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 18375142 14314172416 267521 18446744073709551615 4194304 4196468 140727423685152 139902245112672 139902773843669 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32550912 140727423689144 140727423689319 140727423689319 140727423692751 0
[pid=25897/tid=25911] ppid=25894 vsize=13978684 memory=260 CPUtime=0 cores=0,2,4,6
/proc/25897/task/25911/stat : 25911 (java) S 25894 25894 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 18375146 14314172416 267521 18446744073709551615 4194304 4196468 140727423685152 139902244059696 139902773844610 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32550912 140727423689144 140727423689319 140727423689319 140727423692751 0

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

/proc/25894/stat : 25894 (xcsp3-exec) S 25891 25894 7968 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 18375126 9740288 345 18446744073709551615 4194304 5098028 140729306387664 140729306385768 139972390199932 0 65536 5 65538 18446744071579417331 0 0 17 4 0 0 10 0 0 7196144 7232144 37474304 140729306390912 140729306391115 140729306391115 140729306394603 0
/proc/25894/statm: 2378 345 289 221 0 87 0
[pid=25897] ppid=25894 vsize=13980732 memory=11570928 CPUtime=138.73 cores=0,2,4,6
/proc/25897/stat : 25897 (java) S 25894 25894 7968 0 -1 1077944320 217780 0 0 0 12622 1251 0 0 20 0 15 0 18375136 14316269568 2892732 18446744073709551615 4194304 4196468 140727423685152 140727423667696 139902773833463 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 32550912 140727423689144 140727423689319 140727423689319 140727423692751 0
/proc/25897/statm: 3495183 2892732 3221 1 0 3483476 0
[pid=25897/tid=25898] ppid=25894 vsize=13980732 memory=4612 CPUtime=73.47 cores=0,2,4,6
/proc/25897/task/25898/stat : 25898 (java) S 25894 25894 7968 0 -1 1077944384 72342 0 0 0 7323 24 0 0 20 0 15 0 18375136 14316269568 2892732 18446744073709551615 4194304 4196468 140727423685152 139902778071680 139902773843669 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 3 0 0 6293624 6294260 32550912 140727423689144 140727423689319 140727423689319 140727423692751 0
[pid=25897/tid=25899] ppid=25894 vsize=13980732 memory=-8774313645642428999 CPUtime=15.18 cores=0,2,4,6
/proc/25897/task/25899/stat : 25899 (java) S 25894 25894 7968 0 -1 1077944384 20887 0 0 0 1219 299 0 0 20 0 15 0 18375137 14316269568 2892732 18446744073709551615 4194304 4196468 140727423685152 139902730800144 139902773843669 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32550912 140727423689144 140727423689319 140727423689319 140727423692751 0
[pid=25897/tid=25900] ppid=25894 vsize=13980732 memory=11862 CPUtime=15.22 cores=0,2,4,6
/proc/25897/task/25900/stat : 25900 (java) S 25894 25894 7968 0 -1 1077944384 28340 0 0 0 1214 308 0 0 20 0 15 0 18375137 14316269568 2892732 18446744073709551615 4194304 4196468 140727423685152 139902729747600 139902773843669 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32550912 140727423689144 140727423689319 140727423689319 140727423692751 0
[pid=25897/tid=25901] ppid=25894 vsize=13980732 memory=1380 CPUtime=15.27 cores=0,2,4,6
/proc/25897/task/25901/stat : 25901 (java) S 25894 25894 7968 0 -1 1077944384 23389 0 0 0 1207 320 0 0 20 0 15 0 18375137 14316269568 2892732 18446744073709551615 4194304 4196468 140727423685152 139902728694544 139902773843669 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32550912 140727423689144 140727423689319 140727423689319 140727423692751 0
[pid=25897/tid=25902] ppid=25894 vsize=13980732 memory=11103024 CPUtime=15.26 cores=0,2,4,6
/proc/25897/task/25902/stat : 25902 (java) S 25894 25894 7968 0 -1 1077944384 35533 0 0 0 1237 289 0 0 20 0 15 0 18375137 14316269568 2892732 18446744073709551615 4194304 4196468 140727423685152 139902727642000 139902773843669 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32550912 140727423689144 140727423689319 140727423689319 140727423692751 0
[pid=25897/tid=25903] ppid=25894 vsize=13980732 memory=6436013738576532048 CPUtime=2.94 cores=0,2,4,6
/proc/25897/task/25903/stat : 25903 (java) R 25894 25894 7968 0 -1 4202560 26065 0 0 0 291 3 0 0 20 0 15 0 18375138 14316269568 2892732 18446744073709551615 4194304 4196468 140727423685152 139902319592256 139902758291054 0 0 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 32550912 140727423689144 140727423689319 140727423689319 140727423692751 0
[pid=25897/tid=25904] ppid=25894 vsize=13980732 memory=7450740835297355111 CPUtime=0 cores=0,2,4,6
/proc/25897/task/25904/stat : 25904 (java) S 25894 25894 7968 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 15 0 18375139 14316269568 2892732 18446744073709551615 4194304 4196468 140727423685152 139902251427040 139902773843669 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32550912 140727423689144 140727423689319 140727423689319 140727423692751 0
[pid=25897/tid=25905] ppid=25894 vsize=13980732 memory=6081918230774962019 CPUtime=0 cores=0,2,4,6
/proc/25897/task/25905/stat : 25905 (java) S 25894 25894 7968 0 -1 1077944384 69 0 0 0 0 0 0 0 20 0 15 0 18375139 14316269568 2892732 18446744073709551615 4194304 4196468 140727423685152 139902250373888 139902773843669 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32550912 140727423689144 140727423689319 140727423689319 140727423692751 0
[pid=25897/tid=25906] ppid=25894 vsize=13980732 memory=7882236580216722006 CPUtime=0 cores=0,2,4,6
/proc/25897/task/25906/stat : 25906 (java) S 25894 25894 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 18375141 14316269568 2892732 18446744073709551615 4194304 4196468 140727423685152 139902249322448 139902773852059 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32550912 140727423689144 140727423689319 140727423689319 140727423692751 0
[pid=25897/tid=25907] ppid=25894 vsize=13980732 memory=5794277197168012138 CPUtime=0.51 cores=0,2,4,6
/proc/25897/task/25907/stat : 25907 (java) S 25894 25894 7968 0 -1 1077944384 3275 0 0 0 51 0 0 0 20 0 15 0 18375141 14316269568 2892732 18446744073709551615 4194304 4196468 140727423685152 139902248270576 139902773844610 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32550912 140727423689144 140727423689319 140727423689319 140727423692751 0
[pid=25897/tid=25908] ppid=25894 vsize=13980732 memory=5865189104721882706 CPUtime=0.44 cores=0,2,4,6
/proc/25897/task/25908/stat : 25908 (java) S 25894 25894 7968 0 -1 1077944384 3294 0 0 0 44 0 0 0 20 0 15 0 18375141 14316269568 2892732 18446744073709551615 4194304 4196468 140727423685152 139902247218032 139902773844610 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32550912 140727423689144 140727423689319 140727423689319 140727423692751 0
[pid=25897/tid=25909] ppid=25894 vsize=13980732 memory=5792563024163264106 CPUtime=0.3 cores=0,2,4,6
/proc/25897/task/25909/stat : 25909 (java) S 25894 25894 7968 0 -1 1077944384 2778 0 0 0 30 0 0 0 20 0 15 0 18375141 14316269568 2892732 18446744073709551615 4194304 4196468 140727423685152 139902246164976 139902773844610 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32550912 140727423689144 140727423689319 140727423689319 140727423692751 0
[pid=25897/tid=25910] ppid=25894 vsize=13980732 memory=5936678212239120483 CPUtime=0 cores=0,2,4,6
/proc/25897/task/25910/stat : 25910 (java) S 25894 25894 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 18375142 14316269568 2892732 18446744073709551615 4194304 4196468 140727423685152 139902245112672 139902773843669 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32550912 140727423689144 140727423689319 140727423689319 140727423692751 0
[pid=25897/tid=25911] ppid=25894 vsize=13980732 memory=1380 CPUtime=0.05 cores=0,2,4,6
/proc/25897/task/25911/stat : 25911 (java) S 25894 25894 7968 0 -1 1077944384 520 0 0 0 2 3 0 0 20 0 15 0 18375146 14316269568 2892732 18446744073709551615 4194304 4196468 140727423685152 139902244059696 139902773844610 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32550912 140727423689144 140727423689319 140727423689319 140727423692751 0
Current children cumulated CPU time: 138.73 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 11572308 KiB

[startup+92.4008 s]
/proc/loadavg: 1.98 2.17 2.38 3/213 25918
/proc/meminfo: memFree=12537960/32770624 swapFree=67108860/67108860
[pid=25894] ppid=25891 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/25894/stat : 25894 (xcsp3-exec) S 25891 25894 7968 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 18375126 9740288 345 18446744073709551615 4194304 5098028 140729306387664 140729306385768 139972390199932 0 65536 5 65538 18446744071579417331 0 0 17 4 0 0 10 0 0 7196144 7232144 37474304 140729306390912 140729306391115 140729306391115 140729306394603 0
/proc/25894/statm: 2378 345 289 221 0 87 0
[pid=25897] ppid=25894 vsize=13980732 memory=11570932 CPUtime=140 cores=0,2,4,6
/proc/25897/stat : 25897 (java) S 25894 25894 7968 0 -1 1077944320 221334 0 0 0 12749 1251 0 0 20 0 15 0 18375136 14316269568 2892733 18446744073709551615 4194304 4196468 140727423685152 140727423667696 139902773833463 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 32550912 140727423689144 140727423689319 140727423689319 140727423692751 0
/proc/25897/statm: 3495183 2892733 3221 1 0 3483476 0
[pid=25897/tid=25898] ppid=25894 vsize=13980732 memory=11570928 CPUtime=73.47 cores=0,2,4,6
/proc/25897/task/25898/stat : 25898 (java) S 25894 25894 7968 0 -1 1077944384 72342 0 0 0 7323 24 0 0 20 0 15 0 18375136 14316269568 2892733 18446744073709551615 4194304 4196468 140727423685152 139902778071680 139902773843669 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 3 0 0 6293624 6294260 32550912 140727423689144 140727423689319 140727423689319 140727423692751 0
[pid=25897/tid=25899] ppid=25894 vsize=13980732 memory=2428 CPUtime=15.47 cores=0,2,4,6
/proc/25897/task/25899/stat : 25899 (java) R 25894 25894 7968 0 -1 4202560 20901 0 0 0 1248 299 0 0 20 0 15 0 18375137 14316269568 2892733 18446744073709551615 4194304 4196468 140727423685152 139902730800344 139902758784456 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 32550912 140727423689144 140727423689319 140727423689319 140727423692751 0
[pid=25897/tid=25900] ppid=25894 vsize=13980732 memory=2428 CPUtime=15.5 cores=0,2,4,6
/proc/25897/task/25900/stat : 25900 (java) R 25894 25894 7968 0 -1 4202560 28342 0 0 0 1242 308 0 0 20 0 15 0 18375137 14316269568 2892733 18446744073709551615 4194304 4196468 140727423685152 139902729747496 139902766461671 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 32550912 140727423689144 140727423689319 140727423689319 140727423692751 0
[pid=25897/tid=25901] ppid=25894 vsize=13980732 memory=1152 CPUtime=15.56 cores=0,2,4,6
/proc/25897/task/25901/stat : 25901 (java) R 25894 25894 7968 0 -1 4202560 23422 0 0 0 1236 320 0 0 20 0 15 0 18375137 14316269568 2892733 18446744073709551615 4194304 4196468 140727423685152 139902728694128 139902766461671 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 32550912 140727423689144 140727423689319 140727423689319 140727423692751 0
[pid=25897/tid=25902] ppid=25894 vsize=13980732 memory=2980 CPUtime=15.56 cores=0,2,4,6
/proc/25897/task/25902/stat : 25902 (java) R 25894 25894 7968 0 -1 4202560 35534 0 0 0 1267 289 0 0 20 0 15 0 18375137 14316269568 2892733 18446744073709551615 4194304 4196468 140727423685152 139902727642000 139902758784472 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 32550912 140727423689144 140727423689319 140727423689319 140727423692751 0
[pid=25897/tid=25903] ppid=25894 vsize=13980732 memory=1380 CPUtime=3.04 cores=0,2,4,6
/proc/25897/task/25903/stat : 25903 (java) S 25894 25894 7968 0 -1 1077944384 29569 0 0 0 300 4 0 0 20 0 15 0 18375138 14316269568 2892733 18446744073709551615 4194304 4196468 140727423685152 139902319592048 139902773843669 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32550912 140727423689144 140727423689319 140727423689319 140727423692751 0
[pid=25897/tid=25904] ppid=25894 vsize=13980732 memory=7139824 CPUtime=0 cores=0,2,4,6
/proc/25897/task/25904/stat : 25904 (java) S 25894 25894 7968 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 15 0 18375139 14316269568 2892733 18446744073709551615 4194304 4196468 140727423685152 139902251427040 139902773843669 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32550912 140727423689144 140727423689319 140727423689319 140727423692751 0
[pid=25897/tid=25905] ppid=25894 vsize=13980732 memory=1156 CPUtime=0 cores=0,2,4,6
/proc/25897/task/25905/stat : 25905 (java) S 25894 25894 7968 0 -1 1077944384 69 0 0 0 0 0 0 0 20 0 15 0 18375139 14316269568 2892733 18446744073709551615 4194304 4196468 140727423685152 139902250373888 139902773843669 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32550912 140727423689144 140727423689319 140727423689319 140727423692751 0
[pid=25897/tid=25906] ppid=25894 vsize=13980732 memory=2988 CPUtime=0 cores=0,2,4,6
/proc/25897/task/25906/stat : 25906 (java) S 25894 25894 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 18375141 14316269568 2892733 18446744073709551615 4194304 4196468 140727423685152 139902249322448 139902773852059 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32550912 140727423689144 140727423689319 140727423689319 140727423692751 0
[pid=25897/tid=25907] ppid=25894 vsize=13980732 memory=1380 CPUtime=0.51 cores=0,2,4,6
/proc/25897/task/25907/stat : 25907 (java) S 25894 25894 7968 0 -1 1077944384 3275 0 0 0 51 0 0 0 20 0 15 0 18375141 14316269568 2892733 18446744073709551615 4194304 4196468 140727423685152 139902248270576 139902773844610 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32550912 140727423689144 140727423689319 140727423689319 140727423692751 0
[pid=25897/tid=25908] ppid=25894 vsize=13980732 memory=11570644 CPUtime=0.44 cores=0,2,4,6
/proc/25897/task/25908/stat : 25908 (java) S 25894 25894 7968 0 -1 1077944384 3294 0 0 0 44 0 0 0 20 0 15 0 18375141 14316269568 2892733 18446744073709551615 4194304 4196468 140727423685152 139902247218032 139902773844610 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32550912 140727423689144 140727423689319 140727423689319 140727423692751 0
[pid=25897/tid=25909] ppid=25894 vsize=13980732 memory=15540730097567645 CPUtime=0.3 cores=0,2,4,6
/proc/25897/task/25909/stat : 25909 (java) S 25894 25894 7968 0 -1 1077944384 2778 0 0 0 30 0 0 0 20 0 15 0 18375141 14316269568 2892733 18446744073709551615 4194304 4196468 140727423685152 139902246164976 139902773844610 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32550912 140727423689144 140727423689319 140727423689319 140727423692751 0
[pid=25897/tid=25910] ppid=25894 vsize=13980732 memory=103 CPUtime=0 cores=0,2,4,6
/proc/25897/task/25910/stat : 25910 (java) S 25894 25894 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 18375142 14316269568 2892733 18446744073709551615 4194304 4196468 140727423685152 139902245112672 139902773843669 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32550912 140727423689144 140727423689319 140727423689319 140727423692751 0
[pid=25897/tid=25911] ppid=25894 vsize=13980732 memory=444 CPUtime=0.05 cores=0,2,4,6
/proc/25897/task/25911/stat : 25911 (java) S 25894 25894 7968 0 -1 1077944384 520 0 0 0 2 3 0 0 20 0 15 0 18375146 14316269568 2892733 18446744073709551615 4194304 4196468 140727423685152 139902244059696 139902773844610 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32550912 140727423689144 140727423689319 140727423689319 140727423692751 0
Current children cumulated CPU time: 140 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 11572312 KiB

[startup+92.8009 s]
/proc/loadavg: 1.98 2.17 2.38 3/213 25918
/proc/meminfo: memFree=12537960/32770624 swapFree=67108860/67108860
[pid=25894] ppid=25891 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/25894/stat : 25894 (xcsp3-exec) S 25891 25894 7968 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 18375126 9740288 345 18446744073709551615 4194304 5098028 140729306387664 140729306385768 139972390199932 0 65536 5 65538 18446744071579417331 0 0 17 4 0 0 10 0 0 7196144 7232144 37474304 140729306390912 140729306391115 140729306391115 140729306394603 0
/proc/25894/statm: 2378 345 289 221 0 87 0
[pid=25897] ppid=25894 vsize=13980732 memory=11570932 CPUtime=141.49 cores=0,2,4,6
/proc/25897/stat : 25897 (java) S 25894 25894 7968 0 -1 1077944320 240994 0 0 0 12897 1252 0 0 20 0 15 0 18375136 14316269568 2892733 18446744073709551615 4194304 4196468 140727423685152 140727423667696 139902773833463 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 32550912 140727423689144 140727423689319 140727423689319 140727423692751 0
/proc/25897/statm: 3495183 2892733 3221 1 0 3483476 0
[pid=25897/tid=25898] ppid=25894 vsize=13980732 memory=1380 CPUtime=73.47 cores=0,2,4,6
/proc/25897/task/25898/stat : 25898 (java) S 25894 25894 7968 0 -1 1077944384 72342 0 0 0 7323 24 0 0 20 0 15 0 18375136 14316269568 2892733 18446744073709551615 4194304 4196468 140727423685152 139902778071680 139902773843669 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 3 0 0 6293624 6294260 32550912 140727423689144 140727423689319 140727423689319 140727423692751 0
[pid=25897/tid=25899] ppid=25894 vsize=13980732 memory=11570644 CPUtime=15.84 cores=0,2,4,6
/proc/25897/task/25899/stat : 25899 (java) S 25894 25894 7968 0 -1 1077944384 20922 0 0 0 1285 299 0 0 20 0 15 0 18375137 14316269568 2892733 18446744073709551615 4194304 4196468 140727423685152 139902730800144 139902773843669 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32550912 140727423689144 140727423689319 140727423689319 140727423692751 0
[pid=25897/tid=25900] ppid=25894 vsize=13980732 memory=1700 CPUtime=15.88 cores=0,2,4,6
/proc/25897/task/25900/stat : 25900 (java) S 25894 25894 7968 0 -1 1077944384 28342 0 0 0 1279 309 0 0 20 0 15 0 18375137 14316269568 2892733 18446744073709551615 4194304 4196468 140727423685152 139902729747600 139902773843669 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32550912 140727423689144 140727423689319 140727423689319 140727423692751 0
[pid=25897/tid=25901] ppid=25894 vsize=13980732 memory=11570932 CPUtime=15.93 cores=0,2,4,6
/proc/25897/task/25901/stat : 25901 (java) S 25894 25894 7968 0 -1 1077944384 23603 0 0 0 1273 320 0 0 20 0 15 0 18375137 14316269568 2892733 18446744073709551615 4194304 4196468 140727423685152 139902728694544 139902773843669 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32550912 140727423689144 140727423689319 140727423689319 140727423692751 0
[pid=25897/tid=25902] ppid=25894 vsize=13980732 memory=1380 CPUtime=15.93 cores=0,2,4,6
/proc/25897/task/25902/stat : 25902 (java) S 25894 25894 7968 0 -1 1077944384 54982 0 0 0 1303 290 0 0 20 0 15 0 18375137 14316269568 2892733 18446744073709551615 4194304 4196468 140727423685152 139902727642000 139902773843669 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32550912 140727423689144 140727423689319 140727423689319 140727423692751 0
[pid=25897/tid=25903] ppid=25894 vsize=13980732 memory=-8774313645642428999 CPUtime=3.07 cores=0,2,4,6
/proc/25897/task/25903/stat : 25903 (java) R 25894 25894 7968 0 -1 4202560 29577 0 0 0 303 4 0 0 20 0 15 0 18375138 14316269568 2892733 18446744073709551615 4194304 4196468 140727423685152 139902319592272 139902758291054 0 0 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 32550912 140727423689144 140727423689319 140727423689319 140727423692751 0
[pid=25897/tid=25904] ppid=25894 vsize=13980732 memory=13568 CPUtime=0 cores=0,2,4,6
/proc/25897/task/25904/stat : 25904 (java) S 25894 25894 7968 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 15 0 18375139 14316269568 2892733 18446744073709551615 4194304 4196468 140727423685152 139902251427040 139902773843669 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32550912 140727423689144 140727423689319 140727423689319 140727423692751 0
[pid=25897/tid=25905] ppid=25894 vsize=13980732 memory=2424 CPUtime=0 cores=0,2,4,6
/proc/25897/task/25905/stat : 25905 (java) S 25894 25894 7968 0 -1 1077944384 69 0 0 0 0 0 0 0 20 0 15 0 18375139 14316269568 2892733 18446744073709551615 4194304 4196468 140727423685152 139902250373888 139902773843669 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32550912 140727423689144 140727423689319 140727423689319 140727423692751 0
[pid=25897/tid=25906] ppid=25894 vsize=13980732 memory=4124 CPUtime=0 cores=0,2,4,6
/proc/25897/task/25906/stat : 25906 (java) S 25894 25894 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 18375141 14316269568 2892733 18446744073709551615 4194304 4196468 140727423685152 139902249322448 139902773852059 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32550912 140727423689144 140727423689319 140727423689319 140727423692751 0
[pid=25897/tid=25907] ppid=25894 vsize=13980732 memory=960 CPUtime=0.51 cores=0,2,4,6
/proc/25897/task/25907/stat : 25907 (java) S 25894 25894 7968 0 -1 1077944384 3275 0 0 0 51 0 0 0 20 0 15 0 18375141 14316269568 2892733 18446744073709551615 4194304 4196468 140727423685152 139902248270576 139902773844610 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32550912 140727423689144 140727423689319 140727423689319 140727423692751 0
[pid=25897/tid=25908] ppid=25894 vsize=13980732 memory=2248 CPUtime=0.44 cores=0,2,4,6
/proc/25897/task/25908/stat : 25908 (java) S 25894 25894 7968 0 -1 1077944384 3294 0 0 0 44 0 0 0 20 0 15 0 18375141 14316269568 2892733 18446744073709551615 4194304 4196468 140727423685152 139902247218032 139902773844610 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32550912 140727423689144 140727423689319 140727423689319 140727423692751 0
[pid=25897/tid=25909] ppid=25894 vsize=13980732 memory=4304 CPUtime=0.3 cores=0,2,4,6
/proc/25897/task/25909/stat : 25909 (java) S 25894 25894 7968 0 -1 1077944384 2778 0 0 0 30 0 0 0 20 0 15 0 18375141 14316269568 2892733 18446744073709551615 4194304 4196468 140727423685152 139902246164976 139902773844610 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32550912 140727423689144 140727423689319 140727423689319 140727423692751 0
[pid=25897/tid=25910] ppid=25894 vsize=13980732 memory=1566 CPUtime=0 cores=0,2,4,6
/proc/25897/task/25910/stat : 25910 (java) S 25894 25894 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 18375142 14316269568 2892733 18446744073709551615 4194304 4196468 140727423685152 139902245112672 139902773843669 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32550912 140727423689144 140727423689319 140727423689319 140727423692751 0
[pid=25897/tid=25911] ppid=25894 vsize=13980732 memory=-8774313645642428999 CPUtime=0.05 cores=0,2,4,6
/proc/25897/task/25911/stat : 25911 (java) S 25894 25894 7968 0 -1 1077944384 522 0 0 0 2 3 0 0 20 0 15 0 18375146 14316269568 2892733 18446744073709551615 4194304 4196468 140727423685152 139902244059696 139902773844610 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32550912 140727423689144 140727423689319 140727423689319 140727423692751 0
Current children cumulated CPU time: 141.49 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 11572312 KiB

[startup+92.9009 s]
/proc/loadavg: 1.98 2.17 2.38 3/213 25918
/proc/meminfo: memFree=12537960/32770624 swapFree=67108860/67108860
[pid=25894] ppid=25891 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/25894/stat : 25894 (xcsp3-exec) S 25891 25894 7968 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 18375126 9740288 345 18446744073709551615 4194304 5098028 140729306387664 140729306385768 139972390199932 0 65536 5 65538 18446744071579417331 0 0 17 4 0 0 10 0 0 7196144 7232144 37474304 140729306390912 140729306391115 140729306391115 140729306394603 0
/proc/25894/statm: 2378 345 289 221 0 87 0
[pid=25897] ppid=25894 vsize=13980732 memory=11570932 CPUtime=141.59 cores=0,2,4,6
/proc/25897/stat : 25897 (java) S 25894 25894 7968 0 -1 1077944320 241005 0 0 0 12907 1252 0 0 20 0 15 0 18375136 14316269568 2892733 18446744073709551615 4194304 4196468 140727423685152 140727423667696 139902773833463 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 32550912 140727423689144 140727423689319 140727423689319 140727423692751 0
/proc/25897/statm: 3495183 2892733 3221 1 0 3483476 0
[pid=25897/tid=25898] ppid=25894 vsize=13980732 memory=1380 CPUtime=73.47 cores=0,2,4,6
/proc/25897/task/25898/stat : 25898 (java) S 25894 25894 7968 0 -1 1077944384 72342 0 0 0 7323 24 0 0 20 0 15 0 18375136 14316269568 2892733 18446744073709551615 4194304 4196468 140727423685152 139902778071680 139902773843669 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 3 0 0 6293624 6294260 32550912 140727423689144 140727423689319 140727423689319 140727423692751 0
[pid=25897/tid=25899] ppid=25894 vsize=13980732 memory=11570932 CPUtime=15.84 cores=0,2,4,6
/proc/25897/task/25899/stat : 25899 (java) S 25894 25894 7968 0 -1 1077944384 20922 0 0 0 1285 299 0 0 20 0 15 0 18375137 14316269568 2892733 18446744073709551615 4194304 4196468 140727423685152 139902730800144 139902773843669 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32550912 140727423689144 140727423689319 140727423689319 140727423692751 0
[pid=25897/tid=25900] ppid=25894 vsize=13980732 memory=11103024 CPUtime=15.88 cores=0,2,4,6
/proc/25897/task/25900/stat : 25900 (java) S 25894 25894 7968 0 -1 1077944384 28342 0 0 0 1279 309 0 0 20 0 15 0 18375137 14316269568 2892733 18446744073709551615 4194304 4196468 140727423685152 139902729747600 139902773843669 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32550912 140727423689144 140727423689319 140727423689319 140727423692751 0
[pid=25897/tid=25901] ppid=25894 vsize=13980732 memory=11570508 CPUtime=15.93 cores=0,2,4,6
/proc/25897/task/25901/stat : 25901 (java) S 25894 25894 7968 0 -1 1077944384 23603 0 0 0 1273 320 0 0 20 0 15 0 18375137 14316269568 2892733 18446744073709551615 4194304 4196468 140727423685152 139902728694544 139902773843669 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32550912 140727423689144 140727423689319 140727423689319 140727423692751 0
[pid=25897/tid=25902] ppid=25894 vsize=13980732 memory=198 CPUtime=15.93 cores=0,2,4,6
/proc/25897/task/25902/stat : 25902 (java) S 25894 25894 7968 0 -1 1077944384 54982 0 0 0 1303 290 0 0 20 0 15 0 18375137 14316269568 2892733 18446744073709551615 4194304 4196468 140727423685152 139902727642000 139902773843669 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32550912 140727423689144 140727423689319 140727423689319 140727423692751 0
[pid=25897/tid=25903] ppid=25894 vsize=13980732 memory=9417956 CPUtime=3.17 cores=0,2,4,6
/proc/25897/task/25903/stat : 25903 (java) R 25894 25894 7968 0 -1 4202560 29577 0 0 0 313 4 0 0 20 0 15 0 18375138 14316269568 2892733 18446744073709551615 4194304 4196468 140727423685152 139902319592160 139902758829844 0 0 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 32550912 140727423689144 140727423689319 140727423689319 140727423692751 0
[pid=25897/tid=25904] ppid=25894 vsize=13980732 memory=11570928 CPUtime=0 cores=0,2,4,6
/proc/25897/task/25904/stat : 25904 (java) S 25894 25894 7968 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 15 0 18375139 14316269568 2892733 18446744073709551615 4194304 4196468 140727423685152 139902251427040 139902773843669 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32550912 140727423689144 140727423689319 140727423689319 140727423692751 0
[pid=25897/tid=25905] ppid=25894 vsize=13980732 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/25897/task/25905/stat : 25905 (java) S 25894 25894 7968 0 -1 1077944384 69 0 0 0 0 0 0 0 20 0 15 0 18375139 14316269568 2892733 18446744073709551615 4194304 4196468 140727423685152 139902250373888 139902773843669 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32550912 140727423689144 140727423689319 140727423689319 140727423692751 0
[pid=25897/tid=25906] ppid=25894 vsize=13980732 memory=11570932 CPUtime=0 cores=0,2,4,6
/proc/25897/task/25906/stat : 25906 (java) S 25894 25894 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 18375141 14316269568 2892733 18446744073709551615 4194304 4196468 140727423685152 139902249322448 139902773852059 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32550912 140727423689144 140727423689319 140727423689319 140727423692751 0
[pid=25897/tid=25907] ppid=25894 vsize=13980732 memory=1380 CPUtime=0.51 cores=0,2,4,6
/proc/25897/task/25907/stat : 25907 (java) S 25894 25894 7968 0 -1 1077944384 3278 0 0 0 51 0 0 0 20 0 15 0 18375141 14316269568 2892733 18446744073709551615 4194304 4196468 140727423685152 139902248270624 139902773843669 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32550912 140727423689144 140727423689319 140727423689319 140727423692751 0
[pid=25897/tid=25908] ppid=25894 vsize=13980732 memory=280566458681632 CPUtime=0.44 cores=0,2,4,6
/proc/25897/task/25908/stat : 25908 (java) S 25894 25894 7968 0 -1 1077944384 3300 0 0 0 44 0 0 0 20 0 15 0 18375141 14316269568 2892733 18446744073709551615 4194304 4196468 140727423685152 139902247217792 139902773843669 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32550912 140727423689144 140727423689319 140727423689319 140727423692751 0
[pid=25897/tid=25909] ppid=25894 vsize=13980732 memory=11570644 CPUtime=0.3 cores=0,2,4,6
/proc/25897/task/25909/stat : 25909 (java) S 25894 25894 7968 0 -1 1077944384 2780 0 0 0 30 0 0 0 20 0 15 0 18375141 14316269568 2892733 18446744073709551615 4194304 4196468 140727423685152 139902246165024 139902773843669 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32550912 140727423689144 140727423689319 140727423689319 140727423692751 0
[pid=25897/tid=25910] ppid=25894 vsize=13980732 memory=140283229163793 CPUtime=0 cores=0,2,4,6
/proc/25897/task/25910/stat : 25910 (java) S 25894 25894 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 18375142 14316269568 2892733 18446744073709551615 4194304 4196468 140727423685152 139902245112672 139902773843669 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32550912 140727423689144 140727423689319 140727423689319 140727423692751 0
[pid=25897/tid=25911] ppid=25894 vsize=13980732 memory=4612 CPUtime=0.05 cores=0,2,4,6
/proc/25897/task/25911/stat : 25911 (java) S 25894 25894 7968 0 -1 1077944384 522 0 0 0 2 3 0 0 20 0 15 0 18375146 14316269568 2892733 18446744073709551615 4194304 4196468 140727423685152 139902244059696 139902773844610 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32550912 140727423689144 140727423689319 140727423689319 140727423692751 0
Current children cumulated CPU time: 141.59 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 11572312 KiB

Child status: 1
Real time (s): 93.0129
CPU time (s): 141.716
CPU user time (s): 129.135
CPU system time (s): 12.5807
CPU usage (%): 152.361
Max. virtual memory (cumulated for all children) (KiB): 13990244
Max. memory (cumulated for all children) (KiB): 11572312

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 129.135
system time used= 12.5807
maximum resident set size= 11571164
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 241753
page faults= 0
swaps= 0
block input operations= 0
block output operations= 232
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 6180
involuntary context switches= 757


# summary of solver processes directly reported to runsolver:
#   pid: 25894
#   total CPU time (s): 141.716
#   total CPU user time (s): 129.135
#   total CPU system time (s): 12.5807

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.597881 second user time and 0.999956 second system time

The end

Launcher Data

Begin job on node128 at 2017-08-13 19:08:08
IDJOB=4253943
IDBENCH=137919
IDSOLVER=2635
FILE ID=node128/4253943-1502644924
RUNJOBID= node128-1502644087-25850
PBS_JOBID= 
Free space on /tmp= 61920 MiB

SOLVER NAME= choco-solver 4.0.5 seq
BENCH NAME= XCSP17/BinPacking/BinPacking-tab-sw100/BinPacking-tab-sw100-15.xml
COMMAND LINE= ./xcsp3-exec -dir DIR -tl TIMEOUT -ml 11000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4253943-1502644924/watcher-4253943-1502644924 -o /tmp/evaluation-result-4253943-1502644924/solver-4253943-1502644924 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node128-1502644087-25850 --watchdog 312  ./xcsp3-exec -dir HOME -tl 252 -ml 11000 -tdir HOME -seed 898928862 HOME/instance-4253943-1502644924.xml

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

MD5SUM BENCH= afde4c54681b724bee939c95254967be
RANDOM SEED=898928862

node128.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.94
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.94
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.94
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.94
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:        31252892 kB
MemAvailable:   32008592 kB
Buffers:          152528 kB
Cached:           888620 kB
SwapCached:            0 kB
Active:           394000 kB
Inactive:         710640 kB
Active(anon):      63716 kB
Inactive(anon):    16764 kB
Active(file):     330284 kB
Inactive(file):   693876 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:            122012 kB
Writeback:             0 kB
AnonPages:         59760 kB
Mapped:            41760 kB
Shmem:             17116 kB
Slab:             119816 kB
SReclaimable:      94748 kB
SUnreclaim:        25068 kB
KernelStack:        3168 kB
PageTables:         4860 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1249184 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:      2048 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      132480 kB
DirectMap2M:    33413120 kB

Free space on /tmp at the end= 61912 MiB
End job on node128 at 2017-08-13 19:09:41