Trace number 4280299

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-18)? 559.35303 227.395

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 benchmark2400.09
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.00	c java -server -Xmx22000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4280299-1503169959.xml"  -tl '20160s' -p 8 -x 0
0.12/0.14	c [HOME/instance-4280299-1503169959.xml, -tl, 20160s, -p, 8, -x, 0]
0.12/0.20	c 8 solvers in parallel
0.33/0.26	c parse instance...
479.34/215.24	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
479.34/215.24		at java.util.Arrays.copyOfRange(Arrays.java:3664)
479.34/215.24		at java.lang.String.<init>(String.java:207)
479.34/215.24		at com.sun.org.apache.xerces.internal.xni.XMLString.toString(XMLString.java:188)
479.34/215.24		at com.sun.org.apache.xerces.internal.parsers.AbstractDOMParser.characters(AbstractDOMParser.java:1228)
479.34/215.24		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(XMLDocumentFragmentScannerImpl.java:455)
479.34/215.24		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configuration.java:841)
479.34/215.24		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configuration.java:770)
479.34/215.24		at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(XMLParser.java:141)
479.34/215.24		at com.sun.org.apache.xerces.internal.parsers.DOMParser.parse(DOMParser.java:243)
479.34/215.24		at com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderImpl.parse(DocumentBuilderImpl.java:339)
479.34/215.24		at javax.xml.parsers.DocumentBuilder.parse(DocumentBuilder.java:121)
515.79/220.76		at org.xcsp.common.Utilities.loadDocument(Utilities.java:537)
515.79/220.76		at org.xcsp.parser.XCallbacks.loadDocument(XCallbacks.java:238)
515.79/220.76		at org.xcsp.parser.XCallbacks.loadInstance(XCallbacks.java:253)
515.79/220.76		at org.chocosolver.parser.xcsp.XCSPParser.model(XCSPParser.java:88)
515.79/220.76		at org.chocosolver.parser.xcsp.XCSP.parse(XCSP.java:112)
515.79/220.76		at org.chocosolver.parser.xcsp.XCSP.buildModel(XCSP.java:99)
515.79/220.76		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:23)
559.14/227.28	s UNKNOWN
559.14/227.28	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 (12948 MiB free)
  memory of node 1: 16384 MiB (12571 MiB free)
  node distances:
     10  21
     21  10

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

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

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

solver pid=13304, runsolver pid=13301

[startup+0.100136 s]*
/proc/loadavg: 8.18 8.29 8.31 2/199 13325
/proc/meminfo: memFree=26116708/32770624 swapFree=67108860/67108860
[pid=13304] ppid=13301 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/13304/stat : 13304 (xcsp3-exec) S 13301 13304 13260 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 150083581 9740288 346 33554432000 4194304 5098028 140737166713264 140737166711368 139928054874748 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 40468480 140737166718052 140737166718263 140737166718263 140737166721003 0
/proc/13304/statm: 2378 346 289 221 0 87 0
[pid=13306] ppid=13304 vsize=25999808 memory=27056 CPUtime=0.12 cores=0-7
/proc/13306/stat : 13306 (java) S 13304 13304 13260 0 -1 1077944320 5629 0 0 0 11 1 0 0 20 0 20 0 150083581 26623803392 6764 33554432000 4194304 4196468 140724781605072 140724781587616 139899088252663 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 8421376 140724781614226 140724781614403 140724781614403 140724781617103 0
/proc/13306/statm: 6499952 6764 2864 1 0 6488269 0
[pid=13306/tid=13307] ppid=13304 vsize=25999808 memory=4134930498285298233 CPUtime=0.08 cores=0-7
/proc/13306/task/13307/stat : 13307 (java) R 13304 13304 13260 0 -1 4202560 3641 0 0 0 8 0 0 0 20 0 20 0 150083582 26623803392 6764 33554432000 4194304 4196468 140724781605072 139899092485936 139899088264598 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 8421376 140724781614226 140724781614403 140724781614403 140724781617103 0
[pid=13306/tid=13308] ppid=13304 vsize=25999808 memory=4872558044660077418 CPUtime=0 cores=0-7
/proc/13306/task/13308/stat : 13308 (java) S 13304 13304 13260 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 150083583 26623803392 6764 33554432000 4194304 4196468 140724781605072 139899040873360 139899088262869 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8421376 140724781614226 140724781614403 140724781614403 140724781617103 0
[pid=13306/tid=13309] ppid=13304 vsize=25999808 memory=139885018674816 CPUtime=0 cores=0-7
/proc/13306/task/13309/stat : 13309 (java) S 13304 13304 13260 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 150083583 26623803392 6764 33554432000 4194304 4196468 140724781605072 139899039820560 139899088262869 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8421376 140724781614226 140724781614403 140724781614403 140724781617103 0
[pid=13306/tid=13310] ppid=13304 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/13306/task/13310/stat : 13310 (java) S 13304 13304 13260 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 150083583 26623803392 6764 33554432000 4194304 4196468 140724781605072 139899038768272 139899088262869 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8421376 140724781614226 140724781614403 140724781614403 140724781617103 0
[pid=13306/tid=13311] ppid=13304 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/13306/task/13311/stat : 13311 (java) S 13304 13304 13260 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 150083583 26623803392 6764 33554432000 4194304 4196468 140724781605072 139899037715472 139899088262869 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8421376 140724781614226 140724781614403 140724781614403 140724781617103 0
[pid=13306/tid=13312] ppid=13304 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/13306/task/13312/stat : 13312 (java) S 13304 13304 13260 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 150083583 26623803392 6764 33554432000 4194304 4196468 140724781605072 139899036662160 139899088262869 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8421376 140724781614226 140724781614403 140724781614403 140724781617103 0
[pid=13306/tid=13313] ppid=13304 vsize=25999808 memory=-1 CPUtime=0 cores=0-7
/proc/13306/task/13313/stat : 13313 (java) S 13304 13304 13260 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 150083583 26623803392 6764 33554432000 4194304 4196468 140724781605072 139899035609360 139899088262869 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8421376 140724781614226 140724781614403 140724781614403 140724781617103 0
[pid=13306/tid=13314] ppid=13304 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/13306/task/13314/stat : 13314 (java) S 13304 13304 13260 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 150083583 26623803392 6764 33554432000 4194304 4196468 140724781605072 139899034557072 139899088262869 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8421376 140724781614226 140724781614403 140724781614403 140724781617103 0
[pid=13306/tid=13315] ppid=13304 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/13306/task/13315/stat : 13315 (java) S 13304 13304 13260 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 150083583 26623803392 6764 33554432000 4194304 4196468 140724781605072 139899033504272 139899088262869 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8421376 140724781614226 140724781614403 140724781614403 140724781617103 0
[pid=13306/tid=13316] ppid=13304 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/13306/task/13316/stat : 13316 (java) S 13304 13304 13260 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 150083584 26623803392 6764 33554432000 4194304 4196468 140724781605072 139898282531440 139899088263810 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8421376 140724781614226 140724781614403 140724781614403 140724781617103 0
[pid=13306/tid=13317] ppid=13304 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/13306/task/13317/stat : 13317 (java) S 13304 13304 13260 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 150083585 26623803392 6764 33554432000 4194304 4196468 140724781605072 139898281477408 139899088262869 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8421376 140724781614226 140724781614403 140724781614403 140724781617103 0
[pid=13306/tid=13318] ppid=13304 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/13306/task/13318/stat : 13318 (java) S 13304 13304 13260 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 150083585 26623803392 6764 33554432000 4194304 4196468 140724781605072 139898280425072 139899088262869 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8421376 140724781614226 140724781614403 140724781614403 140724781617103 0
[pid=13306/tid=13319] ppid=13304 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/13306/task/13319/stat : 13319 (java) S 13304 13304 13260 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 150083587 26623803392 6764 33554432000 4194304 4196468 140724781605072 139898279373392 139899088271259 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8421376 140724781614226 140724781614403 140724781614403 140724781617103 0
[pid=13306/tid=13320] ppid=13304 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/13306/task/13320/stat : 13320 (java) S 13304 13304 13260 0 -1 1077944384 291 0 0 0 0 0 0 0 20 0 20 0 150083587 26623803392 6764 33554432000 4194304 4196468 140724781605072 139898278320240 139899088263810 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8421376 140724781614226 140724781614403 140724781614403 140724781617103 0
[pid=13306/tid=13321] ppid=13304 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/13306/task/13321/stat : 13321 (java) S 13304 13304 13260 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 150083587 26623803392 6764 33554432000 4194304 4196468 140724781605072 139898277267440 139899088263810 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8421376 140724781614226 140724781614403 140724781614403 140724781617103 0
[pid=13306/tid=13322] ppid=13304 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/13306/task/13322/stat : 13322 (java) S 13304 13304 13260 0 -1 1077944384 123 0 0 0 0 0 0 0 20 0 20 0 150083587 26623803392 6764 33554432000 4194304 4196468 140724781605072 139898276215152 139899088263810 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8421376 140724781614226 140724781614403 140724781614403 140724781617103 0
[pid=13306/tid=13323] ppid=13304 vsize=25999808 memory=0 CPUtime=0.01 cores=0-7
/proc/13306/task/13323/stat : 13323 (java) R 13304 13304 13260 0 -1 4202560 267 0 0 0 1 0 0 0 20 0 20 0 150083587 26623803392 6764 33554432000 4194304 4196468 140724781605072 139898275162352 139899066952864 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 8421376 140724781614226 140724781614403 140724781614403 140724781617103 0
[pid=13306/tid=13324] ppid=13304 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/13306/task/13324/stat : 13324 (java) S 13304 13304 13260 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 150083587 26623803392 6764 33554432000 4194304 4196468 140724781605072 139898274110304 139899088262869 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8421376 140724781614226 140724781614403 140724781614403 140724781617103 0
[pid=13306/tid=13325] ppid=13304 vsize=25999808 memory=-1 CPUtime=0 cores=0-7
/proc/13306/task/13325/stat : 13325 (java) S 13304 13304 13260 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 150083588 26623803392 6764 33554432000 4194304 4196468 140724781605072 139898273057584 139899088263810 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8421376 140724781614226 140724781614403 140724781614403 140724781617103 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 26009320 KiB
Current children cumulated memory: 28440 KiB

