Trace number 4281149

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)? 9700.8896 1433.27

General information on the benchmark

NameChessboardColoration/ChessboardColoration-int-s1/
ChessboardColoration-int-05-05.xml
MD5SUMcbd4b7ec6b21cb5f2314c56a12817dc1
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark2
Best CPU time to get the best result obtained on this benchmark0.120852
Satisfiable
(Un)Satisfiability was proved
Number of variables25
Number of constraints101
Number of domains1
Minimum domain size25
Maximum domain size25
Distribution of domain sizes[{"size":25,"count":25}]
Minimum variable degree18
Maximum variable degree18
Distribution of variable degrees[{"degree":18,"count":25}]
Minimum constraint arity4
Maximum constraint arity25
Distribution of constraint arities[{"arity":4,"count":100},{"arity":25,"count":1}]
Number of extensional constraints0
Number of intensional constraints100
Distribution of constraint types[{"type":"intension","count":100},{"type":"lex","count":1}]
Optimization problemYES
Type of objectivemin MAXIMUM

Solver Data

0.00/0.00	c java -server -Xmx22000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4281149-1503175797.xml"  -tl '20160s' -p 8 -x 0
0.11/0.14	c [HOME/instance-4281149-1503175797.xml, -tl, 20160s, -p, 8, -x, 0]
0.11/0.20	c 8 solvers in parallel
0.33/0.27	c parse instance...
9700.71/1433.19	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
9700.71/1433.19		at org.chocosolver.solver.constraints.extension.TuplesFactory.generateTuples(TuplesFactory.java:88)
9700.71/1433.19		at org.chocosolver.solver.expression.discrete.relational.ReExpression.extension(ReExpression.java:148)
9700.71/1433.19		at org.chocosolver.parser.xcsp.XCSPParser.buildCtrIntension(XCSPParser.java:112)
9700.71/1433.19		at org.xcsp.parser.loaders.CtrLoaderInteger.intension(CtrLoaderInteger.java:394)
9700.71/1433.19		at org.xcsp.parser.loaders.CtrLoaderInteger.load(CtrLoaderInteger.java:127)
9700.71/1433.19		at org.xcsp.parser.XCallbacks.loadCtr(XCallbacks.java:457)
9700.71/1433.19		at org.xcsp.parser.XCallbacks.lambda$loadCtrs$346(XCallbacks.java:440)
9700.71/1433.19		at org.xcsp.parser.XCallbacks$$Lambda$68/90320863.accept(Unknown Source)
9700.71/1433.19		at java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
9700.71/1433.19		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:580)
9700.71/1433.19		at org.xcsp.parser.XCallbacks.loadCtrs(XCallbacks.java:437)
9700.71/1433.19		at org.chocosolver.parser.xcsp.XCSPParser.loadGroup(XCSPParser.java:1406)
9700.71/1433.19		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:368)
9700.71/1433.19		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:353)
9700.71/1433.19		at org.xcsp.parser.XCallbacks.loadInstance(XCallbacks.java:260)
9700.71/1433.19		at org.chocosolver.parser.xcsp.XCSPParser.model(XCSPParser.java:88)
9700.71/1433.19		at org.chocosolver.parser.xcsp.XCSP.parse(XCSP.java:112)
9700.71/1433.19		at org.chocosolver.parser.xcsp.XCSP.buildModel(XCSP.java:99)
9700.71/1433.19		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:23)
9700.71/1433.19	s UNKNOWN
9700.71/1433.19	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 (13001 MiB free)
  memory of node 1: 16384 MiB (13420 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4281149-1503175797/watcher-4281149-1503175797 -o /tmp/evaluation-result-4281149-1503175797/solver-4281149-1503175797 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node107-1503167371-25544 --watchdog 2580 ./xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 22000 -tdir HOME -seed 876333364 HOME/instance-4281149-1503175797.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=26033, runsolver pid=26030

[startup+0.10017 s]*
/proc/loadavg: 8.03 8.21 8.29 2/199 26054
/proc/meminfo: memFree=27041244/32770624 swapFree=67108860/67108860
[pid=26033] ppid=26030 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/26033/stat : 26033 (xcsp3-exec) S 26030 26033 25517 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 150667591 9740288 346 33554432000 4194304 5098028 140725613740112 140725613738216 139713377403516 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 30408704 140725613745253 140725613745463 140725613745463 140725613748203 0
/proc/26033/statm: 2378 346 289 221 0 87 0
[pid=26035] ppid=26033 vsize=25999808 memory=27008 CPUtime=0.11 cores=0-7
/proc/26035/stat : 26035 (java) S 26033 26033 25517 0 -1 1077944320 5617 0 0 0 10 1 0 0 20 0 20 0 150667591 26623803392 6752 33554432000 4194304 4196468 140735992250752 140735992233296 139915204820727 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 14123008 140735992259730 140735992259907 140735992259907 140735992262607 0
/proc/26035/statm: 6499952 6752 2869 1 0 6488269 0
[pid=26035/tid=26036] ppid=26033 vsize=25999808 memory=7681623022061395610 CPUtime=0.09 cores=0-7
/proc/26035/task/26036/stat : 26036 (java) R 26033 26033 25517 0 -1 1077944384 3630 0 0 0 8 1 0 0 20 0 20 0 150667592 26623803392 6752 33554432000 4194304 4196468 140735992250752 139915209052720 139915204830933 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 14123008 140735992259730 140735992259907 140735992259907 140735992262607 0
[pid=26035/tid=26037] ppid=26033 vsize=25999808 memory=732370329060948965 CPUtime=0 cores=0-7
/proc/26035/task/26037/stat : 26037 (java) S 26033 26033 25517 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 150667593 26623803392 6752 33554432000 4194304 4196468 140735992250752 139915157441296 139915204830933 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14123008 140735992259730 140735992259907 140735992259907 140735992262607 0
[pid=26035/tid=26038] ppid=26033 vsize=25999808 memory=140190723495552 CPUtime=0 cores=0-7
/proc/26035/task/26038/stat : 26038 (java) S 26033 26033 25517 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 150667593 26623803392 6752 33554432000 4194304 4196468 140735992250752 139915156388752 139915204830933 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14123008 140735992259730 140735992259907 140735992259907 140735992262607 0
[pid=26035/tid=26039] ppid=26033 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/26035/task/26039/stat : 26039 (java) S 26033 26033 25517 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 150667593 26623803392 6752 33554432000 4194304 4196468 140735992250752 139915155336208 139915204830933 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14123008 140735992259730 140735992259907 140735992259907 140735992262607 0
[pid=26035/tid=26040] ppid=26033 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/26035/task/26040/stat : 26040 (java) S 26033 26033 25517 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 150667593 26623803392 6752 33554432000 4194304 4196468 140735992250752 139915154283664 139915204830933 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14123008 140735992259730 140735992259907 140735992259907 140735992262607 0
[pid=26035/tid=26041] ppid=26033 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/26035/task/26041/stat : 26041 (java) S 26033 26033 25517 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 150667593 26623803392 6752 33554432000 4194304 4196468 140735992250752 139915153230096 139915204830933 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14123008 140735992259730 140735992259907 140735992259907 140735992262607 0
[pid=26035/tid=26042] ppid=26033 vsize=25999808 memory=-1 CPUtime=0 cores=0-7
/proc/26035/task/26042/stat : 26042 (java) S 26033 26033 25517 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 150667593 26623803392 6752 33554432000 4194304 4196468 140735992250752 139915152177552 139915204830933 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14123008 140735992259730 140735992259907 140735992259907 140735992262607 0
[pid=26035/tid=26043] ppid=26033 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/26035/task/26043/stat : 26043 (java) S 26033 26033 25517 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 150667593 26623803392 6752 33554432000 4194304 4196468 140735992250752 139915151125008 139915204830933 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14123008 140735992259730 140735992259907 140735992259907 140735992262607 0
[pid=26035/tid=26044] ppid=26033 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/26035/task/26044/stat : 26044 (java) S 26033 26033 25517 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 150667593 26623803392 6752 33554432000 4194304 4196468 140735992250752 139915150072464 139915204830933 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14123008 140735992259730 140735992259907 140735992259907 140735992262607 0
[pid=26035/tid=26045] ppid=26033 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/26035/task/26045/stat : 26045 (java) S 26033 26033 25517 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 150667594 26623803392 6752 33554432000 4194304 4196468 140735992250752 139913744886256 139915204831874 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14123008 140735992259730 140735992259907 140735992259907 140735992262607 0
[pid=26035/tid=26046] ppid=26033 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/26035/task/26046/stat : 26046 (java) S 26033 26033 25517 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 150667595 26623803392 6752 33554432000 4194304 4196468 140735992250752 139913743832480 139915204830933 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14123008 140735992259730 140735992259907 140735992259907 140735992262607 0
[pid=26035/tid=26047] ppid=26033 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/26035/task/26047/stat : 26047 (java) S 26033 26033 25517 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 150667595 26623803392 6752 33554432000 4194304 4196468 140735992250752 139913742779888 139915204830933 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14123008 140735992259730 140735992259907 140735992259907 140735992262607 0
[pid=26035/tid=26048] ppid=26033 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/26035/task/26048/stat : 26048 (java) S 26033 26033 25517 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 150667597 26623803392 6752 33554432000 4194304 4196468 140735992250752 139913741728464 139915204839323 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14123008 140735992259730 140735992259907 140735992259907 140735992262607 0
[pid=26035/tid=26049] ppid=26033 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/26035/task/26049/stat : 26049 (java) S 26033 26033 25517 0 -1 1077944384 425 0 0 0 0 0 0 0 20 0 20 0 150667597 26623803392 6752 33554432000 4194304 4196468 140735992250752 139913740675056 139915204831874 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14123008 140735992259730 140735992259907 140735992259907 140735992262607 0
[pid=26035/tid=26050] ppid=26033 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/26035/task/26050/stat : 26050 (java) S 26033 26033 25517 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 150667597 26623803392 6752 33554432000 4194304 4196468 140735992250752 139913739622512 139915204831874 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14123008 140735992259730 140735992259907 140735992259907 140735992262607 0
[pid=26035/tid=26051] ppid=26033 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/26035/task/26051/stat : 26051 (java) S 26033 26033 25517 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 150667597 26623803392 6752 33554432000 4194304 4196468 140735992250752 139913738569968 139915204831874 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14123008 140735992259730 140735992259907 140735992259907 140735992262607 0
[pid=26035/tid=26052] ppid=26033 vsize=25999808 memory=0 CPUtime=0.01 cores=0-7
/proc/26035/task/26052/stat : 26052 (java) R 26033 26033 25517 0 -1 4202560 250 0 0 0 1 0 0 0 20 0 20 0 150667597 26623803392 6752 33554432000 4194304 4196468 140735992250752 139913737517424 139915204842074 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 14123008 140735992259730 140735992259907 140735992259907 140735992262607 0
[pid=26035/tid=26053] ppid=26033 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/26035/task/26053/stat : 26053 (java) S 26033 26033 25517 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 150667597 26623803392 6752 33554432000 4194304 4196468 140735992250752 139913736465120 139915204830933 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14123008 140735992259730 140735992259907 140735992259907 140735992262607 0
[pid=26035/tid=26054] ppid=26033 vsize=25999808 memory=-1 CPUtime=0 cores=0-7
/proc/26035/task/26054/stat : 26054 (java) S 26033 26033 25517 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 150667598 26623803392 6752 33554432000 4194304 4196468 140735992250752 139913735412656 139915204831874 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14123008 140735992259730 140735992259907 140735992259907 140735992262607 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 26009320 KiB
Current children cumulated memory: 28392 KiB

[startup+0.209974 s]*
/proc/loadavg: 8.03 8.21 8.29 3/199 26054
/proc/meminfo: memFree=27030452/32770624 swapFree=67108860/67108860
[pid=26033] ppid=26030 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/26033/stat : 26033 (xcsp3-exec) S 26030 26033 25517 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 150667591 9740288 346 33554432000 4194304 5098028 140725613740112 140725613738216 139713377403516 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 30408704 140725613745253 140725613745463 140725613745463 140725613748203 0
/proc/26033/statm: 2378 346 289 221 0 87 0
[pid=26035] ppid=26033 vsize=26004064 memory=38976 CPUtime=0.33 cores=0-7
/proc/26035/stat : 26035 (java) S 26033 26033 25517 0 -1 1077944320 8329 0 0 0 30 3 0 0 20 0 20 0 150667591 26628161536 9744 33554432000 4194304 4196468 140735992250752 140735992233296 139915204820727 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 14123008 140735992259730 140735992259907 140735992259907 140735992262607 0
/proc/26035/statm: 6501016 9744 3057 1 0 6488269 0
[pid=26035/tid=26036] ppid=26033 vsize=26004064 memory=0 CPUtime=0.19 cores=0-7
/proc/26035/task/26036/stat : 26036 (java) R 26033 26033 25517 0 -1 4202560 5423 0 0 0 17 2 0 0 20 0 20 0 150667592 26628161536 9744 33554432000 4194304 4196468 140735992250752 139915209041536 139915188901214 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 14123008 140735992259730 140735992259907 140735992259907 140735992262607 0
[pid=26035/tid=26037] ppid=26033 vsize=26004064 memory=732370329060948965 CPUtime=0 cores=0-7
/proc/26035/task/26037/stat : 26037 (java) S 26033 26033 25517 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 150667593 26628161536 9744 33554432000 4194304 4196468 140735992250752 139915157441296 139915204830933 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14123008 140735992259730 140735992259907 140735992259907 140735992262607 0
[pid=26035/tid=26038] ppid=26033 vsize=26004064 memory=140190723495552 CPUtime=0 cores=0-7
/proc/26035/task/26038/stat : 26038 (java) S 26033 26033 25517 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 150667593 26628161536 9744 33554432000 4194304 4196468 140735992250752 139915156388752 139915204830933 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14123008 140735992259730 140735992259907 140735992259907 140735992262607 0
[pid=26035/tid=26039] ppid=26033 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/26035/task/26039/stat : 26039 (java) S 26033 26033 25517 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 150667593 26628161536 9744 33554432000 4194304 4196468 140735992250752 139915155336208 139915204830933 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14123008 140735992259730 140735992259907 140735992259907 140735992262607 0
[pid=26035/tid=26040] ppid=26033 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/26035/task/26040/stat : 26040 (java) S 26033 26033 25517 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 150667593 26628161536 9744 33554432000 4194304 4196468 140735992250752 139915154283664 139915204830933 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14123008 140735992259730 140735992259907 140735992259907 140735992262607 0
[pid=26035/tid=26041] ppid=26033 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/26035/task/26041/stat : 26041 (java) S 26033 26033 25517 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 150667593 26628161536 9744 33554432000 4194304 4196468 140735992250752 139915153230096 139915204830933 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14123008 140735992259730 140735992259907 140735992259907 140735992262607 0
[pid=26035/tid=26042] ppid=26033 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/26035/task/26042/stat : 26042 (java) S 26033 26033 25517 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 150667593 26628161536 9744 33554432000 4194304 4196468 140735992250752 139915152177552 139915204830933 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14123008 140735992259730 140735992259907 140735992259907 140735992262607 0
[pid=26035/tid=26043] ppid=26033 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/26035/task/26043/stat : 26043 (java) S 26033 26033 25517 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 150667593 26628161536 9744 33554432000 4194304 4196468 140735992250752 139915151125008 139915204830933 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14123008 140735992259730 140735992259907 140735992259907 140735992262607 0
[pid=26035/tid=26044] ppid=26033 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/26035/task/26044/stat : 26044 (java) S 26033 26033 25517 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 150667593 26628161536 9744 33554432000 4194304 4196468 140735992250752 139915150072464 139915204830933 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14123008 140735992259730 140735992259907 140735992259907 140735992262607 0
[pid=26035/tid=26045] ppid=26033 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/26035/task/26045/stat : 26045 (java) S 26033 26033 25517 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 150667594 26628161536 9744 33554432000 4194304 4196468 140735992250752 139913744886256 139915204831874 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14123008 140735992259730 140735992259907 140735992259907 140735992262607 0
[pid=26035/tid=26046] ppid=26033 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/26035/task/26046/stat : 26046 (java) S 26033 26033 25517 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 150667595 26628161536 9744 33554432000 4194304 4196468 140735992250752 139913743832480 139915204830933 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14123008 140735992259730 140735992259907 140735992259907 140735992262607 0
[pid=26035/tid=26047] ppid=26033 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/26035/task/26047/stat : 26047 (java) S 26033 26033 25517 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 150667595 26628161536 9744 33554432000 4194304 4196468 140735992250752 139913742779888 139915204830933 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14123008 140735992259730 140735992259907 140735992259907 140735992262607 0
[pid=26035/tid=26048] ppid=26033 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/26035/task/26048/stat : 26048 (java) S 26033 26033 25517 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 150667597 26628161536 9744 33554432000 4194304 4196468 140735992250752 139913741728464 139915204839323 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14123008 140735992259730 140735992259907 140735992259907 140735992262607 0
[pid=26035/tid=26049] ppid=26033 vsize=26004064 memory=0 CPUtime=0.02 cores=0-7
/proc/26035/task/26049/stat : 26049 (java) S 26033 26033 25517 0 -1 1077944384 714 0 0 0 2 0 0 0 20 0 20 0 150667597 26628161536 9744 33554432000 4194304 4196468 140735992250752 139913740675056 139915204831874 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14123008 140735992259730 140735992259907 140735992259907 140735992262607 0
[pid=26035/tid=26050] ppid=26033 vsize=26004064 memory=0 CPUtime=0.01 cores=0-7
/proc/26035/task/26050/stat : 26050 (java) S 26033 26033 25517 0 -1 1077944384 159 0 0 0 1 0 0 0 20 0 20 0 150667597 26628161536 9744 33554432000 4194304 4196468 140735992250752 139913739622512 139915204831874 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14123008 140735992259730 140735992259907 140735992259907 140735992262607 0
[pid=26035/tid=26051] ppid=26033 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/26035/task/26051/stat : 26051 (java) S 26033 26033 25517 0 -1 1077944384 14 0 0 0 0 0 0 0 20 0 20 0 150667597 26628161536 9744 33554432000 4194304 4196468 140735992250752 139913738569968 139915204831874 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14123008 140735992259730 140735992259907 140735992259907 140735992262607 0
[pid=26035/tid=26052] ppid=26033 vsize=26004064 memory=0 CPUtime=0.07 cores=0-7
/proc/26035/task/26052/stat : 26052 (java) S 26033 26033 25517 0 -1 1077944384 708 0 0 0 7 0 0 0 20 0 20 0 150667597 26628161536 9744 33554432000 4194304 4196468 140735992250752 139913737517424 139915204831874 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14123008 140735992259730 140735992259907 140735992259907 140735992262607 0
[pid=26035/tid=26053] ppid=26033 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/26035/task/26053/stat : 26053 (java) S 26033 26033 25517 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 150667597 26628161536 9744 33554432000 4194304 4196468 140735992250752 139913736465120 139915204830933 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14123008 140735992259730 140735992259907 140735992259907 140735992262607 0
[pid=26035/tid=26054] ppid=26033 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/26035/task/26054/stat : 26054 (java) S 26033 26033 25517 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 150667598 26628161536 9744 33554432000 4194304 4196468 140735992250752 139913735412656 139915204831874 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14123008 140735992259730 140735992259907 140735992259907 140735992262607 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 26013576 KiB
Current children cumulated memory: 40360 KiB

[startup+0.30942 s]*
/proc/loadavg: 8.03 8.21 8.29 3/199 26054
/proc/meminfo: memFree=27025552/32770624 swapFree=67108860/67108860
[pid=26033] ppid=26030 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/26033/stat : 26033 (xcsp3-exec) S 26030 26033 25517 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 150667591 9740288 346 33554432000 4194304 5098028 140725613740112 140725613738216 139713377403516 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 30408704 140725613745253 140725613745463 140725613745463 140725613748203 0
/proc/26033/statm: 2378 346 289 221 0 87 0
[pid=26035] ppid=26033 vsize=26004064 memory=45944 CPUtime=0.5 cores=0-7
/proc/26035/stat : 26035 (java) S 26033 26033 25517 0 -1 1077944320 9228 0 0 0 47 3 0 0 20 0 20 0 150667591 26628161536 11486 33554432000 4194304 4196468 140735992250752 140735992233296 139915204820727 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 14123008 140735992259730 140735992259907 140735992259907 140735992262607 0
/proc/26035/statm: 6501016 11486 3089 1 0 6488269 0
[pid=26035/tid=26036] ppid=26033 vsize=26004064 memory=6791534058613427641 CPUtime=0.29 cores=0-7
/proc/26035/task/26036/stat : 26036 (java) R 26033 26033 25517 0 -1 4202560 6128 0 0 0 27 2 0 0 20 0 20 0 150667592 26628161536 11486 33554432000 4194304 4196468 140735992250752 139915209042640 139915204842653 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 14123008 140735992259730 140735992259907 140735992259907 140735992262607 0
[pid=26035/tid=26037] ppid=26033 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/26035/task/26037/stat : 26037 (java) S 26033 26033 25517 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 150667593 26628161536 11486 33554432000 4194304 4196468 140735992250752 139915157441296 139915204830933 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14123008 140735992259730 140735992259907 140735992259907 140735992262607 0
[pid=26035/tid=26038] ppid=26033 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/26035/task/26038/stat : 26038 (java) S 26033 26033 25517 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 150667593 26628161536 11486 33554432000 4194304 4196468 140735992250752 139915156388752 139915204830933 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14123008 140735992259730 140735992259907 140735992259907 140735992262607 0
[pid=26035/tid=26039] ppid=26033 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/26035/task/26039/stat : 26039 (java) S 26033 26033 25517 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 150667593 26628161536 11486 33554432000 4194304 4196468 140735992250752 139915155336208 139915204830933 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14123008 140735992259730 140735992259907 140735992259907 140735992262607 0
[pid=26035/tid=26040] ppid=26033 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/26035/task/26040/stat : 26040 (java) S 26033 26033 25517 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 150667593 26628161536 11486 33554432000 4194304 4196468 140735992250752 139915154283664 139915204830933 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14123008 140735992259730 140735992259907 140735992259907 140735992262607 0
[pid=26035/tid=26041] ppid=26033 vsize=26004064 memory=2244 CPUtime=0 cores=0-7
/proc/26035/task/26041/stat : 26041 (java) S 26033 26033 25517 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 150667593 26628161536 11486 33554432000 4194304 4196468 140735992250752 139915153230096 139915204830933 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14123008 140735992259730 140735992259907 140735992259907 140735992262607 0
[pid=26035/tid=26042] ppid=26033 vsize=26004064 memory=140190618317743 CPUtime=0 cores=0-7
/proc/26035/task/26042/stat : 26042 (java) S 26033 26033 25517 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 150667593 26628161536 11486 33554432000 4194304 4196468 140735992250752 139915152177552 139915204830933 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14123008 140735992259730 140735992259907 140735992259907 140735992262607 0
[pid=26035/tid=26043] ppid=26033 vsize=26004064 memory=140190618320048 CPUtime=0 cores=0-7
/proc/26035/task/26043/stat : 26043 (java) S 26033 26033 25517 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 150667593 26628161536 11486 33554432000 4194304 4196468 140735992250752 139915151125008 139915204830933 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14123008 140735992259730 140735992259907 140735992259907 140735992262607 0
[pid=26035/tid=26044] ppid=26033 vsize=26004064 memory=140190618322352 CPUtime=0 cores=0-7
/proc/26035/task/26044/stat : 26044 (java) S 26033 26033 25517 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 150667593 26628161536 11486 33554432000 4194304 4196468 140735992250752 139915150072464 139915204830933 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14123008 140735992259730 140735992259907 140735992259907 140735992262607 0
[pid=26035/tid=26045] ppid=26033 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/26035/task/26045/stat : 26045 (java) S 26033 26033 25517 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 150667594 26628161536 11486 33554432000 4194304 4196468 140735992250752 139913744886256 139915204831874 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14123008 140735992259730 140735992259907 140735992259907 140735992262607 0
[pid=26035/tid=26046] ppid=26033 vsize=26004064 memory=280381236651664 CPUtime=0 cores=0-7
/proc/26035/task/26046/stat : 26046 (java) S 26033 26033 25517 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 150667595 26628161536 11486 33554432000 4194304 4196468 140735992250752 139913743832480 139915204830933 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14123008 140735992259730 140735992259907 140735992259907 140735992262607 0
[pid=26035/tid=26047] ppid=26033 vsize=26004064 memory=280381236658576 CPUtime=0 cores=0-7
/proc/26035/task/26047/stat : 26047 (java) S 26033 26033 25517 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 150667595 26628161536 11486 33554432000 4194304 4196468 140735992250752 139913742779888 139915204830933 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14123008 140735992259730 140735992259907 140735992259907 140735992262607 0
[pid=26035/tid=26048] ppid=26033 vsize=26004064 memory=280381236599856 CPUtime=0 cores=0-7
/proc/26035/task/26048/stat : 26048 (java) S 26033 26033 25517 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 150667597 26628161536 11486 33554432000 4194304 4196468 140735992250752 139913741728464 139915204839323 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14123008 140735992259730 140735992259907 140735992259907 140735992262607 0
[pid=26035/tid=26049] ppid=26033 vsize=26004064 memory=280381236672400 CPUtime=0.03 cores=0-7
/proc/26035/task/26049/stat : 26049 (java) S 26033 26033 25517 0 -1 1077944384 788 0 0 0 3 0 0 0 20 0 20 0 150667597 26628161536 11486 33554432000 4194304 4196468 140735992250752 139913740675056 139915204831874 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14123008 140735992259730 140735992259907 140735992259907 140735992262607 0
[pid=26035/tid=26050] ppid=26033 vsize=26004064 memory=280381236679312 CPUtime=0.02 cores=0-7
/proc/26035/task/26050/stat : 26050 (java) S 26033 26033 25517 0 -1 1077944384 177 0 0 0 2 0 0 0 20 0 20 0 150667597 26628161536 11486 33554432000 4194304 4196468 140735992250752 139913739622512 139915204831874 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14123008 140735992259730 140735992259907 140735992259907 140735992262607 0
[pid=26035/tid=26051] ppid=26033 vsize=26004064 memory=280381236677008 CPUtime=0.01 cores=0-7
/proc/26035/task/26051/stat : 26051 (java) S 26033 26033 25517 0 -1 1077944384 17 0 0 0 1 0 0 0 20 0 20 0 150667597 26628161536 11486 33554432000 4194304 4196468 140735992250752 139913738569968 139915204831874 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14123008 140735992259730 140735992259907 140735992259907 140735992262607 0
[pid=26035/tid=26052] ppid=26033 vsize=26004064 memory=280381236693168 CPUtime=0.12 cores=0-7
/proc/26035/task/26052/stat : 26052 (java) R 26033 26033 25517 0 -1 4202560 806 0 0 0 12 0 0 0 20 0 20 0 150667597 26628161536 11486 33554432000 4194304 4196468 140735992250752 139913737513792 139915183797560 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 14123008 140735992259730 140735992259907 140735992259907 140735992262607 0
[pid=26035/tid=26053] ppid=26033 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/26035/task/26053/stat : 26053 (java) S 26033 26033 25517 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 150667597 26628161536 11486 33554432000 4194304 4196468 140735992250752 139913736465120 139915204830933 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14123008 140735992259730 140735992259907 140735992259907 140735992262607 0
[pid=26035/tid=26054] ppid=26033 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/26035/task/26054/stat : 26054 (java) S 26033 26033 25517 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 150667598 26628161536 11486 33554432000 4194304 4196468 140735992250752 139913735412656 139915204831874 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14123008 140735992259730 140735992259907 140735992259907 140735992262607 0
Current children cumulated CPU time: 0.5 s
Current children cumulated vsize: 26013576 KiB
Current children cumulated memory: 47328 KiB

[startup+0.700911 s]
/proc/loadavg: 7.55 8.11 8.25 2/199 26054
/proc/meminfo: memFree=27006448/32770624 swapFree=67108860/67108860
[pid=26033] ppid=26030 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/26033/stat : 26033 (xcsp3-exec) S 26030 26033 25517 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 150667591 9740288 346 33554432000 4194304 5098028 140725613740112 140725613738216 139713377403516 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 30408704 140725613745253 140725613745463 140725613745463 140725613748203 0
/proc/26033/statm: 2378 346 289 221 0 87 0
[pid=26035] ppid=26033 vsize=26006188 memory=78112 CPUtime=1.17 cores=0-7
/proc/26035/stat : 26035 (java) S 26033 26033 25517 0 -1 1077944320 10648 0 0 0 112 5 0 0 20 0 20 0 150667591 26630336512 19528 33554432000 4194304 4196468 140735992250752 140735992233296 139915204820727 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 14123008 140735992259730 140735992259907 140735992259907 140735992262607 0
/proc/26035/statm: 6501547 19528 3183 1 0 6488781 0
[pid=26035/tid=26036] ppid=26033 vsize=26006188 memory=280381236988096 CPUtime=0.67 cores=0-7
/proc/26035/task/26036/stat : 26036 (java) R 26033 26033 25517 0 -1 4202560 6688 0 0 0 64 3 0 0 20 0 20 0 150667592 26630336512 19528 33554432000 4194304 4196468 140735992250752 139915209056840 139914820584009 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 14123008 140735992259730 140735992259907 140735992259907 140735992262607 0
[pid=26035/tid=26037] ppid=26033 vsize=26006188 memory=1420 CPUtime=0 cores=0-7
/proc/26035/task/26037/stat : 26037 (java) S 26033 26033 25517 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 150667593 26630336512 19528 33554432000 4194304 4196468 140735992250752 139915157441296 139915204830933 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14123008 140735992259730 140735992259907 140735992259907 140735992262607 0
[pid=26035/tid=26038] ppid=26033 vsize=26006188 memory=11108 CPUtime=0 cores=0-7
/proc/26035/task/26038/stat : 26038 (java) S 26033 26033 25517 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 150667593 26630336512 19528 33554432000 4194304 4196468 140735992250752 139915156388752 139915204830933 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14123008 140735992259730 140735992259907 140735992259907 140735992262607 0
[pid=26035/tid=26039] ppid=26033 vsize=26006188 memory=1712 CPUtime=0 cores=0-7
/proc/26035/task/26039/stat : 26039 (java) S 26033 26033 25517 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 150667593 26630336512 19528 33554432000 4194304 4196468 140735992250752 139915155336208 139915204830933 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14123008 140735992259730 140735992259907 140735992259907 140735992262607 0

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

[pid=26033] ppid=26030 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/26033/stat : 26033 (xcsp3-exec) S 26030 26033 25517 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 150667591 9740288 346 33554432000 4194304 5098028 140725613740112 140725613738216 139713377403516 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 30408704 140725613745253 140725613745463 140725613745463 140725613748203 0
/proc/26033/statm: 2378 346 289 221 0 87 0
[pid=26035] ppid=26033 vsize=26006188 memory=15971456 CPUtime=9693.85 cores=0-7
/proc/26035/stat : 26035 (java) S 26033 26033 25517 0 -1 1077944320 2390830 0 0 0 962163 7222 0 0 20 0 20 0 150667591 26630336512 3992864 33554432000 4194304 4196468 140735992250752 140735992233296 139915204820727 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 14123008 140735992259730 140735992259907 140735992259907 140735992262607 0
/proc/26035/statm: 6501547 3992864 3271 1 0 6488781 0
[pid=26035/tid=26036] ppid=26033 vsize=26006188 memory=8612 CPUtime=164.65 cores=0-7
/proc/26035/task/26036/stat : 26036 (java) S 26033 26033 25517 0 -1 1077944384 30564 0 0 0 16451 14 0 0 20 0 20 0 150667592 26630336512 3992864 33554432000 4194304 4196468 140735992250752 139915209061008 139915204830933 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14123008 140735992259730 140735992259907 140735992259907 140735992262607 0
[pid=26035/tid=26037] ppid=26033 vsize=26006188 memory=1224 CPUtime=1183.26 cores=0-7
/proc/26035/task/26037/stat : 26037 (java) R 26033 26033 25517 0 -1 4202560 168806 0 0 0 117475 851 0 0 20 0 20 0 150667593 26630336512 3992864 33554432000 4194304 4196468 140735992250752 139915157441104 139915197448935 0 4 0 16800975 0 0 0 -1 4 0 0 39 0 0 6293624 6294260 14123008 140735992259730 140735992259907 140735992259907 140735992262607 0
[pid=26035/tid=26038] ppid=26033 vsize=26006188 memory=792 CPUtime=1185.01 cores=0-7
/proc/26035/task/26038/stat : 26038 (java) R 26033 26033 25517 0 -1 4202560 191619 0 0 0 117606 895 0 0 20 0 20 0 150667593 26630336512 3992864 33554432000 4194304 4196468 140735992250752 139915156388560 139915197448935 0 4 0 16800975 0 0 0 -1 0 0 0 34 0 0 6293624 6294260 14123008 140735992259730 140735992259907 140735992259907 140735992262607 0
[pid=26035/tid=26039] ppid=26033 vsize=26006188 memory=1004 CPUtime=1182.29 cores=0-7
/proc/26035/task/26039/stat : 26039 (java) R 26033 26033 25517 0 -1 4202560 143176 0 0 0 117411 818 0 0 20 0 20 0 150667593 26630336512 3992864 33554432000 4194304 4196468 140735992250752 139915155336016 139915197448935 0 4 0 16800975 0 0 0 -1 5 0 0 38 0 0 6293624 6294260 14123008 140735992259730 140735992259907 140735992259907 140735992262607 0
[pid=26035/tid=26040] ppid=26033 vsize=26006188 memory=5788 CPUtime=1190.87 cores=0-7
/proc/26035/task/26040/stat : 26040 (java) R 26033 26033 25517 0 -1 4202560 197579 0 0 0 118120 967 0 0 20 0 20 0 150667593 26630336512 3992864 33554432000 4194304 4196468 140735992250752 139915154283784 139915197448935 0 4 0 16800975 0 0 0 -1 7 0 0 39 0 0 6293624 6294260 14123008 140735992259730 140735992259907 140735992259907 140735992262607 0
[pid=26035/tid=26041] ppid=26033 vsize=26006188 memory=-3622645143214314312 CPUtime=1181.49 cores=0-7
/proc/26035/task/26041/stat : 26041 (java) R 26033 26033 25517 0 -1 4202560 147630 0 0 0 117260 889 0 0 20 0 20 0 150667593 26630336512 3992864 33554432000 4194304 4196468 140735992250752 139915153229904 139915197448935 0 4 0 16800975 0 0 0 -1 2 0 0 34 0 0 6293624 6294260 14123008 140735992259730 140735992259907 140735992259907 140735992262607 0
[pid=26035/tid=26042] ppid=26033 vsize=26006188 memory=18448 CPUtime=1181.67 cores=0-7
/proc/26035/task/26042/stat : 26042 (java) R 26033 26033 25517 0 -1 4202560 156246 0 0 0 117207 960 0 0 20 0 20 0 150667593 26630336512 3992864 33554432000 4194304 4196468 140735992250752 139915152177672 139915197448935 0 4 0 16800975 0 0 0 -1 1 0 0 37 0 0 6293624 6294260 14123008 140735992259730 140735992259907 140735992259907 140735992262607 0
[pid=26035/tid=26043] ppid=26033 vsize=26006188 memory=23448 CPUtime=1180.25 cores=0-7
/proc/26035/task/26043/stat : 26043 (java) S 26033 26033 25517 0 -1 1077944384 183370 0 0 0 117188 837 0 0 20 0 20 0 150667593 26630336512 3992864 33554432000 4194304 4196468 140735992250752 139915151124816 139915204831874 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 31 0 0 6293624 6294260 14123008 140735992259730 140735992259907 140735992259907 140735992262607 0
[pid=26035/tid=26044] ppid=26033 vsize=26006188 memory=4044 CPUtime=1180.46 cores=0-7
/proc/26035/task/26044/stat : 26044 (java) R 26033 26033 25517 0 -1 4202560 176441 0 0 0 117173 873 0 0 20 0 20 0 150667593 26630336512 3992864 33554432000 4194304 4196468 140735992250752 139915150072664 139915189520675 0 4 0 16800975 0 0 0 -1 3 0 0 37 0 0 6293624 6294260 14123008 140735992259730 140735992259907 140735992259907 140735992262607 0
[pid=26035/tid=26045] ppid=26033 vsize=26006188 memory=1792 CPUtime=61.77 cores=0-7
/proc/26035/task/26045/stat : 26045 (java) S 26033 26033 25517 0 -1 1077944384 965717 0 0 0 6078 99 0 0 20 0 20 0 150667594 26630336512 3992864 33554432000 4194304 4196468 140735992250752 139913744884800 139915204830933 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 6 0 0 6293624 6294260 14123008 140735992259730 140735992259907 140735992259907 140735992262607 0
[pid=26035/tid=26046] ppid=26033 vsize=26006188 memory=6791534058613427641 CPUtime=0 cores=0-7
/proc/26035/task/26046/stat : 26046 (java) S 26033 26033 25517 0 -1 1077944384 105 0 0 0 0 0 0 0 20 0 20 0 150667595 26630336512 3992864 33554432000 4194304 4196468 140735992250752 139913743832544 139915204830933 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14123008 140735992259730 140735992259907 140735992259907 140735992262607 0
[pid=26035/tid=26047] ppid=26033 vsize=26006188 memory=1420 CPUtime=0 cores=0-7
/proc/26035/task/26047/stat : 26047 (java) S 26033 26033 25517 0 -1 1077944384 204 0 0 0 0 0 0 0 20 0 20 0 150667595 26630336512 3992864 33554432000 4194304 4196468 140735992250752 139913742779904 139915204830933 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14123008 140735992259730 140735992259907 140735992259907 140735992262607 0
[pid=26035/tid=26048] ppid=26033 vsize=26006188 memory=11108 CPUtime=0 cores=0-7
/proc/26035/task/26048/stat : 26048 (java) S 26033 26033 25517 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 150667597 26630336512 3992864 33554432000 4194304 4196468 140735992250752 139913741728464 139915204839323 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14123008 140735992259730 140735992259907 140735992259907 140735992262607 0
[pid=26035/tid=26049] ppid=26033 vsize=26006188 memory=1712 CPUtime=0.3 cores=0-7
/proc/26035/task/26049/stat : 26049 (java) S 26033 26033 25517 0 -1 1077944384 5663 0 0 0 29 1 0 0 20 0 20 0 150667597 26630336512 3992864 33554432000 4194304 4196468 140735992250752 139913740675104 139915204830933 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14123008 140735992259730 140735992259907 140735992259907 140735992262607 0
[pid=26035/tid=26050] ppid=26033 vsize=26006188 memory=1952 CPUtime=0.32 cores=0-7
/proc/26035/task/26050/stat : 26050 (java) S 26033 26033 25517 0 -1 1077944384 4754 0 0 0 31 1 0 0 20 0 20 0 150667597 26630336512 3992864 33554432000 4194304 4196468 140735992250752 139913739622272 139915204830933 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14123008 140735992259730 140735992259907 140735992259907 140735992262607 0
[pid=26035/tid=26051] ppid=26033 vsize=26006188 memory=1384 CPUtime=0.3 cores=0-7
/proc/26035/task/26051/stat : 26051 (java) S 26033 26033 25517 0 -1 1077944384 4443 0 0 0 29 1 0 0 20 0 20 0 150667597 26630336512 3992864 33554432000 4194304 4196468 140735992250752 139913738570016 139915204830933 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14123008 140735992259730 140735992259907 140735992259907 140735992262607 0
[pid=26035/tid=26052] ppid=26033 vsize=26006188 memory=15971456 CPUtime=0.54 cores=0-7
/proc/26035/task/26052/stat : 26052 (java) S 26033 26033 25517 0 -1 1077944384 10919 0 0 0 52 2 0 0 20 0 20 0 150667597 26630336512 3992864 33554432000 4194304 4196468 140735992250752 139913737517472 139915204830933 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14123008 140735992259730 140735992259907 140735992259907 140735992262607 0
[pid=26035/tid=26053] ppid=26033 vsize=26006188 memory=4612 CPUtime=0 cores=0-7
/proc/26035/task/26053/stat : 26053 (java) S 26033 26033 25517 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 150667597 26630336512 3992864 33554432000 4194304 4196468 140735992250752 139913736465120 139915204830933 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14123008 140735992259730 140735992259907 140735992259907 140735992262607 0
[pid=26035/tid=26054] ppid=26033 vsize=26006188 memory=15876 CPUtime=0.51 cores=0-7
/proc/26035/task/26054/stat : 26054 (java) S 26033 26033 25517 0 -1 1077944384 2354 0 0 0 30 21 0 0 20 0 20 0 150667598 26630336512 3992864 33554432000 4194304 4196468 140735992250752 139913735412656 139915204831874 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 13 0 0 6293624 6294260 14123008 140735992259730 140735992259907 140735992259907 140735992262607 0
Current children cumulated CPU time: 9693.85 s
Current children cumulated vsize: 26015700 KiB
Current children cumulated memory: 15972840 KiB

[startup+1432 s]*
/proc/loadavg: 7.90 7.82 7.40 2/199 26072
/proc/meminfo: memFree=11070868/32770624 swapFree=67108860/67108860
[pid=26033] ppid=26030 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/26033/stat : 26033 (xcsp3-exec) S 26030 26033 25517 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 150667591 9740288 346 33554432000 4194304 5098028 140725613740112 140725613738216 139713377403516 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 30408704 140725613745253 140725613745463 140725613745463 140725613748203 0
/proc/26033/statm: 2378 346 289 221 0 87 0
[pid=26035] ppid=26033 vsize=26006188 memory=15971456 CPUtime=9699.61 cores=0-7
/proc/26035/stat : 26035 (java) S 26033 26033 25517 0 -1 1077944320 2392342 0 0 0 962737 7224 0 0 20 0 20 0 150667591 26630336512 3992864 33554432000 4194304 4196468 140735992250752 140735992233296 139915204820727 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 14123008 140735992259730 140735992259907 140735992259907 140735992262607 0
/proc/26035/statm: 6501547 3992864 3271 1 0 6488781 0
[pid=26035/tid=26036] ppid=26033 vsize=26006188 memory=4140 CPUtime=164.65 cores=0-7
/proc/26035/task/26036/stat : 26036 (java) S 26033 26033 25517 0 -1 1077944384 30564 0 0 0 16451 14 0 0 20 0 20 0 150667592 26630336512 3992864 33554432000 4194304 4196468 140735992250752 139915209061008 139915204830933 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14123008 140735992259730 140735992259907 140735992259907 140735992262607 0
[pid=26035/tid=26037] ppid=26033 vsize=26006188 memory=-7003737579269690708 CPUtime=1183.86 cores=0-7
/proc/26035/task/26037/stat : 26037 (java) S 26033 26033 25517 0 -1 1077944384 168806 0 0 0 117534 852 0 0 20 0 20 0 150667593 26630336512 3992864 33554432000 4194304 4196468 140735992250752 139915157441296 139915204830933 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 39 0 0 6293624 6294260 14123008 140735992259730 140735992259907 140735992259907 140735992262607 0
[pid=26035/tid=26038] ppid=26033 vsize=26006188 memory=2200 CPUtime=1185.6 cores=0-7
/proc/26035/task/26038/stat : 26038 (java) S 26033 26033 25517 0 -1 1077944384 191619 0 0 0 117665 895 0 0 20 0 20 0 150667593 26630336512 3992864 33554432000 4194304 4196468 140735992250752 139915156388752 139915204830933 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 34 0 0 6293624 6294260 14123008 140735992259730 140735992259907 140735992259907 140735992262607 0
[pid=26035/tid=26039] ppid=26033 vsize=26006188 memory=7792 CPUtime=1182.88 cores=0-7
/proc/26035/task/26039/stat : 26039 (java) S 26033 26033 25517 0 -1 1077944384 143176 0 0 0 117470 818 0 0 20 0 20 0 150667593 26630336512 3992864 33554432000 4194304 4196468 140735992250752 139915155336208 139915204830933 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 38 0 0 6293624 6294260 14123008 140735992259730 140735992259907 140735992259907 140735992262607 0
[pid=26035/tid=26040] ppid=26033 vsize=26006188 memory=840 CPUtime=1191.45 cores=0-7
/proc/26035/task/26040/stat : 26040 (java) S 26033 26033 25517 0 -1 1077944384 197579 0 0 0 118178 967 0 0 20 0 20 0 150667593 26630336512 3992864 33554432000 4194304 4196468 140735992250752 139915154283664 139915204830933 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 39 0 0 6293624 6294260 14123008 140735992259730 140735992259907 140735992259907 140735992262607 0
[pid=26035/tid=26041] ppid=26033 vsize=26006188 memory=1692 CPUtime=1182.09 cores=0-7
/proc/26035/task/26041/stat : 26041 (java) S 26033 26033 25517 0 -1 1077944384 147630 0 0 0 117319 890 0 0 20 0 20 0 150667593 26630336512 3992864 33554432000 4194304 4196468 140735992250752 139915153230096 139915204830933 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 34 0 0 6293624 6294260 14123008 140735992259730 140735992259907 140735992259907 140735992262607 0
[pid=26035/tid=26042] ppid=26033 vsize=26006188 memory=916 CPUtime=1182.27 cores=0-7
/proc/26035/task/26042/stat : 26042 (java) S 26033 26033 25517 0 -1 1077944384 156246 0 0 0 117267 960 0 0 20 0 20 0 150667593 26630336512 3992864 33554432000 4194304 4196468 140735992250752 139915152177552 139915204830933 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 37 0 0 6293624 6294260 14123008 140735992259730 140735992259907 140735992259907 140735992262607 0
[pid=26035/tid=26043] ppid=26033 vsize=26006188 memory=4116 CPUtime=1180.84 cores=0-7
/proc/26035/task/26043/stat : 26043 (java) S 26033 26033 25517 0 -1 1077944384 183370 0 0 0 117247 837 0 0 20 0 20 0 150667593 26630336512 3992864 33554432000 4194304 4196468 140735992250752 139915151125008 139915204830933 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 31 0 0 6293624 6294260 14123008 140735992259730 140735992259907 140735992259907 140735992262607 0
[pid=26035/tid=26044] ppid=26033 vsize=26006188 memory=1152 CPUtime=1181.08 cores=0-7
/proc/26035/task/26044/stat : 26044 (java) S 26033 26033 25517 0 -1 1077944384 176441 0 0 0 117235 873 0 0 20 0 20 0 150667593 26630336512 3992864 33554432000 4194304 4196468 140735992250752 139915150072464 139915204830933 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 37 0 0 6293624 6294260 14123008 140735992259730 140735992259907 140735992259907 140735992262607 0
[pid=26035/tid=26045] ppid=26033 vsize=26006188 memory=3440 CPUtime=62.77 cores=0-7
/proc/26035/task/26045/stat : 26045 (java) R 26033 26033 25517 0 -1 4202560 967229 0 0 0 6177 100 0 0 20 0 20 0 150667594 26630336512 3992864 33554432000 4194304 4196468 140735992250752 139913744884688 139915189817124 0 0 0 16800975 0 0 0 -1 0 0 0 6 0 0 6293624 6294260 14123008 140735992259730 140735992259907 140735992259907 140735992262607 0
[pid=26035/tid=26046] ppid=26033 vsize=26006188 memory=1384 CPUtime=0 cores=0-7
/proc/26035/task/26046/stat : 26046 (java) S 26033 26033 25517 0 -1 1077944384 105 0 0 0 0 0 0 0 20 0 20 0 150667595 26630336512 3992864 33554432000 4194304 4196468 140735992250752 139913743832544 139915204830933 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14123008 140735992259730 140735992259907 140735992259907 140735992262607 0
[pid=26035/tid=26047] ppid=26033 vsize=26006188 memory=15971456 CPUtime=0 cores=0-7
/proc/26035/task/26047/stat : 26047 (java) S 26033 26033 25517 0 -1 1077944384 204 0 0 0 0 0 0 0 20 0 20 0 150667595 26630336512 3992864 33554432000 4194304 4196468 140735992250752 139913742779904 139915204830933 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14123008 140735992259730 140735992259907 140735992259907 140735992262607 0
[pid=26035/tid=26048] ppid=26033 vsize=26006188 memory=6791534058613427641 CPUtime=0 cores=0-7
/proc/26035/task/26048/stat : 26048 (java) S 26033 26033 25517 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 150667597 26630336512 3992864 33554432000 4194304 4196468 140735992250752 139913741728464 139915204839323 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14123008 140735992259730 140735992259907 140735992259907 140735992262607 0
[pid=26035/tid=26049] ppid=26033 vsize=26006188 memory=288230621803970871 CPUtime=0.3 cores=0-7
/proc/26035/task/26049/stat : 26049 (java) S 26033 26033 25517 0 -1 1077944384 5663 0 0 0 29 1 0 0 20 0 20 0 150667597 26630336512 3992864 33554432000 4194304 4196468 140735992250752 139913740675104 139915204830933 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14123008 140735992259730 140735992259907 140735992259907 140735992262607 0
[pid=26035/tid=26050] ppid=26033 vsize=26006188 memory=15541808151136815 CPUtime=0.32 cores=0-7
/proc/26035/task/26050/stat : 26050 (java) S 26033 26033 25517 0 -1 1077944384 4754 0 0 0 31 1 0 0 20 0 20 0 150667597 26630336512 3992864 33554432000 4194304 4196468 140735992250752 139913739622272 139915204830933 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14123008 140735992259730 140735992259907 140735992259907 140735992262607 0
[pid=26035/tid=26051] ppid=26033 vsize=26006188 memory=1384 CPUtime=0.3 cores=0-7
/proc/26035/task/26051/stat : 26051 (java) S 26033 26033 25517 0 -1 1077944384 4443 0 0 0 29 1 0 0 20 0 20 0 150667597 26630336512 3992864 33554432000 4194304 4196468 140735992250752 139913738570016 139915204830933 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14123008 140735992259730 140735992259907 140735992259907 140735992262607 0
[pid=26035/tid=26052] ppid=26033 vsize=26006188 memory=15971456 CPUtime=0.54 cores=0-7
/proc/26035/task/26052/stat : 26052 (java) S 26033 26033 25517 0 -1 1077944384 10919 0 0 0 52 2 0 0 20 0 20 0 150667597 26630336512 3992864 33554432000 4194304 4196468 140735992250752 139913737517472 139915204830933 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14123008 140735992259730 140735992259907 140735992259907 140735992262607 0
[pid=26035/tid=26053] ppid=26033 vsize=26006188 memory=1384 CPUtime=0 cores=0-7
/proc/26035/task/26053/stat : 26053 (java) S 26033 26033 25517 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 150667597 26630336512 3992864 33554432000 4194304 4196468 140735992250752 139913736465120 139915204830933 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14123008 140735992259730 140735992259907 140735992259907 140735992262607 0
[pid=26035/tid=26054] ppid=26033 vsize=26006188 memory=-7003737579269690708 CPUtime=0.51 cores=0-7
/proc/26035/task/26054/stat : 26054 (java) S 26033 26033 25517 0 -1 1077944384 2354 0 0 0 30 21 0 0 20 0 20 0 150667598 26630336512 3992864 33554432000 4194304 4196468 140735992250752 139913735412656 139915204831874 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 13 0 0 6293624 6294260 14123008 140735992259730 140735992259907 140735992259907 140735992262607 0
Current children cumulated CPU time: 9699.61 s
Current children cumulated vsize: 26015700 KiB
Current children cumulated memory: 15972840 KiB

[startup+1432.8 s]
/proc/loadavg: 7.90 7.82 7.40 2/199 26072
/proc/meminfo: memFree=11070868/32770624 swapFree=67108860/67108860
[pid=26033] ppid=26030 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/26033/stat : 26033 (xcsp3-exec) S 26030 26033 25517 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 150667591 9740288 346 33554432000 4194304 5098028 140725613740112 140725613738216 139713377403516 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 30408704 140725613745253 140725613745463 140725613745463 140725613748203 0
/proc/26033/statm: 2378 346 289 221 0 87 0
[pid=26035] ppid=26033 vsize=26006188 memory=15971456 CPUtime=9700.4 cores=0-7
/proc/26035/stat : 26035 (java) S 26033 26033 25517 0 -1 1077944320 2392476 0 0 0 962816 7224 0 0 20 0 20 0 150667591 26630336512 3992864 33554432000 4194304 4196468 140735992250752 140735992233296 139915204820727 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 14123008 140735992259730 140735992259907 140735992259907 140735992262607 0
/proc/26035/statm: 6501547 3992864 3271 1 0 6488781 0
[pid=26035/tid=26036] ppid=26033 vsize=26006188 memory=6791534058613427641 CPUtime=164.65 cores=0-7
/proc/26035/task/26036/stat : 26036 (java) S 26033 26033 25517 0 -1 1077944384 30564 0 0 0 16451 14 0 0 20 0 20 0 150667592 26630336512 3992864 33554432000 4194304 4196468 140735992250752 139915209061008 139915204830933 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14123008 140735992259730 140735992259907 140735992259907 140735992262607 0
[pid=26035/tid=26037] ppid=26033 vsize=26006188 memory=15971456 CPUtime=1183.86 cores=0-7
/proc/26035/task/26037/stat : 26037 (java) S 26033 26033 25517 0 -1 1077944384 168806 0 0 0 117534 852 0 0 20 0 20 0 150667593 26630336512 3992864 33554432000 4194304 4196468 140735992250752 139915157441296 139915204830933 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 39 0 0 6293624 6294260 14123008 140735992259730 140735992259907 140735992259907 140735992262607 0
[pid=26035/tid=26038] ppid=26033 vsize=26006188 memory=1292 CPUtime=1185.6 cores=0-7
/proc/26035/task/26038/stat : 26038 (java) S 26033 26033 25517 0 -1 1077944384 191619 0 0 0 117665 895 0 0 20 0 20 0 150667593 26630336512 3992864 33554432000 4194304 4196468 140735992250752 139915156388752 139915204830933 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 34 0 0 6293624 6294260 14123008 140735992259730 140735992259907 140735992259907 140735992262607 0
[pid=26035/tid=26039] ppid=26033 vsize=26006188 memory=2428 CPUtime=1182.88 cores=0-7
/proc/26035/task/26039/stat : 26039 (java) S 26033 26033 25517 0 -1 1077944384 143176 0 0 0 117470 818 0 0 20 0 20 0 150667593 26630336512 3992864 33554432000 4194304 4196468 140735992250752 139915155336208 139915204830933 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 38 0 0 6293624 6294260 14123008 140735992259730 140735992259907 140735992259907 140735992262607 0
[pid=26035/tid=26040] ppid=26033 vsize=26006188 memory=1728 CPUtime=1191.45 cores=0-7
/proc/26035/task/26040/stat : 26040 (java) S 26033 26033 25517 0 -1 1077944384 197579 0 0 0 118178 967 0 0 20 0 20 0 150667593 26630336512 3992864 33554432000 4194304 4196468 140735992250752 139915154283664 139915204830933 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 39 0 0 6293624 6294260 14123008 140735992259730 140735992259907 140735992259907 140735992262607 0
[pid=26035/tid=26041] ppid=26033 vsize=26006188 memory=1420 CPUtime=1182.09 cores=0-7
/proc/26035/task/26041/stat : 26041 (java) S 26033 26033 25517 0 -1 1077944384 147630 0 0 0 117319 890 0 0 20 0 20 0 150667593 26630336512 3992864 33554432000 4194304 4196468 140735992250752 139915153230096 139915204830933 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 34 0 0 6293624 6294260 14123008 140735992259730 140735992259907 140735992259907 140735992262607 0
[pid=26035/tid=26042] ppid=26033 vsize=26006188 memory=1292 CPUtime=1182.27 cores=0-7
/proc/26035/task/26042/stat : 26042 (java) S 26033 26033 25517 0 -1 1077944384 156246 0 0 0 117267 960 0 0 20 0 20 0 150667593 26630336512 3992864 33554432000 4194304 4196468 140735992250752 139915152177552 139915204830933 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 37 0 0 6293624 6294260 14123008 140735992259730 140735992259907 140735992259907 140735992262607 0
[pid=26035/tid=26043] ppid=26033 vsize=26006188 memory=2428 CPUtime=1180.84 cores=0-7
/proc/26035/task/26043/stat : 26043 (java) S 26033 26033 25517 0 -1 1077944384 183370 0 0 0 117247 837 0 0 20 0 20 0 150667593 26630336512 3992864 33554432000 4194304 4196468 140735992250752 139915151125008 139915204830933 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 31 0 0 6293624 6294260 14123008 140735992259730 140735992259907 140735992259907 140735992262607 0
[pid=26035/tid=26044] ppid=26033 vsize=26006188 memory=1728 CPUtime=1181.08 cores=0-7
/proc/26035/task/26044/stat : 26044 (java) S 26033 26033 25517 0 -1 1077944384 176441 0 0 0 117235 873 0 0 20 0 20 0 150667593 26630336512 3992864 33554432000 4194304 4196468 140735992250752 139915150072464 139915204830933 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 37 0 0 6293624 6294260 14123008 140735992259730 140735992259907 140735992259907 140735992262607 0
[pid=26035/tid=26045] ppid=26033 vsize=26006188 memory=1420 CPUtime=63.56 cores=0-7
/proc/26035/task/26045/stat : 26045 (java) R 26033 26033 25517 0 -1 4202560 967363 0 0 0 6256 100 0 0 20 0 20 0 150667594 26630336512 3992864 33554432000 4194304 4196468 140735992250752 139913744884688 139915189278297 0 0 0 16800975 0 0 0 -1 0 0 0 6 0 0 6293624 6294260 14123008 140735992259730 140735992259907 140735992259907 140735992262607 0
[pid=26035/tid=26046] ppid=26033 vsize=26006188 memory=11108 CPUtime=0 cores=0-7
/proc/26035/task/26046/stat : 26046 (java) S 26033 26033 25517 0 -1 1077944384 105 0 0 0 0 0 0 0 20 0 20 0 150667595 26630336512 3992864 33554432000 4194304 4196468 140735992250752 139913743832544 139915204830933 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14123008 140735992259730 140735992259907 140735992259907 140735992262607 0
[pid=26035/tid=26047] ppid=26033 vsize=26006188 memory=1384 CPUtime=0 cores=0-7
/proc/26035/task/26047/stat : 26047 (java) S 26033 26033 25517 0 -1 1077944384 204 0 0 0 0 0 0 0 20 0 20 0 150667595 26630336512 3992864 33554432000 4194304 4196468 140735992250752 139913742779904 139915204830933 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14123008 140735992259730 140735992259907 140735992259907 140735992262607 0
[pid=26035/tid=26048] ppid=26033 vsize=26006188 memory=15971456 CPUtime=0 cores=0-7
/proc/26035/task/26048/stat : 26048 (java) S 26033 26033 25517 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 150667597 26630336512 3992864 33554432000 4194304 4196468 140735992250752 139913741728464 139915204839323 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14123008 140735992259730 140735992259907 140735992259907 140735992262607 0
[pid=26035/tid=26049] ppid=26033 vsize=26006188 memory=6791534058613427641 CPUtime=0.3 cores=0-7
/proc/26035/task/26049/stat : 26049 (java) S 26033 26033 25517 0 -1 1077944384 5663 0 0 0 29 1 0 0 20 0 20 0 150667597 26630336512 3992864 33554432000 4194304 4196468 140735992250752 139913740675104 139915204830933 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14123008 140735992259730 140735992259907 140735992259907 140735992262607 0
[pid=26035/tid=26050] ppid=26033 vsize=26006188 memory=3047711553320166262 CPUtime=0.32 cores=0-7
/proc/26035/task/26050/stat : 26050 (java) S 26033 26033 25517 0 -1 1077944384 4754 0 0 0 31 1 0 0 20 0 20 0 150667597 26630336512 3992864 33554432000 4194304 4196468 140735992250752 139913739622272 139915204830933 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14123008 140735992259730 140735992259907 140735992259907 140735992262607 0
[pid=26035/tid=26051] ppid=26033 vsize=26006188 memory=8514701219730523551 CPUtime=0.3 cores=0-7
/proc/26035/task/26051/stat : 26051 (java) S 26033 26033 25517 0 -1 1077944384 4443 0 0 0 29 1 0 0 20 0 20 0 150667597 26630336512 3992864 33554432000 4194304 4196468 140735992250752 139913738570016 139915204830933 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14123008 140735992259730 140735992259907 140735992259907 140735992262607 0
[pid=26035/tid=26052] ppid=26033 vsize=26006188 memory=7453284095885595237 CPUtime=0.54 cores=0-7
/proc/26035/task/26052/stat : 26052 (java) S 26033 26033 25517 0 -1 1077944384 10919 0 0 0 52 2 0 0 20 0 20 0 150667597 26630336512 3992864 33554432000 4194304 4196468 140735992250752 139913737517472 139915204830933 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14123008 140735992259730 140735992259907 140735992259907 140735992262607 0
[pid=26035/tid=26053] ppid=26033 vsize=26006188 memory=6152591535866275169 CPUtime=0 cores=0-7
/proc/26035/task/26053/stat : 26053 (java) S 26033 26033 25517 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 150667597 26630336512 3992864 33554432000 4194304 4196468 140735992250752 139913736465120 139915204830933 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14123008 140735992259730 140735992259907 140735992259907 140735992262607 0
[pid=26035/tid=26054] ppid=26033 vsize=26006188 memory=7235710566141946944 CPUtime=0.51 cores=0-7
/proc/26035/task/26054/stat : 26054 (java) S 26033 26033 25517 0 -1 1077944384 2354 0 0 0 30 21 0 0 20 0 20 0 150667598 26630336512 3992864 33554432000 4194304 4196468 140735992250752 139913735412656 139915204831874 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 13 0 0 6293624 6294260 14123008 140735992259730 140735992259907 140735992259907 140735992262607 0
Current children cumulated CPU time: 9700.4 s
Current children cumulated vsize: 26015700 KiB
Current children cumulated memory: 15972840 KiB

[startup+1433.2 s]
/proc/loadavg: 7.90 7.82 7.40 2/199 26072
/proc/meminfo: memFree=11070868/32770624 swapFree=67108860/67108860
[pid=26033] ppid=26030 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/26033/stat : 26033 (xcsp3-exec) S 26030 26033 25517 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 150667591 9740288 346 33554432000 4194304 5098028 140725613740112 140725613738216 139713377403516 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 30408704 140725613745253 140725613745463 140725613745463 140725613748203 0
/proc/26033/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): 1433.27
CPU time (s): 9700.89
CPU user time (s): 9628.57
CPU system time (s): 72.3187
CPU usage (%): 676.835
Max. virtual memory (cumulated for all children) (KiB): 26015700
Max. memory (cumulated for all children) (KiB): 15972840

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 9628.57
system time used= 72.3187
maximum resident set size= 15971596
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2393188
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1896
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 201012
involuntary context switches= 236847


