Trace number 4280301

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)? 516.10101 252.418

General information on the benchmark

NameBinPacking/BinPacking-tab-sw120/
BinPacking-tab-sw120-10.xml
MD5SUM67f07639019614dd1d008c87f8253383
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark1
Best CPU time to get the best result obtained on this benchmark679.95697
Satisfiable
(Un)Satisfiability was proved
Number of variables133
Number of constraints25
Number of domains2
Minimum domain size23
Maximum domain size46
Distribution of domain sizes[{"size":23,"count":1},{"size":46,"count":132}]
Minimum variable degree2
Maximum variable degree4
Distribution of variable degrees[{"degree":2,"count":1},{"degree":3,"count":110},{"degree":4,"count":22}]
Minimum constraint arity6
Maximum constraint arity132
Distribution of constraint arities[{"arity":6,"count":22},{"arity":23,"count":1},{"arity":132,"count":2}]
Number of extensional constraints22
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":22},{"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-4280301-1503170142.xml"  -tl '20160s' -p 8 -x 0
0.11/0.14	c [HOME/instance-4280301-1503170142.xml, -tl, 20160s, -p, 8, -x, 0]
0.11/0.20	c 8 solvers in parallel
0.33/0.26	c parse instance...
515.87/252.28	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
515.87/252.28		at org.chocosolver.solver.constraints.extension.nary.PropCompactTable.computeSupports(PropCompactTable.java:98)
515.87/252.28		at org.chocosolver.solver.constraints.extension.nary.PropCompactTable.<init>(PropCompactTable.java:61)
515.87/252.28		at org.chocosolver.solver.constraints.IIntConstraintFactory.table(IIntConstraintFactory.java:1867)
515.87/252.28		at org.chocosolver.solver.constraints.IIntConstraintFactory.table(IIntConstraintFactory.java:1823)
515.87/252.28		at org.chocosolver.parser.xcsp.XCSPParser.buildCtrExtension(XCSPParser.java:313)
515.87/252.28		at org.xcsp.parser.loaders.CtrLoaderInteger.extension(CtrLoaderInteger.java:413)
515.87/252.28		at org.xcsp.parser.loaders.CtrLoaderInteger.load(CtrLoaderInteger.java:130)
515.87/252.28		at org.xcsp.parser.XCallbacks.loadCtr(XCallbacks.java:457)
515.87/252.28		at org.xcsp.parser.XCallbacks.lambda$loadCtrs$346(XCallbacks.java:440)
515.87/252.28		at org.xcsp.parser.XCallbacks$$Lambda$70/1900164709.accept(Unknown Source)
515.87/252.28		at java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
515.87/252.28		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:580)
515.87/252.28		at org.xcsp.parser.XCallbacks.loadCtrs(XCallbacks.java:437)
515.87/252.28		at org.chocosolver.parser.xcsp.XCSPParser.loadGroup(XCSPParser.java:1406)
515.87/252.28		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:368)
515.87/252.28		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:353)
515.87/252.28		at org.xcsp.parser.XCallbacks.loadInstance(XCallbacks.java:260)
515.87/252.28		at org.chocosolver.parser.xcsp.XCSPParser.model(XCSPParser.java:88)
515.87/252.28		at org.chocosolver.parser.xcsp.XCSP.parse(XCSP.java:112)
515.87/252.28		at org.chocosolver.parser.xcsp.XCSP.buildModel(XCSP.java:99)
515.87/252.28		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:23)
515.87/252.28	s UNKNOWN
515.87/252.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 (12692 MiB free)
  memory of node 1: 16384 MiB (12128 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4280301-1503170142/watcher-4280301-1503170142 -o /tmp/evaluation-result-4280301-1503170142/solver-4280301-1503170142 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node148-1503164239-4277 --watchdog 2580 ./xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 22000 -tdir HOME -seed 329849751 HOME/instance-4280301-1503170142.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=4605, runsolver pid=4602

[startup+0.100158 s]*
/proc/loadavg: 7.40 8.07 8.19 2/200 4626
/proc/meminfo: memFree=25401548/32770624 swapFree=67108860/67108860
[pid=4605] ppid=4602 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/4605/stat : 4605 (xcsp3-exec) S 4602 4605 4250 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 150095129 9740288 346 33554432000 4194304 5098028 140737313878304 140737313876408 140631693570684 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 26087424 140737313887333 140737313887543 140737313887543 140737313890283 0
/proc/4605/statm: 2378 346 289 221 0 87 0
[pid=4607] ppid=4605 vsize=25999808 memory=26792 CPUtime=0.11 cores=0-7
/proc/4607/stat : 4607 (java) S 4605 4605 4250 0 -1 1077944320 5627 0 0 0 10 1 0 0 20 0 20 0 150095129 26623803392 6698 33554432000 4194304 4196468 140729034797152 140729034779696 140063572414199 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 20549632 140729034802322 140729034802499 140729034802499 140729034805199 0
/proc/4607/statm: 6499952 6698 2847 1 0 6488269 0
[pid=4607/tid=4608] ppid=4605 vsize=25999808 memory=4134692831991783777 CPUtime=0.09 cores=0-7
/proc/4607/task/4608/stat : 4608 (java) R 4605 4605 4250 0 -1 4202560 3642 0 0 0 8 1 0 0 20 0 20 0 150095129 26623803392 6698 33554432000 4194304 4196468 140729034797152 140063576646448 140063572426134 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 20549632 140729034802322 140729034802499 140729034802499 140729034805199 0
[pid=4607/tid=4609] ppid=4605 vsize=25999808 memory=4126316290023845779 CPUtime=0 cores=0-7
/proc/4607/task/4609/stat : 4609 (java) S 4605 4605 4250 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 150095130 26623803392 6698 33554432000 4194304 4196468 140729034797152 140063525034256 140063572424405 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20549632 140729034802322 140729034802499 140729034802499 140729034805199 0
[pid=4607/tid=4610] ppid=4605 vsize=25999808 memory=140016460203648 CPUtime=0 cores=0-7
/proc/4607/task/4610/stat : 4610 (java) S 4605 4605 4250 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 150095130 26623803392 6698 33554432000 4194304 4196468 140729034797152 140063523981712 140063572424405 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20549632 140729034802322 140729034802499 140729034802499 140729034805199 0
[pid=4607/tid=4611] ppid=4605 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/4607/task/4611/stat : 4611 (java) S 4605 4605 4250 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 150095130 26623803392 6698 33554432000 4194304 4196468 140729034797152 140063522929168 140063572424405 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20549632 140729034802322 140729034802499 140729034802499 140729034805199 0
[pid=4607/tid=4612] ppid=4605 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/4607/task/4612/stat : 4612 (java) S 4605 4605 4250 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 150095130 26623803392 6698 33554432000 4194304 4196468 140729034797152 140063521876624 140063572424405 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20549632 140729034802322 140729034802499 140729034802499 140729034805199 0
[pid=4607/tid=4613] ppid=4605 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/4607/task/4613/stat : 4613 (java) S 4605 4605 4250 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 150095130 26623803392 6698 33554432000 4194304 4196468 140729034797152 140063520824080 140063572424405 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20549632 140729034802322 140729034802499 140729034802499 140729034805199 0
[pid=4607/tid=4614] ppid=4605 vsize=25999808 memory=-1 CPUtime=0 cores=0-7
/proc/4607/task/4614/stat : 4614 (java) S 4605 4605 4250 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 150095130 26623803392 6698 33554432000 4194304 4196468 140729034797152 140063519771536 140063572424405 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20549632 140729034802322 140729034802499 140729034802499 140729034805199 0
[pid=4607/tid=4615] ppid=4605 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/4607/task/4615/stat : 4615 (java) S 4605 4605 4250 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 150095130 26623803392 6698 33554432000 4194304 4196468 140729034797152 140063518718992 140063572424405 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20549632 140729034802322 140729034802499 140729034802499 140729034805199 0
[pid=4607/tid=4616] ppid=4605 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/4607/task/4616/stat : 4616 (java) S 4605 4605 4250 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 150095130 26623803392 6698 33554432000 4194304 4196468 140729034797152 140063517666448 140063572424405 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20549632 140729034802322 140729034802499 140729034802499 140729034805199 0
[pid=4607/tid=4617] ppid=4605 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/4607/task/4617/stat : 4617 (java) S 4605 4605 4250 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 150095132 26623803392 6698 33554432000 4194304 4196468 140729034797152 140061777025008 140063572425346 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20549632 140729034802322 140729034802499 140729034802499 140729034805199 0
[pid=4607/tid=4618] ppid=4605 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/4607/task/4618/stat : 4618 (java) S 4605 4605 4250 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 150095132 26623803392 6698 33554432000 4194304 4196468 140729034797152 140061775971232 140063572424405 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20549632 140729034802322 140729034802499 140729034802499 140729034805199 0
[pid=4607/tid=4619] ppid=4605 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/4607/task/4619/stat : 4619 (java) S 4605 4605 4250 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 150095132 26623803392 6698 33554432000 4194304 4196468 140729034797152 140061774918640 140063572424405 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20549632 140729034802322 140729034802499 140729034802499 140729034805199 0
[pid=4607/tid=4620] ppid=4605 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/4607/task/4620/stat : 4620 (java) S 4605 4605 4250 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 150095135 26623803392 6698 33554432000 4194304 4196468 140729034797152 140061773867216 140063572432795 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20549632 140729034802322 140729034802499 140729034802499 140729034805199 0
[pid=4607/tid=4621] ppid=4605 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/4607/task/4621/stat : 4621 (java) S 4605 4605 4250 0 -1 1077944384 304 0 0 0 0 0 0 0 20 0 20 0 150095135 26623803392 6698 33554432000 4194304 4196468 140729034797152 140061772814832 140063572425346 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20549632 140729034802322 140729034802499 140729034802499 140729034805199 0
[pid=4607/tid=4622] ppid=4605 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/4607/task/4622/stat : 4622 (java) S 4605 4605 4250 0 -1 1077944384 123 0 0 0 0 0 0 0 20 0 20 0 150095135 26623803392 6698 33554432000 4194304 4196468 140729034797152 140061771762288 140063572425346 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20549632 140729034802322 140729034802499 140729034802499 140729034805199 0
[pid=4607/tid=4623] ppid=4605 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/4607/task/4623/stat : 4623 (java) S 4605 4605 4250 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 150095135 26623803392 6698 33554432000 4194304 4196468 140729034797152 140061770709744 140063572425346 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20549632 140729034802322 140729034802499 140729034802499 140729034805199 0
[pid=4607/tid=4624] ppid=4605 vsize=25999808 memory=0 CPUtime=0.01 cores=0-7
/proc/4607/task/4624/stat : 4624 (java) R 4605 4605 4250 0 -1 4202560 250 0 0 0 1 0 0 0 20 0 20 0 150095135 26623803392 6698 33554432000 4194304 4196468 140729034797152 140061299436400 140063572426134 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 20549632 140729034802322 140729034802499 140729034802499 140729034805199 0
[pid=4607/tid=4625] ppid=4605 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/4607/task/4625/stat : 4625 (java) S 4605 4605 4250 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 150095135 26623803392 6698 33554432000 4194304 4196468 140729034797152 140061298383072 140063572424405 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20549632 140729034802322 140729034802499 140729034802499 140729034805199 0
[pid=4607/tid=4626] ppid=4605 vsize=25999808 memory=-1 CPUtime=0 cores=0-7
/proc/4607/task/4626/stat : 4626 (java) S 4605 4605 4250 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 150095135 26623803392 6698 33554432000 4194304 4196468 140729034797152 140061297330608 140063572425346 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20549632 140729034802322 140729034802499 140729034802499 140729034805199 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 26009320 KiB
Current children cumulated memory: 28176 KiB

[startup+0.21009 s]*
/proc/loadavg: 7.40 8.07 8.19 2/200 4626
/proc/meminfo: memFree=25391624/32770624 swapFree=67108860/67108860
[pid=4605] ppid=4602 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/4605/stat : 4605 (xcsp3-exec) S 4602 4605 4250 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 150095129 9740288 346 33554432000 4194304 5098028 140737313878304 140737313876408 140631693570684 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 26087424 140737313887333 140737313887543 140737313887543 140737313890283 0
/proc/4605/statm: 2378 346 289 221 0 87 0
[pid=4607] ppid=4605 vsize=26004064 memory=38984 CPUtime=0.33 cores=0-7
/proc/4607/stat : 4607 (java) S 4605 4605 4250 0 -1 1077944320 8303 0 0 0 30 3 0 0 20 0 20 0 150095129 26628161536 9746 33554432000 4194304 4196468 140729034797152 140729034779696 140063572414199 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 20549632 140729034802322 140729034802499 140729034802499 140729034805199 0
/proc/4607/statm: 6501016 9746 3061 1 0 6488269 0
[pid=4607/tid=4608] ppid=4605 vsize=26004064 memory=8318255677412212789 CPUtime=0.2 cores=0-7
/proc/4607/task/4608/stat : 4608 (java) R 4605 4605 4250 0 -1 4202560 5427 0 0 0 18 2 0 0 20 0 20 0 150095129 26628161536 9746 33554432000 4194304 4196468 140729034797152 140063576635192 140063556494686 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 20549632 140729034802322 140729034802499 140729034802499 140729034805199 0
[pid=4607/tid=4609] ppid=4605 vsize=26004064 memory=330 CPUtime=0 cores=0-7
/proc/4607/task/4609/stat : 4609 (java) S 4605 4605 4250 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 150095130 26628161536 9746 33554432000 4194304 4196468 140729034797152 140063525034256 140063572424405 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20549632 140729034802322 140729034802499 140729034802499 140729034805199 0
[pid=4607/tid=4610] ppid=4605 vsize=26004064 memory=288370392611915392 CPUtime=0 cores=0-7
/proc/4607/task/4610/stat : 4610 (java) S 4605 4605 4250 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 150095130 26628161536 9746 33554432000 4194304 4196468 140729034797152 140063523981712 140063572424405 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20549632 140729034802322 140729034802499 140729034802499 140729034805199 0
[pid=4607/tid=4611] ppid=4605 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/4607/task/4611/stat : 4611 (java) S 4605 4605 4250 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 150095130 26628161536 9746 33554432000 4194304 4196468 140729034797152 140063522929168 140063572424405 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20549632 140729034802322 140729034802499 140729034802499 140729034805199 0
[pid=4607/tid=4612] ppid=4605 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/4607/task/4612/stat : 4612 (java) S 4605 4605 4250 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 150095130 26628161536 9746 33554432000 4194304 4196468 140729034797152 140063521876624 140063572424405 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20549632 140729034802322 140729034802499 140729034802499 140729034805199 0
[pid=4607/tid=4613] ppid=4605 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/4607/task/4613/stat : 4613 (java) S 4605 4605 4250 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 150095130 26628161536 9746 33554432000 4194304 4196468 140729034797152 140063520824080 140063572424405 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20549632 140729034802322 140729034802499 140729034802499 140729034805199 0
[pid=4607/tid=4614] ppid=4605 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/4607/task/4614/stat : 4614 (java) S 4605 4605 4250 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 150095130 26628161536 9746 33554432000 4194304 4196468 140729034797152 140063519771536 140063572424405 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20549632 140729034802322 140729034802499 140729034802499 140729034805199 0
[pid=4607/tid=4615] ppid=4605 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/4607/task/4615/stat : 4615 (java) S 4605 4605 4250 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 150095130 26628161536 9746 33554432000 4194304 4196468 140729034797152 140063518718992 140063572424405 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20549632 140729034802322 140729034802499 140729034802499 140729034805199 0
[pid=4607/tid=4616] ppid=4605 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/4607/task/4616/stat : 4616 (java) S 4605 4605 4250 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 150095130 26628161536 9746 33554432000 4194304 4196468 140729034797152 140063517666448 140063572424405 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20549632 140729034802322 140729034802499 140729034802499 140729034805199 0
[pid=4607/tid=4617] ppid=4605 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/4607/task/4617/stat : 4617 (java) S 4605 4605 4250 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 150095132 26628161536 9746 33554432000 4194304 4196468 140729034797152 140061777025008 140063572425346 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20549632 140729034802322 140729034802499 140729034802499 140729034805199 0
[pid=4607/tid=4618] ppid=4605 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/4607/task/4618/stat : 4618 (java) S 4605 4605 4250 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 150095132 26628161536 9746 33554432000 4194304 4196468 140729034797152 140061775971232 140063572424405 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20549632 140729034802322 140729034802499 140729034802499 140729034805199 0
[pid=4607/tid=4619] ppid=4605 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/4607/task/4619/stat : 4619 (java) S 4605 4605 4250 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 150095132 26628161536 9746 33554432000 4194304 4196468 140729034797152 140061774918640 140063572424405 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20549632 140729034802322 140729034802499 140729034802499 140729034805199 0
[pid=4607/tid=4620] ppid=4605 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/4607/task/4620/stat : 4620 (java) S 4605 4605 4250 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 150095135 26628161536 9746 33554432000 4194304 4196468 140729034797152 140061773867216 140063572432795 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20549632 140729034802322 140729034802499 140729034802499 140729034805199 0
[pid=4607/tid=4621] ppid=4605 vsize=26004064 memory=0 CPUtime=0.02 cores=0-7
/proc/4607/task/4621/stat : 4621 (java) S 4605 4605 4250 0 -1 1077944384 457 0 0 0 2 0 0 0 20 0 20 0 150095135 26628161536 9746 33554432000 4194304 4196468 140729034797152 140061772814832 140063572425346 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20549632 140729034802322 140729034802499 140729034802499 140729034805199 0
[pid=4607/tid=4622] ppid=4605 vsize=26004064 memory=0 CPUtime=0.01 cores=0-7
/proc/4607/task/4622/stat : 4622 (java) S 4605 4605 4250 0 -1 1077944384 212 0 0 0 1 0 0 0 20 0 20 0 150095135 26628161536 9746 33554432000 4194304 4196468 140729034797152 140061771762288 140063572425346 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20549632 140729034802322 140729034802499 140729034802499 140729034805199 0
[pid=4607/tid=4623] ppid=4605 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/4607/task/4623/stat : 4623 (java) S 4605 4605 4250 0 -1 1077944384 170 0 0 0 0 0 0 0 20 0 20 0 150095135 26628161536 9746 33554432000 4194304 4196468 140729034797152 140061770709744 140063572425346 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20549632 140729034802322 140729034802499 140729034802499 140729034805199 0
[pid=4607/tid=4624] ppid=4605 vsize=26004064 memory=-1 CPUtime=0.07 cores=0-7
/proc/4607/task/4624/stat : 4624 (java) R 4605 4605 4250 0 -1 4202560 728 0 0 0 7 0 0 0 20 0 20 0 150095135 26628161536 9746 33554432000 4194304 4196468 140729034797152 140061299436400 140063551399424 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 20549632 140729034802322 140729034802499 140729034802499 140729034805199 0
[pid=4607/tid=4625] ppid=4605 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/4607/task/4625/stat : 4625 (java) S 4605 4605 4250 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 150095135 26628161536 9746 33554432000 4194304 4196468 140729034797152 140061298383072 140063572424405 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20549632 140729034802322 140729034802499 140729034802499 140729034805199 0
[pid=4607/tid=4626] ppid=4605 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/4607/task/4626/stat : 4626 (java) S 4605 4605 4250 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 150095135 26628161536 9746 33554432000 4194304 4196468 140729034797152 140061297330608 140063572425346 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20549632 140729034802322 140729034802499 140729034802499 140729034805199 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 26013576 KiB
Current children cumulated memory: 40368 KiB

[startup+0.309513 s]*
/proc/loadavg: 7.40 8.07 8.19 3/200 4626
/proc/meminfo: memFree=25385296/32770624 swapFree=67108860/67108860
[pid=4605] ppid=4602 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/4605/stat : 4605 (xcsp3-exec) S 4602 4605 4250 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 150095129 9740288 346 33554432000 4194304 5098028 140737313878304 140737313876408 140631693570684 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 26087424 140737313887333 140737313887543 140737313887543 140737313890283 0
/proc/4605/statm: 2378 346 289 221 0 87 0
[pid=4607] ppid=4605 vsize=26004064 memory=45408 CPUtime=0.48 cores=0-7
/proc/4607/stat : 4607 (java) S 4605 4605 4250 0 -1 1077944320 9037 0 0 0 45 3 0 0 20 0 20 0 150095129 26628161536 11352 33554432000 4194304 4196468 140729034797152 140729034779696 140063572414199 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 20549632 140729034802322 140729034802499 140729034802499 140729034805199 0
/proc/4607/statm: 6501016 11352 3095 1 0 6488269 0
[pid=4607/tid=4608] ppid=4605 vsize=26004064 memory=8112282956445269571 CPUtime=0.29 cores=0-7
/proc/4607/task/4608/stat : 4608 (java) R 4605 4605 4250 0 -1 4202560 6093 0 0 0 27 2 0 0 20 0 20 0 150095129 26628161536 11352 33554432000 4194304 4196468 140729034797152 140063576647968 140063572436125 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 20549632 140729034802322 140729034802499 140729034802499 140729034805199 0
[pid=4607/tid=4609] ppid=4605 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/4607/task/4609/stat : 4609 (java) S 4605 4605 4250 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 150095130 26628161536 11352 33554432000 4194304 4196468 140729034797152 140063525034256 140063572424405 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20549632 140729034802322 140729034802499 140729034802499 140729034805199 0
[pid=4607/tid=4610] ppid=4605 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/4607/task/4610/stat : 4610 (java) S 4605 4605 4250 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 150095130 26628161536 11352 33554432000 4194304 4196468 140729034797152 140063523981712 140063572424405 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20549632 140729034802322 140729034802499 140729034802499 140729034805199 0
[pid=4607/tid=4611] ppid=4605 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/4607/task/4611/stat : 4611 (java) S 4605 4605 4250 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 150095130 26628161536 11352 33554432000 4194304 4196468 140729034797152 140063522929168 140063572424405 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20549632 140729034802322 140729034802499 140729034802499 140729034805199 0
[pid=4607/tid=4612] ppid=4605 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/4607/task/4612/stat : 4612 (java) S 4605 4605 4250 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 150095130 26628161536 11352 33554432000 4194304 4196468 140729034797152 140063521876624 140063572424405 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20549632 140729034802322 140729034802499 140729034802499 140729034805199 0
[pid=4607/tid=4613] ppid=4605 vsize=26004064 memory=2244 CPUtime=0 cores=0-7
/proc/4607/task/4613/stat : 4613 (java) S 4605 4605 4250 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 150095130 26628161536 11352 33554432000 4194304 4196468 140729034797152 140063520824080 140063572424405 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20549632 140729034802322 140729034802499 140729034802499 140729034805199 0
[pid=4607/tid=4614] ppid=4605 vsize=26004064 memory=140016336597935 CPUtime=0 cores=0-7
/proc/4607/task/4614/stat : 4614 (java) S 4605 4605 4250 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 150095130 26628161536 11352 33554432000 4194304 4196468 140729034797152 140063519771536 140063572424405 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20549632 140729034802322 140729034802499 140729034802499 140729034805199 0
[pid=4607/tid=4615] ppid=4605 vsize=26004064 memory=140016336600240 CPUtime=0 cores=0-7
/proc/4607/task/4615/stat : 4615 (java) S 4605 4605 4250 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 150095130 26628161536 11352 33554432000 4194304 4196468 140729034797152 140063518718992 140063572424405 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20549632 140729034802322 140729034802499 140729034802499 140729034805199 0
[pid=4607/tid=4616] ppid=4605 vsize=26004064 memory=140016336602544 CPUtime=0 cores=0-7
/proc/4607/task/4616/stat : 4616 (java) S 4605 4605 4250 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 150095130 26628161536 11352 33554432000 4194304 4196468 140729034797152 140063517666448 140063572424405 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20549632 140729034802322 140729034802499 140729034802499 140729034805199 0
[pid=4607/tid=4617] ppid=4605 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/4607/task/4617/stat : 4617 (java) S 4605 4605 4250 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 150095132 26628161536 11352 33554432000 4194304 4196468 140729034797152 140061777025008 140063572425346 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20549632 140729034802322 140729034802499 140729034802499 140729034805199 0
[pid=4607/tid=4618] ppid=4605 vsize=26004064 memory=280032673212048 CPUtime=0 cores=0-7
/proc/4607/task/4618/stat : 4618 (java) S 4605 4605 4250 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 150095132 26628161536 11352 33554432000 4194304 4196468 140729034797152 140061775971232 140063572424405 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20549632 140729034802322 140729034802499 140729034802499 140729034805199 0
[pid=4607/tid=4619] ppid=4605 vsize=26004064 memory=280032673218960 CPUtime=0 cores=0-7
/proc/4607/task/4619/stat : 4619 (java) S 4605 4605 4250 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 150095132 26628161536 11352 33554432000 4194304 4196468 140729034797152 140061774918640 140063572424405 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20549632 140729034802322 140729034802499 140729034802499 140729034805199 0
[pid=4607/tid=4620] ppid=4605 vsize=26004064 memory=280032673160240 CPUtime=0 cores=0-7
/proc/4607/task/4620/stat : 4620 (java) S 4605 4605 4250 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 150095135 26628161536 11352 33554432000 4194304 4196468 140729034797152 140061773867216 140063572432795 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20549632 140729034802322 140729034802499 140729034802499 140729034805199 0
[pid=4607/tid=4621] ppid=4605 vsize=26004064 memory=280032673232784 CPUtime=0.02 cores=0-7
/proc/4607/task/4621/stat : 4621 (java) R 4605 4605 4250 0 -1 4202560 464 0 0 0 2 0 0 0 20 0 20 0 150095135 26628161536 11352 33554432000 4194304 4196468 140729034797152 140061772814832 140063565399241 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 20549632 140729034802322 140729034802499 140729034802499 140729034805199 0
[pid=4607/tid=4622] ppid=4605 vsize=26004064 memory=280032673239696 CPUtime=0.02 cores=0-7
/proc/4607/task/4622/stat : 4622 (java) S 4605 4605 4250 0 -1 1077944384 220 0 0 0 2 0 0 0 20 0 20 0 150095135 26628161536 11352 33554432000 4194304 4196468 140729034797152 140061771762288 140063572425346 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20549632 140729034802322 140729034802499 140729034802499 140729034805199 0
[pid=4607/tid=4623] ppid=4605 vsize=26004064 memory=280032673237392 CPUtime=0.01 cores=0-7
/proc/4607/task/4623/stat : 4623 (java) R 4605 4605 4250 0 -1 4202560 171 0 0 0 1 0 0 0 20 0 20 0 150095135 26628161536 11352 33554432000 4194304 4196468 140729034797152 140061770709744 140063556406195 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 20549632 140729034802322 140729034802499 140729034802499 140729034805199 0
[pid=4607/tid=4624] ppid=4605 vsize=26004064 memory=280032673253552 CPUtime=0.11 cores=0-7
/proc/4607/task/4624/stat : 4624 (java) S 4605 4605 4250 0 -1 1077944384 779 0 0 0 11 0 0 0 20 0 20 0 150095135 26628161536 11352 33554432000 4194304 4196468 140729034797152 140061299436400 140063572425346 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20549632 140729034802322 140729034802499 140729034802499 140729034805199 0
[pid=4607/tid=4625] ppid=4605 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/4607/task/4625/stat : 4625 (java) S 4605 4605 4250 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 150095135 26628161536 11352 33554432000 4194304 4196468 140729034797152 140061298383072 140063572424405 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20549632 140729034802322 140729034802499 140729034802499 140729034805199 0
[pid=4607/tid=4626] ppid=4605 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/4607/task/4626/stat : 4626 (java) S 4605 4605 4250 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 150095135 26628161536 11352 33554432000 4194304 4196468 140729034797152 140061297330608 140063572425346 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20549632 140729034802322 140729034802499 140729034802499 140729034805199 0
Current children cumulated CPU time: 0.48 s
Current children cumulated vsize: 26013576 KiB
Current children cumulated memory: 46792 KiB

[startup+0.700971 s]
/proc/loadavg: 7.40 8.07 8.19 9/200 4626
/proc/meminfo: memFree=25174268/32770624 swapFree=67108860/67108860
[pid=4605] ppid=4602 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/4605/stat : 4605 (xcsp3-exec) S 4602 4605 4250 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 150095129 9740288 346 33554432000 4194304 5098028 140737313878304 140737313876408 140631693570684 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 26087424 140737313887333 140737313887543 140737313887543 140737313890283 0
/proc/4605/statm: 2378 346 289 221 0 87 0
[pid=4607] ppid=4605 vsize=26004140 memory=379780 CPUtime=1.63 cores=0-7
/proc/4607/stat : 4607 (java) S 4605 4605 4250 0 -1 1077944320 11941 0 0 0 114 49 0 0 20 0 20 0 150095129 26628239360 94945 33554432000 4194304 4196468 140729034797152 140729034779696 140063572414199 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 20549632 140729034802322 140729034802499 140729034802499 140729034805199 0
/proc/4607/statm: 6501035 94945 3190 1 0 6488269 0
[pid=4607/tid=4608] ppid=4605 vsize=26004140 memory=280032673611440 CPUtime=0.59 cores=0-7
/proc/4607/task/4608/stat : 4608 (java) S 4605 4605 4250 0 -1 1077944384 6437 0 0 0 53 6 0 0 20 0 20 0 150095129 26628239360 94945 33554432000 4194304 4196468 140729034797152 140063576651664 140063572424405 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20549632 140729034802322 140729034802499 140729034802499 140729034805199 0
[pid=4607/tid=4609] ppid=4605 vsize=26004140 memory=140016336806768 CPUtime=0.07 cores=0-7
/proc/4607/task/4609/stat : 4609 (java) R 4605 4605 4250 0 -1 4202560 83 0 0 0 2 5 0 0 20 0 20 0 150095130 26628239360 94945 33554432000 4194304 4196468 140729034797152 140063525034256 140063565516916 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 20549632 140729034802322 140729034802499 140729034802499 140729034805199 0
[pid=4607/tid=4610] ppid=4605 vsize=26004140 memory=0 CPUtime=0.06 cores=0-7
/proc/4607/task/4610/stat : 4610 (java) R 4605 4605 4250 0 -1 4202560 86 0 0 0 1 5 0 0 20 0 20 0 150095130 26628239360 94945 33554432000 4194304 4196468 140729034797152 140063523981712 140063565516916 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 20549632 140729034802322 140729034802499 140729034802499 140729034805199 0
[pid=4607/tid=4611] ppid=4605 vsize=26004140 memory=1204 CPUtime=0.06 cores=0-7
/proc/4607/task/4611/stat : 4611 (java) R 4605 4605 4250 0 -1 4202560 79 0 0 0 2 4 0 0 20 0 20 0 150095130 26628239360 94945 33554432000 4194304 4196468 140729034797152 140063522929288 140063565516916 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 20549632 140729034802322 140729034802499 140729034802499 140729034805199 0

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

[pid=4605] ppid=4602 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/4605/stat : 4605 (xcsp3-exec) S 4602 4605 4250 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 150095129 9740288 346 33554432000 4194304 5098028 140737313878304 140737313876408 140631693570684 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 26087424 140737313887333 140737313887543 140737313887543 140737313890283 0
/proc/4605/statm: 2378 346 289 221 0 87 0
[pid=4607] ppid=4605 vsize=26006188 memory=20557044 CPUtime=499.8 cores=0-7
/proc/4607/stat : 4607 (java) S 4605 4605 4250 0 -1 1077944320 1373540 0 0 0 46765 3215 0 0 20 0 20 0 150095129 26630336512 5139261 33554432000 4194304 4196468 140729034797152 140729034779696 140063572414199 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 20549632 140729034802322 140729034802499 140729034802499 140729034805199 0
/proc/4607/statm: 6501547 5139261 3257 1 0 6488781 0
[pid=4607/tid=4608] ppid=4605 vsize=26006188 memory=1228 CPUtime=203.67 cores=0-7
/proc/4607/task/4608/stat : 4608 (java) S 4605 4605 4250 0 -1 1077944384 169630 0 0 0 20277 90 0 0 20 0 20 0 150095129 26630336512 5139261 33554432000 4194304 4196468 140729034797152 140063576652400 140063572424405 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20549632 140729034802322 140729034802499 140729034802499 140729034805199 0
[pid=4607/tid=4609] ppid=4605 vsize=26006188 memory=1952 CPUtime=35.48 cores=0-7
/proc/4607/task/4609/stat : 4609 (java) R 4605 4605 4250 0 -1 4202560 78767 0 0 0 3184 364 0 0 20 0 20 0 150095130 26630336512 5139261 33554432000 4194304 4196468 140729034797152 140063525033840 140063565042407 0 4 0 16800975 0 0 0 -1 6 0 0 18 0 0 6293624 6294260 20549632 140729034802322 140729034802499 140729034802499 140729034805199 0
[pid=4607/tid=4610] ppid=4605 vsize=26006188 memory=5796 CPUtime=35.32 cores=0-7
/proc/4607/task/4610/stat : 4610 (java) R 4605 4605 4250 0 -1 4202560 82590 0 0 0 3132 400 0 0 20 0 20 0 150095130 26630336512 5139261 33554432000 4194304 4196468 140729034797152 140063523981712 140063557365296 0 4 0 16800975 0 0 0 -1 2 0 0 8 0 0 6293624 6294260 20549632 140729034802322 140729034802499 140729034802499 140729034805199 0
[pid=4607/tid=4611] ppid=4605 vsize=26006188 memory=4616 CPUtime=35.54 cores=0-7
/proc/4607/task/4611/stat : 4611 (java) R 4605 4605 4250 0 -1 4202560 134226 0 0 0 3158 396 0 0 20 0 20 0 150095130 26630336512 5139261 33554432000 4194304 4196468 140729034797152 140063522929168 140063557111985 0 4 0 16800975 0 0 0 -1 5 0 0 8 0 0 6293624 6294260 20549632 140729034802322 140729034802499 140729034802499 140729034805199 0
[pid=4607/tid=4612] ppid=4605 vsize=26006188 memory=8620 CPUtime=35.49 cores=0-7
/proc/4607/task/4612/stat : 4612 (java) R 4605 4605 4250 0 -1 4202560 285990 0 0 0 3145 404 0 0 20 0 20 0 150095130 26630336512 5139261 33554432000 4194304 4196468 140729034797152 140063521876624 140063557111838 0 4 0 16800975 0 0 0 -1 1 0 0 12 0 0 6293624 6294260 20549632 140729034802322 140729034802499 140729034802499 140729034805199 0
[pid=4607/tid=4613] ppid=4605 vsize=26006188 memory=1384 CPUtime=35.5 cores=0-7
/proc/4607/task/4613/stat : 4613 (java) R 4605 4605 4250 0 -1 4202560 83881 0 0 0 3179 371 0 0 20 0 20 0 150095130 26630336512 5139261 33554432000 4194304 4196468 140729034797152 140063520824080 140063557111838 0 4 0 16800975 0 0 0 -1 3 0 0 10 0 0 6293624 6294260 20549632 140729034802322 140729034802499 140729034802499 140729034805199 0
[pid=4607/tid=4614] ppid=4605 vsize=26006188 memory=20557008 CPUtime=35.51 cores=0-7
/proc/4607/task/4614/stat : 4614 (java) R 4605 4605 4250 0 -1 4202560 84893 0 0 0 3157 394 0 0 20 0 20 0 150095130 26630336512 5139261 33554432000 4194304 4196468 140729034797152 140063519771736 140063557111812 0 4 0 16800975 0 0 0 -1 7 0 0 11 0 0 6293624 6294260 20549632 140729034802322 140729034802499 140729034802499 140729034805199 0
[pid=4607/tid=4615] ppid=4605 vsize=26006188 memory=1384 CPUtime=35.7 cores=0-7
/proc/4607/task/4615/stat : 4615 (java) R 4605 4605 4250 0 -1 4202560 295600 0 0 0 3170 400 0 0 20 0 20 0 150095130 26630336512 5139261 33554432000 4194304 4196468 140729034797152 140063518719192 140063557111838 0 4 0 16800975 0 0 0 -1 0 0 0 13 0 0 6293624 6294260 20549632 140729034802322 140729034802499 140729034802499 140729034805199 0
[pid=4607/tid=4616] ppid=4605 vsize=26006188 memory=1292 CPUtime=35.56 cores=0-7
/proc/4607/task/4616/stat : 4616 (java) R 4605 4605 4250 0 -1 4202560 55519 0 0 0 3199 357 0 0 20 0 20 0 150095130 26630336512 5139261 33554432000 4194304 4196468 140729034797152 140063517666648 140063557365208 0 4 0 16800975 0 0 0 -1 4 0 0 12 0 0 6293624 6294260 20549632 140729034802322 140729034802499 140729034802499 140729034805199 0
[pid=4607/tid=4617] ppid=4605 vsize=26006188 memory=1728 CPUtime=9.78 cores=0-7
/proc/4607/task/4617/stat : 4617 (java) S 4605 4605 4250 0 -1 1077944384 84981 0 0 0 954 24 0 0 20 0 20 0 150095132 26630336512 5139261 33554432000 4194304 4196468 140729034797152 140061777023328 140063572424405 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20549632 140729034802322 140729034802499 140729034802499 140729034805199 0
[pid=4607/tid=4618] ppid=4605 vsize=26006188 memory=12136 CPUtime=0 cores=0-7
/proc/4607/task/4618/stat : 4618 (java) S 4605 4605 4250 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 20 0 150095132 26630336512 5139261 33554432000 4194304 4196468 140729034797152 140061775971296 140063572424405 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20549632 140729034802322 140729034802499 140729034802499 140729034805199 0
[pid=4607/tid=4619] ppid=4605 vsize=26006188 memory=8112282956445269571 CPUtime=0 cores=0-7
/proc/4607/task/4619/stat : 4619 (java) S 4605 4605 4250 0 -1 1077944384 86 0 0 0 0 0 0 0 20 0 20 0 150095132 26630336512 5139261 33554432000 4194304 4196468 140729034797152 140061774918656 140063572424405 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20549632 140729034802322 140729034802499 140729034802499 140729034805199 0
[pid=4607/tid=4620] ppid=4605 vsize=26006188 memory=42180 CPUtime=0 cores=0-7
/proc/4607/task/4620/stat : 4620 (java) S 4605 4605 4250 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 150095135 26630336512 5139261 33554432000 4194304 4196468 140729034797152 140061773867216 140063572432795 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20549632 140729034802322 140729034802499 140729034802499 140729034805199 0
[pid=4607/tid=4621] ppid=4605 vsize=26006188 memory=2428 CPUtime=0.6 cores=0-7
/proc/4607/task/4621/stat : 4621 (java) S 4605 4605 4250 0 -1 1077944384 4414 0 0 0 59 1 0 0 20 0 20 0 150095135 26630336512 5139261 33554432000 4194304 4196468 140729034797152 140061772814832 140063572425346 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20549632 140729034802322 140729034802499 140729034802499 140729034805199 0
[pid=4607/tid=4622] ppid=4605 vsize=26006188 memory=1292 CPUtime=0.55 cores=0-7
/proc/4607/task/4622/stat : 4622 (java) S 4605 4605 4250 0 -1 1077944384 3003 0 0 0 55 0 0 0 20 0 20 0 150095135 26630336512 5139261 33554432000 4194304 4196468 140729034797152 140061771762288 140063572425346 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20549632 140729034802322 140729034802499 140729034802499 140729034805199 0
[pid=4607/tid=4623] ppid=4605 vsize=26006188 memory=1440 CPUtime=0.49 cores=0-7
/proc/4607/task/4623/stat : 4623 (java) S 4605 4605 4250 0 -1 1077944384 3504 0 0 0 48 1 0 0 20 0 20 0 150095135 26630336512 5139261 33554432000 4194304 4196468 140729034797152 140061770709744 140063572425346 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20549632 140729034802322 140729034802499 140729034802499 140729034805199 0
[pid=4607/tid=4624] ppid=4605 vsize=26006188 memory=15880 CPUtime=0.36 cores=0-7
/proc/4607/task/4624/stat : 4624 (java) S 4605 4605 4250 0 -1 1077944384 4320 0 0 0 35 1 0 0 20 0 20 0 150095135 26630336512 5139261 33554432000 4194304 4196468 140729034797152 140061299436400 140063572425346 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20549632 140729034802322 140729034802499 140729034802499 140729034805199 0
[pid=4607/tid=4625] ppid=4605 vsize=26006188 memory=16432 CPUtime=0 cores=0-7
/proc/4607/task/4625/stat : 4625 (java) S 4605 4605 4250 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 150095135 26630336512 5139261 33554432000 4194304 4196468 140729034797152 140061298383072 140063572424405 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20549632 140729034802322 140729034802499 140729034802499 140729034805199 0
[pid=4607/tid=4626] ppid=4605 vsize=26006188 memory=24032 CPUtime=0.11 cores=0-7
/proc/4607/task/4626/stat : 4626 (java) S 4605 4605 4250 0 -1 1077944384 847 0 0 0 5 6 0 0 20 0 20 0 150095135 26630336512 5139261 33554432000 4194304 4196468 140729034797152 140061297330608 140063572425346 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20549632 140729034802322 140729034802499 140729034802499 140729034805199 0
Current children cumulated CPU time: 499.8 s
Current children cumulated vsize: 26015700 KiB
Current children cumulated memory: 20558428 KiB

[startup+251.201 s]
/proc/loadavg: 2.40 4.50 6.65 9/199 4626
/proc/meminfo: memFree=4833120/32770624 swapFree=67108860/67108860
[pid=4605] ppid=4602 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/4605/stat : 4605 (xcsp3-exec) S 4602 4605 4250 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 150095129 9740288 346 33554432000 4194304 5098028 140737313878304 140737313876408 140631693570684 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 26087424 140737313887333 140737313887543 140737313887543 140737313890283 0
/proc/4605/statm: 2378 346 289 221 0 87 0
[pid=4607] ppid=4605 vsize=26006188 memory=20557044 CPUtime=509.93 cores=0-7
/proc/4607/stat : 4607 (java) S 4605 4605 4250 0 -1 1077944320 1375021 0 0 0 47772 3221 0 0 20 0 20 0 150095129 26630336512 5139261 33554432000 4194304 4196468 140729034797152 140729034779696 140063572414199 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 20549632 140729034802322 140729034802499 140729034802499 140729034805199 0
/proc/4607/statm: 6501547 5139261 3257 1 0 6488781 0
[pid=4607/tid=4608] ppid=4605 vsize=26006188 memory=1384 CPUtime=203.67 cores=0-7
/proc/4607/task/4608/stat : 4608 (java) S 4605 4605 4250 0 -1 1077944384 169630 0 0 0 20277 90 0 0 20 0 20 0 150095129 26630336512 5139261 33554432000 4194304 4196468 140729034797152 140063576652400 140063572424405 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20549632 140729034802322 140729034802499 140729034802499 140729034805199 0
[pid=4607/tid=4609] ppid=4605 vsize=26006188 memory=20557008 CPUtime=36.68 cores=0-7
/proc/4607/task/4609/stat : 4609 (java) R 4605 4605 4250 0 -1 4202560 79063 0 0 0 3304 364 0 0 20 0 20 0 150095130 26630336512 5139261 33554432000 4194304 4196468 140729034797152 140063525034256 140063557111838 0 4 0 16800975 0 0 0 -1 6 0 0 18 0 0 6293624 6294260 20549632 140729034802322 140729034802499 140729034802499 140729034805199 0
[pid=4607/tid=4610] ppid=4605 vsize=26006188 memory=8112282956445269571 CPUtime=36.54 cores=0-7
/proc/4607/task/4610/stat : 4610 (java) R 4605 4605 4250 0 -1 4202560 82679 0 0 0 3254 400 0 0 20 0 20 0 150095130 26630336512 5139261 33554432000 4194304 4196468 140729034797152 140063523981712 140063557399495 0 4 0 16800975 0 0 0 -1 2 0 0 8 0 0 6293624 6294260 20549632 140729034802322 140729034802499 140729034802499 140729034805199 0
[pid=4607/tid=4611] ppid=4605 vsize=26006188 memory=792 CPUtime=36.77 cores=0-7
/proc/4607/task/4611/stat : 4611 (java) R 4605 4605 4250 0 -1 4202560 134235 0 0 0 3281 396 0 0 20 0 20 0 150095130 26630336512 5139261 33554432000 4194304 4196468 140729034797152 140063522929168 140063557111812 0 4 0 16800975 0 0 0 -1 3 0 0 8 0 0 6293624 6294260 20549632 140729034802322 140729034802499 140729034802499 140729034805199 0
[pid=4607/tid=4612] ppid=4605 vsize=26006188 memory=1204 CPUtime=36.71 cores=0-7
/proc/4607/task/4612/stat : 4612 (java) R 4605 4605 4250 0 -1 4202560 286218 0 0 0 3263 408 0 0 20 0 20 0 150095130 26630336512 5139261 33554432000 4194304 4196468 140729034797152 140063521876624 140063557111812 0 4 0 16800975 0 0 0 -1 1 0 0 12 0 0 6293624 6294260 20549632 140729034802322 140729034802499 140729034802499 140729034805199 0
[pid=4607/tid=4613] ppid=4605 vsize=26006188 memory=1728 CPUtime=36.72 cores=0-7
/proc/4607/task/4613/stat : 4613 (java) R 4605 4605 4250 0 -1 4202560 84136 0 0 0 3301 371 0 0 20 0 20 0 150095130 26630336512 5139261 33554432000 4194304 4196468 140729034797152 140063520824280 140063557111838 0 4 0 16800975 0 0 0 -1 5 0 0 10 0 0 6293624 6294260 20549632 140729034802322 140729034802499 140729034802499 140729034805199 0
[pid=4607/tid=4614] ppid=4605 vsize=26006188 memory=1440 CPUtime=36.71 cores=0-7
/proc/4607/task/4614/stat : 4614 (java) R 4605 4605 4250 0 -1 4202560 85005 0 0 0 3277 394 0 0 20 0 20 0 150095130 26630336512 5139261 33554432000 4194304 4196468 140729034797152 140063519771736 140063557365237 0 4 0 16800975 0 0 0 -1 7 0 0 11 0 0 6293624 6294260 20549632 140729034802322 140729034802499 140729034802499 140729034805199 0
[pid=4607/tid=4615] ppid=4605 vsize=26006188 memory=15880 CPUtime=36.92 cores=0-7
/proc/4607/task/4615/stat : 4615 (java) R 4605 4605 4250 0 -1 4202560 296090 0 0 0 3292 400 0 0 20 0 20 0 150095130 26630336512 5139261 33554432000 4194304 4196468 140729034797152 140063518718992 140063557365272 0 4 0 16800975 0 0 0 -1 0 0 0 13 0 0 6293624 6294260 20549632 140729034802322 140729034802499 140729034802499 140729034805199 0
[pid=4607/tid=4616] ppid=4605 vsize=26006188 memory=1292 CPUtime=36.78 cores=0-7
/proc/4607/task/4616/stat : 4616 (java) R 4605 4605 4250 0 -1 4202560 55519 0 0 0 3320 358 0 0 20 0 20 0 150095130 26630336512 5139261 33554432000 4194304 4196468 140729034797152 140063517666032 140063565042407 0 4 0 16800975 0 0 0 -1 4 0 0 12 0 0 6293624 6294260 20549632 140729034802322 140729034802499 140729034802499 140729034805199 0
[pid=4607/tid=4617] ppid=4605 vsize=26006188 memory=1728 CPUtime=10.15 cores=0-7
/proc/4607/task/4617/stat : 4617 (java) S 4605 4605 4250 0 -1 1077944384 84983 0 0 0 991 24 0 0 20 0 20 0 150095132 26630336512 5139261 33554432000 4194304 4196468 140729034797152 140061777023344 140063572424405 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20549632 140729034802322 140729034802499 140729034802499 140729034805199 0
[pid=4607/tid=4618] ppid=4605 vsize=26006188 memory=12136 CPUtime=0 cores=0-7
/proc/4607/task/4618/stat : 4618 (java) S 4605 4605 4250 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 20 0 150095132 26630336512 5139261 33554432000 4194304 4196468 140729034797152 140061775971296 140063572424405 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20549632 140729034802322 140729034802499 140729034802499 140729034805199 0
[pid=4607/tid=4619] ppid=4605 vsize=26006188 memory=1004 CPUtime=0 cores=0-7
/proc/4607/task/4619/stat : 4619 (java) S 4605 4605 4250 0 -1 1077944384 86 0 0 0 0 0 0 0 20 0 20 0 150095132 26630336512 5139261 33554432000 4194304 4196468 140729034797152 140061774918656 140063572424405 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20549632 140729034802322 140729034802499 140729034802499 140729034805199 0
[pid=4607/tid=4620] ppid=4605 vsize=26006188 memory=1228 CPUtime=0 cores=0-7
/proc/4607/task/4620/stat : 4620 (java) S 4605 4605 4250 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 150095135 26630336512 5139261 33554432000 4194304 4196468 140729034797152 140061773867216 140063572432795 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20549632 140729034802322 140729034802499 140729034802499 140729034805199 0
[pid=4607/tid=4621] ppid=4605 vsize=26006188 memory=1952 CPUtime=0.6 cores=0-7
/proc/4607/task/4621/stat : 4621 (java) S 4605 4605 4250 0 -1 1077944384 4414 0 0 0 59 1 0 0 20 0 20 0 150095135 26630336512 5139261 33554432000 4194304 4196468 140729034797152 140061772814832 140063572425346 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20549632 140729034802322 140729034802499 140729034802499 140729034805199 0
[pid=4607/tid=4622] ppid=4605 vsize=26006188 memory=5796 CPUtime=0.55 cores=0-7
/proc/4607/task/4622/stat : 4622 (java) S 4605 4605 4250 0 -1 1077944384 3003 0 0 0 55 0 0 0 20 0 20 0 150095135 26630336512 5139261 33554432000 4194304 4196468 140729034797152 140061771762288 140063572425346 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20549632 140729034802322 140729034802499 140729034802499 140729034805199 0
[pid=4607/tid=4623] ppid=4605 vsize=26006188 memory=1384 CPUtime=0.49 cores=0-7
/proc/4607/task/4623/stat : 4623 (java) S 4605 4605 4250 0 -1 1077944384 3504 0 0 0 48 1 0 0 20 0 20 0 150095135 26630336512 5139261 33554432000 4194304 4196468 140729034797152 140061770709744 140063572425346 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20549632 140729034802322 140729034802499 140729034802499 140729034805199 0
[pid=4607/tid=4624] ppid=4605 vsize=26006188 memory=20557008 CPUtime=0.36 cores=0-7
/proc/4607/task/4624/stat : 4624 (java) S 4605 4605 4250 0 -1 1077944384 4320 0 0 0 35 1 0 0 20 0 20 0 150095135 26630336512 5139261 33554432000 4194304 4196468 140729034797152 140061299436400 140063572425346 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20549632 140729034802322 140729034802499 140729034802499 140729034805199 0
[pid=4607/tid=4625] ppid=4605 vsize=26006188 memory=1728 CPUtime=0 cores=0-7
/proc/4607/task/4625/stat : 4625 (java) S 4605 4605 4250 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 150095135 26630336512 5139261 33554432000 4194304 4196468 140729034797152 140061298383072 140063572424405 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20549632 140729034802322 140729034802499 140729034802499 140729034805199 0
[pid=4607/tid=4626] ppid=4605 vsize=26006188 memory=1440 CPUtime=0.11 cores=0-7
/proc/4607/task/4626/stat : 4626 (java) S 4605 4605 4250 0 -1 1077944384 847 0 0 0 5 6 0 0 20 0 20 0 150095135 26630336512 5139261 33554432000 4194304 4196468 140729034797152 140061297330608 140063572425346 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20549632 140729034802322 140729034802499 140729034802499 140729034805199 0
Current children cumulated CPU time: 509.93 s
Current children cumulated vsize: 26015700 KiB
Current children cumulated memory: 20558428 KiB

[startup+252.001 s]*
/proc/loadavg: 2.40 4.50 6.65 2/199 4626
/proc/meminfo: memFree=4833120/32770624 swapFree=67108860/67108860
[pid=4605] ppid=4602 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/4605/stat : 4605 (xcsp3-exec) S 4602 4605 4250 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 150095129 9740288 346 33554432000 4194304 5098028 140737313878304 140737313876408 140631693570684 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 26087424 140737313887333 140737313887543 140737313887543 140737313890283 0
/proc/4605/statm: 2378 346 289 221 0 87 0
[pid=4607] ppid=4605 vsize=26006188 memory=20557044 CPUtime=515.68 cores=0-7
/proc/4607/stat : 4607 (java) S 4605 4605 4250 0 -1 1077944320 1375796 0 0 0 48347 3221 0 0 20 0 20 0 150095129 26630336512 5139261 33554432000 4194304 4196468 140729034797152 140729034779696 140063572414199 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 20549632 140729034802322 140729034802499 140729034802499 140729034805199 0
/proc/4607/statm: 6501547 5139261 3257 1 0 6488781 0
[pid=4607/tid=4608] ppid=4605 vsize=26006188 memory=8112282956445269571 CPUtime=203.67 cores=0-7
/proc/4607/task/4608/stat : 4608 (java) S 4605 4605 4250 0 -1 1077944384 169630 0 0 0 20277 90 0 0 20 0 20 0 150095129 26630336512 5139261 33554432000 4194304 4196468 140729034797152 140063576652400 140063572424405 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20549632 140729034802322 140729034802499 140729034802499 140729034805199 0
[pid=4607/tid=4609] ppid=4605 vsize=26006188 memory=1696 CPUtime=37.39 cores=0-7
/proc/4607/task/4609/stat : 4609 (java) S 4605 4605 4250 0 -1 1077944384 79063 0 0 0 3375 364 0 0 20 0 20 0 150095130 26630336512 5139261 33554432000 4194304 4196468 140729034797152 140063525034256 140063572424405 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 18 0 0 6293624 6294260 20549632 140729034802322 140729034802499 140729034802499 140729034805199 0
[pid=4607/tid=4610] ppid=4605 vsize=26006188 memory=4096 CPUtime=37.25 cores=0-7
/proc/4607/task/4610/stat : 4610 (java) S 4605 4605 4250 0 -1 1077944384 82679 0 0 0 3325 400 0 0 20 0 20 0 150095130 26630336512 5139261 33554432000 4194304 4196468 140729034797152 140063523981712 140063572424405 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 8 0 0 6293624 6294260 20549632 140729034802322 140729034802499 140729034802499 140729034805199 0
[pid=4607/tid=4611] ppid=4605 vsize=26006188 memory=42180 CPUtime=37.48 cores=0-7
/proc/4607/task/4611/stat : 4611 (java) S 4605 4605 4250 0 -1 1077944384 134972 0 0 0 3352 396 0 0 20 0 20 0 150095130 26630336512 5139261 33554432000 4194304 4196468 140729034797152 140063522929168 140063572424405 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 8 0 0 6293624 6294260 20549632 140729034802322 140729034802499 140729034802499 140729034805199 0
[pid=4607/tid=4612] ppid=4605 vsize=26006188 memory=4126316290023845779 CPUtime=37.43 cores=0-7
/proc/4607/task/4612/stat : 4612 (java) S 4605 4605 4250 0 -1 1077944384 286218 0 0 0 3335 408 0 0 20 0 20 0 150095130 26630336512 5139261 33554432000 4194304 4196468 140729034797152 140063521876624 140063572424405 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 12 0 0 6293624 6294260 20549632 140729034802322 140729034802499 140729034802499 140729034805199 0
[pid=4607/tid=4613] ppid=4605 vsize=26006188 memory=1384 CPUtime=37.43 cores=0-7
/proc/4607/task/4613/stat : 4613 (java) S 4605 4605 4250 0 -1 1077944384 84137 0 0 0 3372 371 0 0 20 0 20 0 150095130 26630336512 5139261 33554432000 4194304 4196468 140729034797152 140063520824080 140063572424405 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 10 0 0 6293624 6294260 20549632 140729034802322 140729034802499 140729034802499 140729034805199 0
[pid=4607/tid=4614] ppid=4605 vsize=26006188 memory=20557044 CPUtime=37.42 cores=0-7
/proc/4607/task/4614/stat : 4614 (java) S 4605 4605 4250 0 -1 1077944384 85005 0 0 0 3348 394 0 0 20 0 20 0 150095130 26630336512 5139261 33554432000 4194304 4196468 140729034797152 140063519771536 140063572424405 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 11 0 0 6293624 6294260 20549632 140729034802322 140729034802499 140729034802499 140729034805199 0
[pid=4607/tid=4615] ppid=4605 vsize=26006188 memory=1440 CPUtime=37.63 cores=0-7
/proc/4607/task/4615/stat : 4615 (java) S 4605 4605 4250 0 -1 1077944384 296127 0 0 0 3363 400 0 0 20 0 20 0 150095130 26630336512 5139261 33554432000 4194304 4196468 140729034797152 140063518718992 140063572424405 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 13 0 0 6293624 6294260 20549632 140729034802322 140729034802499 140729034802499 140729034805199 0
[pid=4607/tid=4616] ppid=4605 vsize=26006188 memory=15880 CPUtime=37.47 cores=0-7
/proc/4607/task/4616/stat : 4616 (java) S 4605 4605 4250 0 -1 1077944384 55519 0 0 0 3389 358 0 0 20 0 20 0 150095130 26630336512 5139261 33554432000 4194304 4196468 140729034797152 140063517666448 140063572424405 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 12 0 0 6293624 6294260 20549632 140729034802322 140729034802499 140729034802499 140729034805199 0
[pid=4607/tid=4617] ppid=4605 vsize=26006188 memory=16432 CPUtime=10.24 cores=0-7
/proc/4607/task/4617/stat : 4617 (java) R 4605 4605 4250 0 -1 4202560 84983 0 0 0 1000 24 0 0 20 0 20 0 150095132 26630336512 5139261 33554432000 4194304 4196468 140729034797152 140061777023568 140063557410551 0 0 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 20549632 140729034802322 140729034802499 140729034802499 140729034805199 0
[pid=4607/tid=4618] ppid=4605 vsize=26006188 memory=24032 CPUtime=0 cores=0-7
/proc/4607/task/4618/stat : 4618 (java) S 4605 4605 4250 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 20 0 150095132 26630336512 5139261 33554432000 4194304 4196468 140729034797152 140061775971296 140063572424405 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20549632 140729034802322 140729034802499 140729034802499 140729034805199 0
[pid=4607/tid=4619] ppid=4605 vsize=26006188 memory=4044 CPUtime=0 cores=0-7
/proc/4607/task/4619/stat : 4619 (java) S 4605 4605 4250 0 -1 1077944384 86 0 0 0 0 0 0 0 20 0 20 0 150095132 26630336512 5139261 33554432000 4194304 4196468 140729034797152 140061774918656 140063572424405 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20549632 140729034802322 140729034802499 140729034802499 140729034805199 0
[pid=4607/tid=4620] ppid=4605 vsize=26006188 memory=8112282956445269571 CPUtime=0 cores=0-7
/proc/4607/task/4620/stat : 4620 (java) S 4605 4605 4250 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 150095135 26630336512 5139261 33554432000 4194304 4196468 140729034797152 140061773867216 140063572432795 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20549632 140729034802322 140729034802499 140729034802499 140729034805199 0
[pid=4607/tid=4621] ppid=4605 vsize=26006188 memory=636 CPUtime=0.6 cores=0-7
/proc/4607/task/4621/stat : 4621 (java) S 4605 4605 4250 0 -1 1077944384 4414 0 0 0 59 1 0 0 20 0 20 0 150095135 26630336512 5139261 33554432000 4194304 4196468 140729034797152 140061772814832 140063572425346 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20549632 140729034802322 140729034802499 140729034802499 140729034805199 0
[pid=4607/tid=4622] ppid=4605 vsize=26006188 memory=42180 CPUtime=0.55 cores=0-7
/proc/4607/task/4622/stat : 4622 (java) S 4605 4605 4250 0 -1 1077944384 3003 0 0 0 55 0 0 0 20 0 20 0 150095135 26630336512 5139261 33554432000 4194304 4196468 140729034797152 140061771762288 140063572425346 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20549632 140729034802322 140729034802499 140729034802499 140729034805199 0
[pid=4607/tid=4623] ppid=4605 vsize=26006188 memory=2428 CPUtime=0.49 cores=0-7
/proc/4607/task/4623/stat : 4623 (java) S 4605 4605 4250 0 -1 1077944384 3504 0 0 0 48 1 0 0 20 0 20 0 150095135 26630336512 5139261 33554432000 4194304 4196468 140729034797152 140061770709744 140063572425346 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20549632 140729034802322 140729034802499 140729034802499 140729034805199 0
[pid=4607/tid=4624] ppid=4605 vsize=26006188 memory=8112282956445269571 CPUtime=0.36 cores=0-7
/proc/4607/task/4624/stat : 4624 (java) S 4605 4605 4250 0 -1 1077944384 4320 0 0 0 35 1 0 0 20 0 20 0 150095135 26630336512 5139261 33554432000 4194304 4196468 140729034797152 140061299436400 140063572425346 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20549632 140729034802322 140729034802499 140729034802499 140729034805199 0
[pid=4607/tid=4625] ppid=4605 vsize=26006188 memory=2428 CPUtime=0 cores=0-7
/proc/4607/task/4625/stat : 4625 (java) S 4605 4605 4250 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 150095135 26630336512 5139261 33554432000 4194304 4196468 140729034797152 140061298383072 140063572424405 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20549632 140729034802322 140729034802499 140729034802499 140729034805199 0
[pid=4607/tid=4626] ppid=4605 vsize=26006188 memory=8112282956445269571 CPUtime=0.11 cores=0-7
/proc/4607/task/4626/stat : 4626 (java) S 4605 4605 4250 0 -1 1077944384 847 0 0 0 5 6 0 0 20 0 20 0 150095135 26630336512 5139261 33554432000 4194304 4196468 140729034797152 140061297330608 140063572425346 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20549632 140729034802322 140729034802499 140729034802499 140729034805199 0
Current children cumulated CPU time: 515.68 s
Current children cumulated vsize: 26015700 KiB
Current children cumulated memory: 20558428 KiB

[startup+252.4 s]
/proc/loadavg: 2.40 4.50 6.65 2/199 4626
/proc/meminfo: memFree=4833120/32770624 swapFree=67108860/67108860
[pid=4605] ppid=4602 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/4605/stat : 4605 (xcsp3-exec) S 4602 4605 4250 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 150095129 9740288 346 33554432000 4194304 5098028 140737313878304 140737313876408 140631693570684 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 26087424 140737313887333 140737313887543 140737313887543 140737313890283 0
/proc/4605/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): 252.418
CPU time (s): 516.101
CPU user time (s): 483.75
CPU system time (s): 32.3509
CPU usage (%): 204.463
Max. virtual memory (cumulated for all children) (KiB): 26015700
Max. memory (cumulated for all children) (KiB): 20558428

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 483.75
system time used= 32.3509
maximum resident set size= 20557488
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1376539
page faults= 0
swaps= 0
block input operations= 0
block output operations= 488
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 35190
involuntary context switches= 5426