[startup+0.210244 s]*
/proc/loadavg: 8.18 8.29 8.31 2/199 13325
/proc/meminfo: memFree=26105776/32770624 swapFree=67108860/67108860
[pid=13304] ppid=13301 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/13304/stat : 13304 (xcsp3-exec) S 13301 13304 13260 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 150083581 9740288 346 33554432000 4194304 5098028 140737166713264 140737166711368 139928054874748 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 40468480 140737166718052 140737166718263 140737166718263 140737166721003 0
/proc/13304/statm: 2378 346 289 221 0 87 0
[pid=13306] ppid=13304 vsize=26004064 memory=38972 CPUtime=0.33 cores=0-7
/proc/13306/stat : 13306 (java) S 13304 13304 13260 0 -1 1077944320 8298 0 0 0 30 3 0 0 20 0 20 0 150083581 26628161536 9743 33554432000 4194304 4196468 140724781605072 140724781587616 139899088252663 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 8421376 140724781614226 140724781614403 140724781614403 140724781617103 0
/proc/13306/statm: 6501016 9743 3059 1 0 6488269 0
[pid=13306/tid=13307] ppid=13304 vsize=26004064 memory=8318255677412212789 CPUtime=0.19 cores=0-7
/proc/13306/task/13307/stat : 13307 (java) R 13304 13304 13260 0 -1 4202560 5429 0 0 0 18 1 0 0 20 0 20 0 150083582 26628161536 9743 33554432000 4194304 4196468 140724781605072 139899092467744 139899072333150 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 8421376 140724781614226 140724781614403 140724781614403 140724781617103 0
[pid=13306/tid=13308] ppid=13304 vsize=26004064 memory=342 CPUtime=0 cores=0-7
/proc/13306/task/13308/stat : 13308 (java) S 13304 13304 13260 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 150083583 26628161536 9743 33554432000 4194304 4196468 140724781605072 139899040873360 139899088262869 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8421376 140724781614226 140724781614403 140724781614403 140724781617103 0
[pid=13306/tid=13309] ppid=13304 vsize=26004064 memory=288370261170386560 CPUtime=0 cores=0-7
/proc/13306/task/13309/stat : 13309 (java) S 13304 13304 13260 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 150083583 26628161536 9743 33554432000 4194304 4196468 140724781605072 139899039820560 139899088262869 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8421376 140724781614226 140724781614403 140724781614403 140724781617103 0
[pid=13306/tid=13310] ppid=13304 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/13306/task/13310/stat : 13310 (java) S 13304 13304 13260 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 150083583 26628161536 9743 33554432000 4194304 4196468 140724781605072 139899038768272 139899088262869 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8421376 140724781614226 140724781614403 140724781614403 140724781617103 0
[pid=13306/tid=13311] ppid=13304 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/13306/task/13311/stat : 13311 (java) S 13304 13304 13260 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 150083583 26628161536 9743 33554432000 4194304 4196468 140724781605072 139899037715472 139899088262869 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8421376 140724781614226 140724781614403 140724781614403 140724781617103 0
[pid=13306/tid=13312] ppid=13304 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/13306/task/13312/stat : 13312 (java) S 13304 13304 13260 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 150083583 26628161536 9743 33554432000 4194304 4196468 140724781605072 139899036662160 139899088262869 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8421376 140724781614226 140724781614403 140724781614403 140724781617103 0
[pid=13306/tid=13313] ppid=13304 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/13306/task/13313/stat : 13313 (java) S 13304 13304 13260 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 150083583 26628161536 9743 33554432000 4194304 4196468 140724781605072 139899035609360 139899088262869 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8421376 140724781614226 140724781614403 140724781614403 140724781617103 0
[pid=13306/tid=13314] ppid=13304 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/13306/task/13314/stat : 13314 (java) S 13304 13304 13260 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 150083583 26628161536 9743 33554432000 4194304 4196468 140724781605072 139899034557072 139899088262869 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8421376 140724781614226 140724781614403 140724781614403 140724781617103 0
[pid=13306/tid=13315] ppid=13304 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/13306/task/13315/stat : 13315 (java) S 13304 13304 13260 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 150083583 26628161536 9743 33554432000 4194304 4196468 140724781605072 139899033504272 139899088262869 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8421376 140724781614226 140724781614403 140724781614403 140724781617103 0
[pid=13306/tid=13316] ppid=13304 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/13306/task/13316/stat : 13316 (java) S 13304 13304 13260 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 150083584 26628161536 9743 33554432000 4194304 4196468 140724781605072 139898282531440 139899088263810 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8421376 140724781614226 140724781614403 140724781614403 140724781617103 0
[pid=13306/tid=13317] ppid=13304 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/13306/task/13317/stat : 13317 (java) S 13304 13304 13260 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 150083585 26628161536 9743 33554432000 4194304 4196468 140724781605072 139898281477408 139899088262869 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8421376 140724781614226 140724781614403 140724781614403 140724781617103 0
[pid=13306/tid=13318] ppid=13304 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/13306/task/13318/stat : 13318 (java) S 13304 13304 13260 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 150083585 26628161536 9743 33554432000 4194304 4196468 140724781605072 139898280425072 139899088262869 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8421376 140724781614226 140724781614403 140724781614403 140724781617103 0
[pid=13306/tid=13319] ppid=13304 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/13306/task/13319/stat : 13319 (java) S 13304 13304 13260 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 150083587 26628161536 9743 33554432000 4194304 4196468 140724781605072 139898279373392 139899088271259 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8421376 140724781614226 140724781614403 140724781614403 140724781617103 0
[pid=13306/tid=13320] ppid=13304 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/13306/task/13320/stat : 13320 (java) S 13304 13304 13260 0 -1 1077944384 304 0 0 0 0 0 0 0 20 0 20 0 150083587 26628161536 9743 33554432000 4194304 4196468 140724781605072 139898278320240 139899088263810 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8421376 140724781614226 140724781614403 140724781614403 140724781617103 0
[pid=13306/tid=13321] ppid=13304 vsize=26004064 memory=0 CPUtime=0.02 cores=0-7
/proc/13306/task/13321/stat : 13321 (java) S 13304 13304 13260 0 -1 1077944384 165 0 0 0 2 0 0 0 20 0 20 0 150083587 26628161536 9743 33554432000 4194304 4196468 140724781605072 139898277267440 139899088263810 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8421376 140724781614226 140724781614403 140724781614403 140724781617103 0
[pid=13306/tid=13322] ppid=13304 vsize=26004064 memory=-1 CPUtime=0.01 cores=0-7
/proc/13306/task/13322/stat : 13322 (java) S 13304 13304 13260 0 -1 1077944384 340 0 0 0 1 0 0 0 20 0 20 0 150083587 26628161536 9743 33554432000 4194304 4196468 140724781605072 139898276215152 139899088263810 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8421376 140724781614226 140724781614403 140724781614403 140724781617103 0
[pid=13306/tid=13323] ppid=13304 vsize=26004064 memory=-1 CPUtime=0.07 cores=0-7
/proc/13306/task/13323/stat : 13323 (java) R 13304 13304 13260 0 -1 4202560 756 0 0 0 7 0 0 0 20 0 20 0 150083587 26628161536 9743 33554432000 4194304 4196468 140724781605072 139898275162352 139899066971364 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 8421376 140724781614226 140724781614403 140724781614403 140724781617103 0
[pid=13306/tid=13324] ppid=13304 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/13306/task/13324/stat : 13324 (java) S 13304 13304 13260 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 150083587 26628161536 9743 33554432000 4194304 4196468 140724781605072 139898274110304 139899088262869 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8421376 140724781614226 140724781614403 140724781614403 140724781617103 0
[pid=13306/tid=13325] ppid=13304 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/13306/task/13325/stat : 13325 (java) S 13304 13304 13260 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 150083588 26628161536 9743 33554432000 4194304 4196468 140724781605072 139898273057584 139899088263810 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8421376 140724781614226 140724781614403 140724781614403 140724781617103 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 26013576 KiB
Current children cumulated memory: 40356 KiB