# summary of solver processes directly reported to runsolver:
#   pid: 26033
#   total CPU time (s): 9700.89
#   total CPU user time (s): 9628.57
#   total CPU system time (s): 72.3187

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 9.50532 second user time and 15.3027 second system time

The end

Launcher Data

Begin job on node107 at 2017-08-19 22:35:37
IDJOB=4281149
IDBENCH=139720
IDSOLVER=2675
FILE ID=node107/4281149-1503175797
RUNJOBID= node107-1503167371-25544
PBS_JOBID= 20630834
Free space on /tmp= 61868 MiB

SOLVER NAME= choco-solver 4.0.5 par
BENCH NAME= XCSP17/ChessboardColoration/ChessboardColoration-int-s1/ChessboardColoration-int-05-05.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-4281149-1503175797/watcher-4281149-1503175797 -o /tmp/evaluation-result-4281149-1503175797/solver-4281149-1503175797 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node107-1503167371-25544 --watchdog 2580  ./xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 22000 -tdir HOME -seed 876333364 HOME/instance-4281149-1503175797.xml

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

MD5SUM BENCH= cbd4b7ec6b21cb5f2314c56a12817dc1
RANDOM SEED=876333364

node107.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.84
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.84
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.84
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.84
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:        27057028 kB
MemAvailable:   31976772 kB
Buffers:          267780 kB
Cached:          4945688 kB
SwapCached:            0 kB
Active:           834712 kB
Inactive:        4431240 kB
Active(anon):      55420 kB
Inactive(anon):    33132 kB
Active(file):     779292 kB
Inactive(file):  4398108 kB
Unevictable:        7640 kB
Mlocked:            7640 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              7788 kB
Writeback:             0 kB
AnonPages:         60260 kB
Mapped:            51328 kB
Shmem:             33420 kB
Slab:             142092 kB
SReclaimable:     116356 kB
SUnreclaim:        25736 kB
KernelStack:        3232 kB
PageTables:         4812 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     332796 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:      6144 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:       91520 kB
DirectMap2M:    33454080 kB

Free space on /tmp at the end= 61860 MiB
End job on node107 at 2017-08-19 22:59:30