# summary of solver processes directly reported to runsolver:
#   pid: 4605
#   total CPU time (s): 516.101
#   total CPU user time (s): 483.75
#   total CPU system time (s): 32.3509

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.31048 second user time and 2.84052 second system time

The end

Launcher Data

Begin job on node148 at 2017-08-19 21:01:22
IDJOB=4280301
IDBENCH=138054
IDSOLVER=2675
FILE ID=node148/4280301-1503170142
RUNJOBID= node148-1503164239-4277
PBS_JOBID= 20630830
Free space on /tmp= 61860 MiB

SOLVER NAME= choco-solver 4.0.5 par
BENCH NAME= XCSP17/BinPacking/BinPacking-tab-sw120/BinPacking-tab-sw120-10.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-4280301-1503170142/watcher-4280301-1503170142 -o /tmp/evaluation-result-4280301-1503170142/solver-4280301-1503170142 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node148-1503164239-4277 --watchdog 2580  ./xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 22000 -tdir HOME -seed 329849751 HOME/instance-4280301-1503170142.xml

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

MD5SUM BENCH= 67f07639019614dd1d008c87f8253383
RANDOM SEED=329849751

node148.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.19
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.19
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.19
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.19
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:        25416680 kB
MemAvailable:   31974636 kB
Buffers:          293988 kB
Cached:          6556692 kB
SwapCached:            0 kB
Active:          1253624 kB
Inactive:        5649064 kB
Active(anon):       3396 kB
Inactive(anon):    84704 kB
Active(file):    1250228 kB
Inactive(file):  5564360 kB
Unevictable:        7784 kB
Mlocked:            7784 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             97748 kB
Writeback:             0 kB
AnonPages:         66088 kB
Mapped:            51088 kB
Shmem:             33416 kB
Slab:             144612 kB
SReclaimable:     118408 kB
SUnreclaim:        26204 kB
KernelStack:        3344 kB
PageTables:         5084 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     333004 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     12288 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      126336 kB
DirectMap2M:    33419264 kB

Free space on /tmp at the end= 61852 MiB
End job on node148 at 2017-08-19 21:05:35