[startup+0.309574 s]*
/proc/loadavg: 8.18 8.29 8.31 3/199 13325
/proc/meminfo: memFree=26098828/32770624 swapFree=67108860/67108860
[pid=13304] ppid=13301 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/13304/stat : 13304 (xcsp3-exec) S 13301 13304 13260 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 150083581 9740288 346 33554432000 4194304 5098028 140737166713264 140737166711368 139928054874748 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 40468480 140737166718052 140737166718263 140737166718263 140737166721003 0
/proc/13304/statm: 2378 346 289 221 0 87 0
[pid=13306] ppid=13304 vsize=26004064 memory=45652 CPUtime=0.49 cores=0-7
/proc/13306/stat : 13306 (java) S 13304 13304 13260 0 -1 1077944320 9144 0 0 0 46 3 0 0 20 0 20 0 150083581 26628161536 11413 33554432000 4194304 4196468 140724781605072 140724781587616 139899088252663 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 8421376 140724781614226 140724781614403 140724781614403 140724781617103 0
/proc/13306/statm: 6501016 11413 3084 1 0 6488269 0
[pid=13306/tid=13307] ppid=13304 vsize=26004064 memory=6791534058613427641 CPUtime=0.29 cores=0-7
/proc/13306/task/13307/stat : 13307 (java) R 13304 13304 13260 0 -1 4202560 6094 0 0 0 27 2 0 0 20 0 20 0 150083582 26628161536 11413 33554432000 4194304 4196468 140724781605072 139899092492304 139899088274589 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 8421376 140724781614226 140724781614403 140724781614403 140724781617103 0
[pid=13306/tid=13308] ppid=13304 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/13306/task/13308/stat : 13308 (java) S 13304 13304 13260 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 150083583 26628161536 11413 33554432000 4194304 4196468 140724781605072 139899040873360 139899088262869 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8421376 140724781614226 140724781614403 140724781614403 140724781617103 0
[pid=13306/tid=13309] ppid=13304 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/13306/task/13309/stat : 13309 (java) S 13304 13304 13260 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 150083583 26628161536 11413 33554432000 4194304 4196468 140724781605072 139899039820560 139899088262869 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8421376 140724781614226 140724781614403 140724781614403 140724781617103 0
[pid=13306/tid=13310] ppid=13304 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/13306/task/13310/stat : 13310 (java) S 13304 13304 13260 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 150083583 26628161536 11413 33554432000 4194304 4196468 140724781605072 139899038768272 139899088262869 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8421376 140724781614226 140724781614403 140724781614403 140724781617103 0
[pid=13306/tid=13311] ppid=13304 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/13306/task/13311/stat : 13311 (java) S 13304 13304 13260 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 150083583 26628161536 11413 33554432000 4194304 4196468 140724781605072 139899037715472 139899088262869 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8421376 140724781614226 140724781614403 140724781614403 140724781617103 0
[pid=13306/tid=13312] ppid=13304 vsize=26004064 memory=2244 CPUtime=0 cores=0-7
/proc/13306/task/13312/stat : 13312 (java) S 13304 13304 13260 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 150083583 26628161536 11413 33554432000 4194304 4196468 140724781605072 139899036662160 139899088262869 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8421376 140724781614226 140724781614403 140724781614403 140724781617103 0
[pid=13306/tid=13313] ppid=13304 vsize=26004064 memory=139884870333359 CPUtime=0 cores=0-7
/proc/13306/task/13313/stat : 13313 (java) S 13304 13304 13260 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 150083583 26628161536 11413 33554432000 4194304 4196468 140724781605072 139899035609360 139899088262869 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8421376 140724781614226 140724781614403 140724781614403 140724781617103 0
[pid=13306/tid=13314] ppid=13304 vsize=26004064 memory=139884870335664 CPUtime=0 cores=0-7
/proc/13306/task/13314/stat : 13314 (java) S 13304 13304 13260 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 150083583 26628161536 11413 33554432000 4194304 4196468 140724781605072 139899034557072 139899088262869 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8421376 140724781614226 140724781614403 140724781614403 140724781617103 0
[pid=13306/tid=13315] ppid=13304 vsize=26004064 memory=139884870337968 CPUtime=0 cores=0-7
/proc/13306/task/13315/stat : 13315 (java) S 13304 13304 13260 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 150083583 26628161536 11413 33554432000 4194304 4196468 140724781605072 139899033504272 139899088262869 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8421376 140724781614226 140724781614403 140724781614403 140724781617103 0
[pid=13306/tid=13316] ppid=13304 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/13306/task/13316/stat : 13316 (java) S 13304 13304 13260 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 150083584 26628161536 11413 33554432000 4194304 4196468 140724781605072 139898282531440 139899088263810 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8421376 140724781614226 140724781614403 140724781614403 140724781617103 0
[pid=13306/tid=13317] ppid=13304 vsize=26004064 memory=279769740682896 CPUtime=0 cores=0-7
/proc/13306/task/13317/stat : 13317 (java) S 13304 13304 13260 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 150083585 26628161536 11413 33554432000 4194304 4196468 140724781605072 139898281477408 139899088262869 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8421376 140724781614226 140724781614403 140724781614403 140724781617103 0
[pid=13306/tid=13318] ppid=13304 vsize=26004064 memory=279769740689808 CPUtime=0 cores=0-7
/proc/13306/task/13318/stat : 13318 (java) S 13304 13304 13260 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 150083585 26628161536 11413 33554432000 4194304 4196468 140724781605072 139898280425072 139899088262869 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8421376 140724781614226 140724781614403 140724781614403 140724781617103 0
[pid=13306/tid=13319] ppid=13304 vsize=26004064 memory=279769740631088 CPUtime=0 cores=0-7
/proc/13306/task/13319/stat : 13319 (java) S 13304 13304 13260 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 150083587 26628161536 11413 33554432000 4194304 4196468 140724781605072 139898279373392 139899088271259 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8421376 140724781614226 140724781614403 140724781614403 140724781617103 0
[pid=13306/tid=13320] ppid=13304 vsize=26004064 memory=279769740703632 CPUtime=0.01 cores=0-7
/proc/13306/task/13320/stat : 13320 (java) R 13304 13304 13260 0 -1 4202560 321 0 0 0 1 0 0 0 20 0 20 0 150083587 26628161536 11413 33554432000 4194304 4196468 140724781605072 139898278320240 139899067409728 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 8421376 140724781614226 140724781614403 140724781614403 140724781617103 0
[pid=13306/tid=13321] ppid=13304 vsize=26004064 memory=279769740710544 CPUtime=0.03 cores=0-7
/proc/13306/task/13321/stat : 13321 (java) S 13304 13304 13260 0 -1 1077944384 179 0 0 0 3 0 0 0 20 0 20 0 150083587 26628161536 11413 33554432000 4194304 4196468 140724781605072 139898277267440 139899088263810 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8421376 140724781614226 140724781614403 140724781614403 140724781617103 0
[pid=13306/tid=13322] ppid=13304 vsize=26004064 memory=279769740708240 CPUtime=0.02 cores=0-7
/proc/13306/task/13322/stat : 13322 (java) R 13304 13304 13260 0 -1 4202560 399 0 0 0 2 0 0 0 20 0 20 0 150083587 26628161536 11413 33554432000 4194304 4196468 140724781605072 139898276215152 139899073076262 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 8421376 140724781614226 140724781614403 140724781614403 140724781617103 0
[pid=13306/tid=13323] ppid=13304 vsize=26004064 memory=279769740724400 CPUtime=0.12 cores=0-7
/proc/13306/task/13323/stat : 13323 (java) S 13304 13304 13260 0 -1 1077944384 845 0 0 0 12 0 0 0 20 0 20 0 150083587 26628161536 11413 33554432000 4194304 4196468 140724781605072 139898275162352 139899088263810 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8421376 140724781614226 140724781614403 140724781614403 140724781617103 0
[pid=13306/tid=13324] ppid=13304 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/13306/task/13324/stat : 13324 (java) S 13304 13304 13260 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 150083587 26628161536 11413 33554432000 4194304 4196468 140724781605072 139898274110304 139899088262869 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8421376 140724781614226 140724781614403 140724781614403 140724781617103 0
[pid=13306/tid=13325] ppid=13304 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/13306/task/13325/stat : 13325 (java) S 13304 13304 13260 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 150083588 26628161536 11413 33554432000 4194304 4196468 140724781605072 139898273057584 139899088263810 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8421376 140724781614226 140724781614403 140724781614403 140724781617103 0
Current children cumulated CPU time: 0.49 s
Current children cumulated vsize: 26013576 KiB
Current children cumulated memory: 47036 KiB

[startup+0.701021 s]
/proc/loadavg: 8.18 8.29 8.31 9/199 13325
/proc/meminfo: memFree=25904528/32770624 swapFree=67108860/67108860
[pid=13304] ppid=13301 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/13304/stat : 13304 (xcsp3-exec) S 13301 13304 13260 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 150083581 9740288 346 33554432000 4194304 5098028 140737166713264 140737166711368 139928054874748 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 40468480 140737166718052 140737166718263 140737166718263 140737166721003 0
/proc/13304/statm: 2378 346 289 221 0 87 0
[pid=13306] ppid=13304 vsize=26004140 memory=480524 CPUtime=1.38 cores=0-7
/proc/13306/stat : 13306 (java) S 13304 13304 13260 0 -1 1077944320 10429 0 0 0 98 40 0 0 20 0 20 0 150083581 26628239360 120131 33554432000 4194304 4196468 140724781605072 140724781587616 139899088252663 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 8421376 140724781614226 140724781614403 140724781614403 140724781617103 0
/proc/13306/statm: 6501035 120131 3140 1 0 6488269 0
[pid=13306/tid=13307] ppid=13304 vsize=26004140 memory=279769741082288 CPUtime=0.61 cores=0-7
/proc/13306/task/13307/stat : 13307 (java) R 13304 13304 13260 0 -1 4202560 6520 0 0 0 52 9 0 0 20 0 20 0 150083582 26628239360 120131 33554432000 4194304 4196468 140724781605072 139899092488016 139898711778054 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 8421376 140724781614226 140724781614403 140724781614403 140724781617103 0
[pid=13306/tid=13308] ppid=13304 vsize=26004140 memory=139884870542192 CPUtime=0.05 cores=0-7
/proc/13306/task/13308/stat : 13308 (java) S 13304 13304 13260 0 -1 1077944384 66 0 0 0 2 3 0 0 20 0 20 0 150083583 26628239360 120131 33554432000 4194304 4196468 140724781605072 139899040873360 139899088262869 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8421376 140724781614226 140724781614403 140724781614403 140724781617103 0
[pid=13306/tid=13309] ppid=13304 vsize=26004140 memory=0 CPUtime=0.05 cores=0-7
/proc/13306/task/13309/stat : 13309 (java) S 13304 13304 13260 0 -1 1077944384 68 0 0 0 2 3 0 0 20 0 20 0 150083583 26628239360 120131 33554432000 4194304 4196468 140724781605072 139899039820560 139899088262869 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8421376 140724781614226 140724781614403 140724781614403 140724781617103 0
[pid=13306/tid=13310] ppid=13304 vsize=26004140 memory=1004 CPUtime=0.03 cores=0-7
/proc/13306/task/13310/stat : 13310 (java) S 13304 13304 13260 0 -1 1077944384 47 0 0 0 1 2 0 0 20 0 20 0 150083583 26628239360 120131 33554432000 4194304 4196468 140724781605072 139899038768272 139899088262869 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8421376 140724781614226 140724781614403 140724781614403 140724781617103 0

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

[pid=13306/tid=13307] ppid=13304 vsize=26072752 memory=1292 CPUtime=168.1 cores=0-7
/proc/13306/task/13307/stat : 13307 (java) S 13304 13304 13260 0 -1 1077944384 20626 0 0 0 16764 46 0 0 20 0 21 0 150083582 26698498048 5450467 33554432000 4194304 4196468 140724781605072 139899092493344 139899088262869 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8421376 140724781614226 140724781614403 140724781614403 140724781617103 0
[pid=13306/tid=13308] ppid=13304 vsize=26072752 memory=6791534058613427641 CPUtime=47.33 cores=0-7
/proc/13306/task/13308/stat : 13308 (java) S 13304 13304 13260 0 -1 1077944384 72139 0 0 0 4167 566 0 0 20 0 21 0 150083583 26698498048 5450467 33554432000 4194304 4196468 140724781605072 139899040873360 139899088262869 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 14 0 0 6293624 6294260 8421376 140724781614226 140724781614403 140724781614403 140724781617103 0
[pid=13306/tid=13309] ppid=13304 vsize=26072752 memory=1384 CPUtime=47.39 cores=0-7
/proc/13306/task/13309/stat : 13309 (java) S 13304 13304 13260 0 -1 1077944384 111429 0 0 0 4245 494 0 0 20 0 21 0 150083583 26698498048 5450467 33554432000 4194304 4196468 140724781605072 139899039820560 139899088262869 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 16 0 0 6293624 6294260 8421376 140724781614226 140724781614403 140724781614403 140724781617103 0
[pid=13306/tid=13310] ppid=13304 vsize=26072752 memory=21801868 CPUtime=47.06 cores=0-7
/proc/13306/task/13310/stat : 13310 (java) S 13304 13304 13260 0 -1 1077944384 39308 0 0 0 4193 513 0 0 20 0 21 0 150083583 26698498048 5450467 33554432000 4194304 4196468 140724781605072 139899038768272 139899088262869 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 15 0 0 6293624 6294260 8421376 140724781614226 140724781614403 140724781614403 140724781617103 0
[pid=13306/tid=13311] ppid=13304 vsize=26072752 memory=21801868 CPUtime=47.11 cores=0-7
/proc/13306/task/13311/stat : 13311 (java) S 13304 13304 13260 0 -1 1077944384 40128 0 0 0 4116 595 0 0 20 0 21 0 150083583 26698498048 5450467 33554432000 4194304 4196468 140724781605072 139899037715472 139899088262869 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 12 0 0 6293624 6294260 8421376 140724781614226 140724781614403 140724781614403 140724781617103 0
[pid=13306/tid=13312] ppid=13304 vsize=26072752 memory=1384 CPUtime=47.16 cores=0-7
/proc/13306/task/13312/stat : 13312 (java) S 13304 13304 13260 0 -1 1077944384 40390 0 0 0 4200 516 0 0 20 0 21 0 150083583 26698498048 5450467 33554432000 4194304 4196468 140724781605072 139899036662160 139899088262869 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 15 0 0 6293624 6294260 8421376 140724781614226 140724781614403 140724781614403 140724781617103 0
[pid=13306/tid=13313] ppid=13304 vsize=26072752 memory=21801868 CPUtime=47.28 cores=0-7
/proc/13306/task/13313/stat : 13313 (java) S 13304 13304 13260 0 -1 1077944384 46993 0 0 0 4154 574 0 0 20 0 21 0 150083583 26698498048 5450467 33554432000 4194304 4196468 140724781605072 139899035609360 139899088262869 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 15 0 0 6293624 6294260 8421376 140724781614226 140724781614403 140724781614403 140724781617103 0
[pid=13306/tid=13314] ppid=13304 vsize=26072752 memory=932 CPUtime=47.27 cores=0-7
/proc/13306/task/13314/stat : 13314 (java) S 13304 13304 13260 0 -1 1077944384 89724 0 0 0 4191 536 0 0 20 0 21 0 150083583 26698498048 5450467 33554432000 4194304 4196468 140724781605072 139899034557072 139899088262869 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 14 0 0 6293624 6294260 8421376 140724781614226 140724781614403 140724781614403 140724781617103 0
[pid=13306/tid=13315] ppid=13304 vsize=26072752 memory=1572 CPUtime=47.32 cores=0-7
/proc/13306/task/13315/stat : 13315 (java) S 13304 13304 13260 0 -1 1077944384 102855 0 0 0 4210 522 0 0 20 0 21 0 150083583 26698498048 5450467 33554432000 4194304 4196468 140724781605072 139899033504272 139899088262869 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 15 0 0 6293624 6294260 8421376 140724781614226 140724781614403 140724781614403 140724781617103 0
[pid=13306/tid=13316] ppid=13304 vsize=26072752 memory=2200 CPUtime=10.1 cores=0-7
/proc/13306/task/13316/stat : 13316 (java) R 13304 13304 13260 0 -1 4202560 66732 0 0 0 983 27 0 0 20 0 21 0 150083584 26698498048 5450467 33554432000 4194304 4196468 140724781605072 139898282529984 139899073249064 0 0 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 8421376 140724781614226 140724781614403 140724781614403 140724781617103 0
[pid=13306/tid=13317] ppid=13304 vsize=26072752 memory=1384 CPUtime=0 cores=0-7
/proc/13306/task/13317/stat : 13317 (java) S 13304 13304 13260 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 21 0 150083585 26698498048 5450467 33554432000 4194304 4196468 140724781605072 139898281477472 139899088262869 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8421376 140724781614226 140724781614403 140724781614403 140724781617103 0
[pid=13306/tid=13318] ppid=13304 vsize=26072752 memory=21801868 CPUtime=0 cores=0-7
/proc/13306/task/13318/stat : 13318 (java) S 13304 13304 13260 0 -1 1077944384 129 0 0 0 0 0 0 0 20 0 21 0 150083585 26698498048 5450467 33554432000 4194304 4196468 140724781605072 139898280425088 139899088262869 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8421376 140724781614226 140724781614403 140724781614403 140724781617103 0
[pid=13306/tid=13319] ppid=13304 vsize=26072752 memory=33 CPUtime=0 cores=0-7
/proc/13306/task/13319/stat : 13319 (java) S 13304 13304 13260 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 150083587 26698498048 5450467 33554432000 4194304 4196468 140724781605072 139898279373392 139899088271259 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8421376 140724781614226 140724781614403 140724781614403 140724781617103 0
[pid=13306/tid=13320] ppid=13304 vsize=26072752 memory=-3252517613198930781 CPUtime=0.54 cores=0-7
/proc/13306/task/13320/stat : 13320 (java) S 13304 13304 13260 0 -1 1077944384 3819 0 0 0 53 1 0 0 20 0 21 0 150083587 26698498048 5450467 33554432000 4194304 4196468 140724781605072 139898278320288 139899088262869 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8421376 140724781614226 140724781614403 140724781614403 140724781617103 0
[pid=13306/tid=13321] ppid=13304 vsize=26072752 memory=-3040564339105353098 CPUtime=0.52 cores=0-7
/proc/13306/task/13321/stat : 13321 (java) S 13304 13304 13260 0 -1 1077944384 3117 0 0 0 52 0 0 0 20 0 21 0 150083587 26698498048 5450467 33554432000 4194304 4196468 140724781605072 139898277267200 139899088262869 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8421376 140724781614226 140724781614403 140724781614403 140724781617103 0
[pid=13306/tid=13322] ppid=13304 vsize=26072752 memory=1384 CPUtime=0.53 cores=0-7
/proc/13306/task/13322/stat : 13322 (java) S 13304 13304 13260 0 -1 1077944384 3332 0 0 0 52 1 0 0 20 0 21 0 150083587 26698498048 5450467 33554432000 4194304 4196468 140724781605072 139898276215200 139899088262869 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8421376 140724781614226 140724781614403 140724781614403 140724781617103 0
[pid=13306/tid=13323] ppid=13304 vsize=26072752 memory=21801868 CPUtime=0.35 cores=0-7
/proc/13306/task/13323/stat : 13323 (java) S 13304 13304 13260 0 -1 1077944384 4557 0 0 0 34 1 0 0 20 0 21 0 150083587 26698498048 5450467 33554432000 4194304 4196468 140724781605072 139898275162400 139899088262869 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8421376 140724781614226 140724781614403 140724781614403 140724781617103 0
[pid=13306/tid=13324] ppid=13304 vsize=26072752 memory=15262558084933483 CPUtime=0 cores=0-7
/proc/13306/task/13324/stat : 13324 (java) S 13304 13304 13260 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 150083587 26698498048 5450467 33554432000 4194304 4196468 140724781605072 139898274110304 139899088262869 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8421376 140724781614226 140724781614403 140724781614403 140724781617103 0
[pid=13306/tid=13325] ppid=13304 vsize=26072752 memory=6791534058613427641 CPUtime=0.11 cores=0-7
/proc/13306/task/13325/stat : 13325 (java) S 13304 13304 13260 0 -1 1077944384 820 0 0 0 5 6 0 0 20 0 21 0 150083588 26698498048 5450467 33554432000 4194304 4196468 140724781605072 139898273057584 139899088263810 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8421376 140724781614226 140724781614403 140724781614403 140724781617103 0
[pid=13306/tid=13355] ppid=13304 vsize=26072752 memory=41932 CPUtime=0 cores=0-7
/proc/13306/task/13355/stat : 13355 (java) S 13304 13304 13260 0 -1 1077944384 32 0 0 0 0 0 0 0 20 0 21 0 150105818 26698498048 5450467 33554432000 4194304 4196468 140724781605072 139898265051072 139899088262869 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8421376 140724781614226 140724781614403 140724781614403 140724781617103 0
Current children cumulated CPU time: 558.34 s
Current children cumulated vsize: 26082264 KiB
Current children cumulated memory: 21803252 KiB

[startup+226.801 s]
/proc/loadavg: 3.93 5.40 7.10 9/200 13355
/proc/meminfo: memFree=4306600/32770624 swapFree=67108860/67108860
[pid=13304] ppid=13301 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/13304/stat : 13304 (xcsp3-exec) S 13301 13304 13260 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 150083581 9740288 346 33554432000 4194304 5098028 140737166713264 140737166711368 139928054874748 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 40468480 140737166718052 140737166718263 140737166718263 140737166721003 0
/proc/13304/statm: 2378 346 289 221 0 87 0
[pid=13306] ppid=13304 vsize=26072752 memory=21801868 CPUtime=558.74 cores=0-7
/proc/13306/stat : 13306 (java) S 13304 13304 13260 0 -1 1077944320 647430 0 0 0 51470 4404 0 0 20 0 21 0 150083581 26698498048 5450467 33554432000 4194304 4196468 140724781605072 140724781587616 139899088252663 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 8421376 140724781614226 140724781614403 140724781614403 140724781617103 0
/proc/13306/statm: 6518188 5450467 3258 1 0 6505422 0
[pid=13306/tid=13307] ppid=13304 vsize=26072752 memory=1384 CPUtime=168.1 cores=0-7
/proc/13306/task/13307/stat : 13307 (java) S 13304 13304 13260 0 -1 1077944384 20626 0 0 0 16764 46 0 0 20 0 21 0 150083582 26698498048 5450467 33554432000 4194304 4196468 140724781605072 139899092493344 139899088262869 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8421376 140724781614226 140724781614403 140724781614403 140724781617103 0
[pid=13306/tid=13308] ppid=13304 vsize=26072752 memory=21801684 CPUtime=47.33 cores=0-7
/proc/13306/task/13308/stat : 13308 (java) S 13304 13304 13260 0 -1 1077944384 72139 0 0 0 4167 566 0 0 20 0 21 0 150083583 26698498048 5450467 33554432000 4194304 4196468 140724781605072 139899040873360 139899088262869 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 14 0 0 6293624 6294260 8421376 140724781614226 140724781614403 140724781614403 140724781617103 0
[pid=13306/tid=13309] ppid=13304 vsize=26072752 memory=4640516748312536686 CPUtime=47.39 cores=0-7
/proc/13306/task/13309/stat : 13309 (java) S 13304 13304 13260 0 -1 1077944384 111429 0 0 0 4245 494 0 0 20 0 21 0 150083583 26698498048 5450467 33554432000 4194304 4196468 140724781605072 139899039820560 139899088262869 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 16 0 0 6293624 6294260 8421376 140724781614226 140724781614403 140724781614403 140724781617103 0
[pid=13306/tid=13310] ppid=13304 vsize=26072752 memory=4640516748312536686 CPUtime=47.06 cores=0-7
/proc/13306/task/13310/stat : 13310 (java) S 13304 13304 13260 0 -1 1077944384 39308 0 0 0 4193 513 0 0 20 0 21 0 150083583 26698498048 5450467 33554432000 4194304 4196468 140724781605072 139899038768272 139899088262869 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 15 0 0 6293624 6294260 8421376 140724781614226 140724781614403 140724781614403 140724781617103 0
[pid=13306/tid=13311] ppid=13304 vsize=26072752 memory=7521689128923458917 CPUtime=47.11 cores=0-7
/proc/13306/task/13311/stat : 13311 (java) S 13304 13304 13260 0 -1 1077944384 40128 0 0 0 4116 595 0 0 20 0 21 0 150083583 26698498048 5450467 33554432000 4194304 4196468 140724781605072 139899037715472 139899088262869 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 12 0 0 6293624 6294260 8421376 140724781614226 140724781614403 140724781614403 140724781617103 0
[pid=13306/tid=13312] ppid=13304 vsize=26072752 memory=8328453600958622283 CPUtime=47.16 cores=0-7
/proc/13306/task/13312/stat : 13312 (java) S 13304 13304 13260 0 -1 1077944384 40390 0 0 0 4200 516 0 0 20 0 21 0 150083583 26698498048 5450467 33554432000 4194304 4196468 140724781605072 139899036662160 139899088262869 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 15 0 0 6293624 6294260 8421376 140724781614226 140724781614403 140724781614403 140724781617103 0
[pid=13306/tid=13313] ppid=13304 vsize=26072752 memory=-7521736447810188379 CPUtime=47.28 cores=0-7
/proc/13306/task/13313/stat : 13313 (java) S 13304 13304 13260 0 -1 1077944384 46993 0 0 0 4154 574 0 0 20 0 21 0 150083583 26698498048 5450467 33554432000 4194304 4196468 140724781605072 139899035609360 139899088262869 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 15 0 0 6293624 6294260 8421376 140724781614226 140724781614403 140724781614403 140724781617103 0
[pid=13306/tid=13314] ppid=13304 vsize=26072752 memory=6791534058613427641 CPUtime=47.27 cores=0-7
/proc/13306/task/13314/stat : 13314 (java) S 13304 13304 13260 0 -1 1077944384 89724 0 0 0 4191 536 0 0 20 0 21 0 150083583 26698498048 5450467 33554432000 4194304 4196468 140724781605072 139899034557072 139899088262869 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 14 0 0 6293624 6294260 8421376 140724781614226 140724781614403 140724781614403 140724781617103 0
[pid=13306/tid=13315] ppid=13304 vsize=26072752 memory=6791534058613427641 CPUtime=47.32 cores=0-7
/proc/13306/task/13315/stat : 13315 (java) S 13304 13304 13260 0 -1 1077944384 102855 0 0 0 4210 522 0 0 20 0 21 0 150083583 26698498048 5450467 33554432000 4194304 4196468 140724781605072 139899033504272 139899088262869 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 15 0 0 6293624 6294260 8421376 140724781614226 140724781614403 140724781614403 140724781617103 0
[pid=13306/tid=13316] ppid=13304 vsize=26072752 memory=8514726395715349656 CPUtime=10.5 cores=0-7
/proc/13306/task/13316/stat : 13316 (java) R 13304 13304 13260 0 -1 4202560 66732 0 0 0 1023 27 0 0 20 0 21 0 150083584 26698498048 5450467 33554432000 4194304 4196468 140724781605072 139898282529984 139899072710254 0 0 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 8421376 140724781614226 140724781614403 140724781614403 140724781617103 0
[pid=13306/tid=13317] ppid=13304 vsize=26072752 memory=-8634980985311628903 CPUtime=0 cores=0-7
/proc/13306/task/13317/stat : 13317 (java) S 13304 13304 13260 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 21 0 150083585 26698498048 5450467 33554432000 4194304 4196468 140724781605072 139898281477472 139899088262869 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8421376 140724781614226 140724781614403 140724781614403 140724781617103 0
[pid=13306/tid=13318] ppid=13304 vsize=26072752 memory=7100839878645619564 CPUtime=0 cores=0-7
/proc/13306/task/13318/stat : 13318 (java) S 13304 13304 13260 0 -1 1077944384 129 0 0 0 0 0 0 0 20 0 21 0 150083585 26698498048 5450467 33554432000 4194304 4196468 140724781605072 139898280425088 139899088262869 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8421376 140724781614226 140724781614403 140724781614403 140724781617103 0
[pid=13306/tid=13319] ppid=13304 vsize=26072752 memory=3047711553320166262 CPUtime=0 cores=0-7
/proc/13306/task/13319/stat : 13319 (java) S 13304 13304 13260 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 150083587 26698498048 5450467 33554432000 4194304 4196468 140724781605072 139898279373392 139899088271259 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8421376 140724781614226 140724781614403 140724781614403 140724781617103 0
[pid=13306/tid=13320] ppid=13304 vsize=26072752 memory=1384 CPUtime=0.54 cores=0-7
/proc/13306/task/13320/stat : 13320 (java) S 13304 13304 13260 0 -1 1077944384 3819 0 0 0 53 1 0 0 20 0 21 0 150083587 26698498048 5450467 33554432000 4194304 4196468 140724781605072 139898278320288 139899088262869 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8421376 140724781614226 140724781614403 140724781614403 140724781617103 0
[pid=13306/tid=13321] ppid=13304 vsize=26072752 memory=21801868 CPUtime=0.52 cores=0-7
/proc/13306/task/13321/stat : 13321 (java) S 13304 13304 13260 0 -1 1077944384 3117 0 0 0 52 0 0 0 20 0 21 0 150083587 26698498048 5450467 33554432000 4194304 4196468 140724781605072 139898277267200 139899088262869 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8421376 140724781614226 140724781614403 140724781614403 140724781617103 0
[pid=13306/tid=13322] ppid=13304 vsize=26072752 memory=15262558084933483 CPUtime=0.53 cores=0-7
/proc/13306/task/13322/stat : 13322 (java) S 13304 13304 13260 0 -1 1077944384 3332 0 0 0 52 1 0 0 20 0 21 0 150083587 26698498048 5450467 33554432000 4194304 4196468 140724781605072 139898276215200 139899088262869 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8421376 140724781614226 140724781614403 140724781614403 140724781617103 0
[pid=13306/tid=13323] ppid=13304 vsize=26072752 memory=6791534058613427641 CPUtime=0.35 cores=0-7
/proc/13306/task/13323/stat : 13323 (java) S 13304 13304 13260 0 -1 1077944384 4557 0 0 0 34 1 0 0 20 0 21 0 150083587 26698498048 5450467 33554432000 4194304 4196468 140724781605072 139898275162400 139899088262869 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8421376 140724781614226 140724781614403 140724781614403 140724781617103 0
[pid=13306/tid=13324] ppid=13304 vsize=26072752 memory=2236 CPUtime=0 cores=0-7
/proc/13306/task/13324/stat : 13324 (java) S 13304 13304 13260 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 150083587 26698498048 5450467 33554432000 4194304 4196468 140724781605072 139898274110304 139899088262869 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8421376 140724781614226 140724781614403 140724781614403 140724781617103 0
[pid=13306/tid=13325] ppid=13304 vsize=26072752 memory=4084 CPUtime=0.11 cores=0-7
/proc/13306/task/13325/stat : 13325 (java) S 13304 13304 13260 0 -1 1077944384 820 0 0 0 5 6 0 0 20 0 21 0 150083588 26698498048 5450467 33554432000 4194304 4196468 140724781605072 139898273057584 139899088263810 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8421376 140724781614226 140724781614403 140724781614403 140724781617103 0
[pid=13306/tid=13355] ppid=13304 vsize=26072752 memory=932 CPUtime=0 cores=0-7
/proc/13306/task/13355/stat : 13355 (java) S 13304 13304 13260 0 -1 1077944384 32 0 0 0 0 0 0 0 20 0 21 0 150105818 26698498048 5450467 33554432000 4194304 4196468 140724781605072 139898265051072 139899088262869 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8421376 140724781614226 140724781614403 140724781614403 140724781617103 0
Current children cumulated CPU time: 558.74 s
Current children cumulated vsize: 26082264 KiB
Current children cumulated memory: 21803252 KiB

[startup+227.201 s]
/proc/loadavg: 3.93 5.40 7.10 2/200 13355
/proc/meminfo: memFree=4306600/32770624 swapFree=67108860/67108860
[pid=13304] ppid=13301 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/13304/stat : 13304 (xcsp3-exec) S 13301 13304 13260 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 150083581 9740288 346 33554432000 4194304 5098028 140737166713264 140737166711368 139928054874748 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 40468480 140737166718052 140737166718263 140737166718263 140737166721003 0
/proc/13304/statm: 2378 346 289 221 0 87 0
[pid=13306] ppid=13304 vsize=26072752 memory=21801868 CPUtime=559.14 cores=0-7
/proc/13306/stat : 13306 (java) S 13304 13304 13260 0 -1 1077944320 648256 0 0 0 51510 4404 0 0 20 0 21 0 150083581 26698498048 5450467 33554432000 4194304 4196468 140724781605072 140724781587616 139899088252663 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 8421376 140724781614226 140724781614403 140724781614403 140724781617103 0
/proc/13306/statm: 6518188 5450467 3258 1 0 6505422 0
[pid=13306/tid=13307] ppid=13304 vsize=26072752 memory=1384 CPUtime=168.1 cores=0-7
/proc/13306/task/13307/stat : 13307 (java) S 13304 13304 13260 0 -1 1077944384 20626 0 0 0 16764 46 0 0 20 0 21 0 150083582 26698498048 5450467 33554432000 4194304 4196468 140724781605072 139899092493344 139899088262869 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8421376 140724781614226 140724781614403 140724781614403 140724781617103 0
[pid=13306/tid=13308] ppid=13304 vsize=26072752 memory=21801868 CPUtime=47.33 cores=0-7
/proc/13306/task/13308/stat : 13308 (java) S 13304 13304 13260 0 -1 1077944384 72139 0 0 0 4167 566 0 0 20 0 21 0 150083583 26698498048 5450467 33554432000 4194304 4196468 140724781605072 139899040873360 139899088262869 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 14 0 0 6293624 6294260 8421376 140724781614226 140724781614403 140724781614403 140724781617103 0
[pid=13306/tid=13309] ppid=13304 vsize=26072752 memory=1572 CPUtime=47.39 cores=0-7
/proc/13306/task/13309/stat : 13309 (java) S 13304 13304 13260 0 -1 1077944384 111429 0 0 0 4245 494 0 0 20 0 21 0 150083583 26698498048 5450467 33554432000 4194304 4196468 140724781605072 139899039820560 139899088262869 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 16 0 0 6293624 6294260 8421376 140724781614226 140724781614403 140724781614403 140724781617103 0
[pid=13306/tid=13310] ppid=13304 vsize=26072752 memory=-3622645143214314312 CPUtime=47.06 cores=0-7
/proc/13306/task/13310/stat : 13310 (java) S 13304 13304 13260 0 -1 1077944384 39308 0 0 0 4193 513 0 0 20 0 21 0 150083583 26698498048 5450467 33554432000 4194304 4196468 140724781605072 139899038768272 139899088262869 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 15 0 0 6293624 6294260 8421376 140724781614226 140724781614403 140724781614403 140724781617103 0
[pid=13306/tid=13311] ppid=13304 vsize=26072752 memory=21801840 CPUtime=47.11 cores=0-7
/proc/13306/task/13311/stat : 13311 (java) S 13304 13304 13260 0 -1 1077944384 40128 0 0 0 4116 595 0 0 20 0 21 0 150083583 26698498048 5450467 33554432000 4194304 4196468 140724781605072 139899037715472 139899088262869 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 12 0 0 6293624 6294260 8421376 140724781614226 140724781614403 140724781614403 140724781617103 0
[pid=13306/tid=13312] ppid=13304 vsize=26072752 memory=1792 CPUtime=47.16 cores=0-7
/proc/13306/task/13312/stat : 13312 (java) S 13304 13304 13260 0 -1 1077944384 40390 0 0 0 4200 516 0 0 20 0 21 0 150083583 26698498048 5450467 33554432000 4194304 4196468 140724781605072 139899036662160 139899088262869 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 15 0 0 6293624 6294260 8421376 140724781614226 140724781614403 140724781614403 140724781617103 0
[pid=13306/tid=13313] ppid=13304 vsize=26072752 memory=648 CPUtime=47.28 cores=0-7
/proc/13306/task/13313/stat : 13313 (java) S 13304 13304 13260 0 -1 1077944384 46993 0 0 0 4154 574 0 0 20 0 21 0 150083583 26698498048 5450467 33554432000 4194304 4196468 140724781605072 139899035609360 139899088262869 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 15 0 0 6293624 6294260 8421376 140724781614226 140724781614403 140724781614403 140724781617103 0
[pid=13306/tid=13314] ppid=13304 vsize=26072752 memory=6791534058613427641 CPUtime=47.27 cores=0-7
/proc/13306/task/13314/stat : 13314 (java) S 13304 13304 13260 0 -1 1077944384 89724 0 0 0 4191 536 0 0 20 0 21 0 150083583 26698498048 5450467 33554432000 4194304 4196468 140724781605072 139899034557072 139899088262869 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 14 0 0 6293624 6294260 8421376 140724781614226 140724781614403 140724781614403 140724781617103 0
[pid=13306/tid=13315] ppid=13304 vsize=26072752 memory=1384 CPUtime=47.32 cores=0-7
/proc/13306/task/13315/stat : 13315 (java) S 13304 13304 13260 0 -1 1077944384 102855 0 0 0 4210 522 0 0 20 0 21 0 150083583 26698498048 5450467 33554432000 4194304 4196468 140724781605072 139899033504272 139899088262869 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 15 0 0 6293624 6294260 8421376 140724781614226 140724781614403 140724781614403 140724781617103 0
[pid=13306/tid=13316] ppid=13304 vsize=26072752 memory=21801868 CPUtime=10.9 cores=0-7
/proc/13306/task/13316/stat : 13316 (java) R 13304 13304 13260 0 -1 4202560 67558 0 0 0 1063 27 0 0 20 0 21 0 150083584 26698498048 5450467 33554432000 4194304 4196468 140724781605072 139898282529872 139899066622843 0 0 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 8421376 140724781614226 140724781614403 140724781614403 140724781617103 0
[pid=13306/tid=13317] ppid=13304 vsize=26072752 memory=41932 CPUtime=0 cores=0-7
/proc/13306/task/13317/stat : 13317 (java) S 13304 13304 13260 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 21 0 150083585 26698498048 5450467 33554432000 4194304 4196468 140724781605072 139898281477472 139899088262869 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8421376 140724781614226 140724781614403 140724781614403 140724781617103 0
[pid=13306/tid=13318] ppid=13304 vsize=26072752 memory=4132 CPUtime=0 cores=0-7
/proc/13306/task/13318/stat : 13318 (java) S 13304 13304 13260 0 -1 1077944384 129 0 0 0 0 0 0 0 20 0 21 0 150083585 26698498048 5450467 33554432000 4194304 4196468 140724781605072 139898280425088 139899088262869 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8421376 140724781614226 140724781614403 140724781614403 140724781617103 0
[pid=13306/tid=13319] ppid=13304 vsize=26072752 memory=41932 CPUtime=0 cores=0-7
/proc/13306/task/13319/stat : 13319 (java) S 13304 13304 13260 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 150083587 26698498048 5450467 33554432000 4194304 4196468 140724781605072 139898279373392 139899088271259 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8421376 140724781614226 140724781614403 140724781614403 140724781617103 0
[pid=13306/tid=13320] ppid=13304 vsize=26072752 memory=2332 CPUtime=0.54 cores=0-7
/proc/13306/task/13320/stat : 13320 (java) S 13304 13304 13260 0 -1 1077944384 3819 0 0 0 53 1 0 0 20 0 21 0 150083587 26698498048 5450467 33554432000 4194304 4196468 140724781605072 139898278320288 139899088262869 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8421376 140724781614226 140724781614403 140724781614403 140724781617103 0
[pid=13306/tid=13321] ppid=13304 vsize=26072752 memory=1292 CPUtime=0.52 cores=0-7
/proc/13306/task/13321/stat : 13321 (java) S 13304 13304 13260 0 -1 1077944384 3117 0 0 0 52 0 0 0 20 0 21 0 150083587 26698498048 5450467 33554432000 4194304 4196468 140724781605072 139898277267200 139899088262869 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8421376 140724781614226 140724781614403 140724781614403 140724781617103 0
[pid=13306/tid=13322] ppid=13304 vsize=26072752 memory=1384 CPUtime=0.53 cores=0-7
/proc/13306/task/13322/stat : 13322 (java) S 13304 13304 13260 0 -1 1077944384 3332 0 0 0 52 1 0 0 20 0 21 0 150083587 26698498048 5450467 33554432000 4194304 4196468 140724781605072 139898276215200 139899088262869 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8421376 140724781614226 140724781614403 140724781614403 140724781617103 0
[pid=13306/tid=13323] ppid=13304 vsize=26072752 memory=6791534058613427641 CPUtime=0.35 cores=0-7
/proc/13306/task/13323/stat : 13323 (java) S 13304 13304 13260 0 -1 1077944384 4557 0 0 0 34 1 0 0 20 0 21 0 150083587 26698498048 5450467 33554432000 4194304 4196468 140724781605072 139898275162400 139899088262869 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8421376 140724781614226 140724781614403 140724781614403 140724781617103 0
[pid=13306/tid=13324] ppid=13304 vsize=26072752 memory=1384 CPUtime=0 cores=0-7
/proc/13306/task/13324/stat : 13324 (java) S 13304 13304 13260 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 150083587 26698498048 5450467 33554432000 4194304 4196468 140724781605072 139898274110304 139899088262869 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8421376 140724781614226 140724781614403 140724781614403 140724781617103 0
[pid=13306/tid=13325] ppid=13304 vsize=26072752 memory=21769784 CPUtime=0.11 cores=0-7
/proc/13306/task/13325/stat : 13325 (java) S 13304 13304 13260 0 -1 1077944384 820 0 0 0 5 6 0 0 20 0 21 0 150083588 26698498048 5450467 33554432000 4194304 4196468 140724781605072 139898273057584 139899088263810 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8421376 140724781614226 140724781614403 140724781614403 140724781617103 0
[pid=13306/tid=13355] ppid=13304 vsize=26072752 memory=10088 CPUtime=0 cores=0-7
/proc/13306/task/13355/stat : 13355 (java) S 13304 13304 13260 0 -1 1077944384 32 0 0 0 0 0 0 0 20 0 21 0 150105818 26698498048 5450467 33554432000 4194304 4196468 140724781605072 139898265051072 139899088262869 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8421376 140724781614226 140724781614403 140724781614403 140724781617103 0
Current children cumulated CPU time: 559.14 s
Current children cumulated vsize: 26082264 KiB
Current children cumulated memory: 21803252 KiB

[startup+227.301 s]
/proc/loadavg: 3.93 5.40 7.10 2/200 13355
/proc/meminfo: memFree=4306600/32770624 swapFree=67108860/67108860
[pid=13304] ppid=13301 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/13304/stat : 13304 (xcsp3-exec) S 13301 13304 13260 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 150083581 9740288 346 33554432000 4194304 5098028 140737166713264 140737166711368 139928054874748 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 40468480 140737166718052 140737166718263 140737166718263 140737166721003 0
/proc/13304/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): 227.395
CPU time (s): 559.353
CPU user time (s): 515.19
CPU system time (s): 44.1635
CPU usage (%): 245.983
Max. virtual memory (cumulated for all children) (KiB): 26082264
Max. memory (cumulated for all children) (KiB): 21803252

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 515.19
system time used= 44.1635
maximum resident set size= 21802060
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 648835
page faults= 0
swaps= 0
block input operations= 0
block output operations= 480
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 20182
involuntary context switches= 11277


# summary of solver processes directly reported to runsolver:
#   pid: 13304
#   total CPU time (s): 559.353
#   total CPU user time (s): 515.19
#   total CPU system time (s): 44.1635

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.60713 second user time and 2.24401 second system time

The end

Launcher Data

Begin job on node112 at 2017-08-19 20:58:19
IDJOB=4280299
IDBENCH=137919
IDSOLVER=2675
FILE ID=node112/4280299-1503169959
RUNJOBID= node112-1503169099-13287
PBS_JOBID= 20630837
Free space on /tmp= 61788 MiB

SOLVER NAME= choco-solver 4.0.5 par
BENCH NAME= XCSP17/BinPacking/BinPacking-tab-sw100/BinPacking-tab-sw100-15.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-4280299-1503169959/watcher-4280299-1503169959 -o /tmp/evaluation-result-4280299-1503169959/solver-4280299-1503169959 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node112-1503169099-13287 --watchdog 2580  ./xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 22000 -tdir HOME -seed 1754497625 HOME/instance-4280299-1503169959.xml

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

MD5SUM BENCH= afde4c54681b724bee939c95254967be
RANDOM SEED=1754497625

node112.alineos.net Linux 3.10.0-514.16.1.el7.x86_64 #1 SMP Wed Apr 12 15:04:24 UTC 2017

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.24
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.24
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.24
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.24
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        26132432 kB
MemAvailable:   31971448 kB
Buffers:          250608 kB
Cached:          5877936 kB
SwapCached:            0 kB
Active:          1165512 kB
Inactive:        5015716 kB
Active(anon):       4248 kB
Inactive(anon):    84388 kB
Active(file):    1161264 kB
Inactive(file):  4931328 kB
Unevictable:        7840 kB
Mlocked:            7840 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             75764 kB
Writeback:             0 kB
AnonPages:         59668 kB
Mapped:            51080 kB
Shmem:             33416 kB
Slab:             151336 kB
SReclaimable:     124516 kB
SUnreclaim:        26820 kB
KernelStack:        3280 kB
PageTables:         4596 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     332788 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:      4096 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116096 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 61780 MiB
End job on node112 at 2017-08-19 21:02:07