Trace number 4406794

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 NameAnswerCPU timeWall clock time
choco-solver 2019-09-24 parallel? 2088.88 461.001

General information on the benchmark

NameRoomMate/
RoomMate-int-s1/RoomMate-sr1000c-int.xml
MD5SUM2ff4403728a82746813109e0b9ab6660
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark495.64
Satisfiable
(Un)Satisfiability was proved
Number of variables1000
Number of constraints1998000
Number of domains1
Minimum domain size999
Maximum domain size999
Distribution of domain sizes[{"size":999,"count":1000}]
Minimum variable degree3996
Maximum variable degree3996
Distribution of variable degrees[{"degree":3996,"count":1000}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":1998000}]
Number of extensional constraints0
Number of intensional constraints1998000
Distribution of constraint types[{"type":"intension","count":1998000}]
Optimization problemNO
Type of objective

Solver Data

0.00/0.00	c java -server -Xmx24000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4406794-1569349302.xml"  -tl '20160s' -p 8
0.12/0.18	c Choco e747e1e
0.12/0.18	c [HOME/instance-4406794-1569349302.xml, -tl, 20160s, -p, 8]
0.34/0.22	c 8 solvers in parallel
0.34/0.29	c parse instance...
2088.67/460.88	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
2088.67/460.88		at org.chocosolver.solver.constraints.extension.nary.TuplesList.<init>(TuplesList.java:48)
2088.67/460.88		at org.chocosolver.solver.constraints.extension.nary.RelationFactory.makeListBasedRelation(RelationFactory.java:63)
2088.67/460.88		at org.chocosolver.solver.constraints.extension.nary.PropLargeGACSTRPos.<init>(PropLargeGACSTRPos.java:112)
2088.67/460.88		at org.chocosolver.solver.constraints.IIntConstraintFactory.table(IIntConstraintFactory.java:2125)
2088.67/460.88		at org.chocosolver.solver.constraints.IIntConstraintFactory.table(IIntConstraintFactory.java:2055)
2088.67/460.88		at org.chocosolver.solver.expression.discrete.relational.ReExpression.extension(ReExpression.java:152)
2088.67/460.88		at org.chocosolver.parser.xcsp.XCSPParser.buildCtrIntension(XCSPParser.java:112)
2088.67/460.88		at org.xcsp.parser.loaders.CtrLoaderInteger.intension(CtrLoaderInteger.java:283)
2088.67/460.88		at org.xcsp.parser.loaders.CtrLoaderInteger.load(CtrLoaderInteger.java:164)
2088.67/460.88		at org.xcsp.parser.XCallbacks.loadCtr(XCallbacks.java:527)
2088.67/460.88		at org.xcsp.parser.XCallbacks.lambda$loadCtrs$3(XCallbacks.java:510)
2088.67/460.88		at org.xcsp.parser.XCallbacks$$Lambda$95/517052730.accept(Unknown Source)
2088.67/460.88		at java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
2088.67/460.88		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:580)
2088.67/460.88		at org.xcsp.parser.XCallbacks.loadCtrs(XCallbacks.java:507)
2088.67/460.88		at org.chocosolver.parser.xcsp.XCSPParser.loadGroup(XCSPParser.java:1416)
2088.67/460.88		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:422)
2088.67/460.88		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:407)
2088.67/460.88		at org.xcsp.parser.XCallbacks.loadInstance(XCallbacks.java:297)
2088.67/460.88		at org.xcsp.parser.XCallbacks.loadInstance(XCallbacks.java:320)
2088.67/460.88		at org.chocosolver.parser.xcsp.XCSPParser.model(XCSPParser.java:88)
2088.67/460.88		at org.chocosolver.parser.xcsp.XCSP.parse(XCSP.java:111)
2088.67/460.88		at org.chocosolver.parser.xcsp.XCSP.buildModel(XCSP.java:99)
2088.67/460.88		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:22)
2088.67/460.88	s UNKNOWN
2088.67/460.88	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 (14558 MiB free)
  memory of node 1: 16384 MiB (13431 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /var/tmp/evaluation-result-4406794-1569349302/watcher-4406794-1569349302 -o /var/tmp/evaluation-result-4406794-1569349302/solver-4406794-1569349302 -C 20160 -W 2520 -M 31000 --bin-var /var/tmp/runsolver-exch-node107-1569345579-15751 --watchdog 2580 xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 362371752 HOME/instance-4406794-1569349302.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=15768, runsolver pid=15765

[startup+0.100092 s]*
/proc/loadavg: 7.71 8.01 8.20 2/210 15789
/proc/meminfo: memFree=28646020/32770624 swapFree=66954100/67108860
[pid=15768] ppid=15765 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/15768/stat : 15768 (xcsp3-exec) S 15765 15768 15724 0 -1 4202496 546 0 0 0 0 0 0 0 20 0 1 0 511185690 115843072 363 33554432000 4194304 5098028 140726592735936 140726592734040 139939262857852 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 14929920 140726592742226 140726592742485 140726592742485 140726592745414 0
/proc/15768/statm: 28282 363 304 221 0 87 0
[pid=15770] ppid=15768 vsize=28227396 memory=29052 CPUtime=0.12 cores=0-7
/proc/15770/stat : 15770 (java) S 15768 15768 15724 0 -1 1077944320 5687 0 0 0 11 1 0 0 20 0 20 0 511185691 28904853504 7263 33554432000 4194304 4196468 140732256630608 140732256613152 139738188222199 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 16429056 140732256633814 140732256633990 140732256633990 140732256636879 0
/proc/15770/statm: 7056849 7263 3152 1 0 7019032 0
[pid=15770/tid=15771] ppid=15768 vsize=28227396 memory=576460756329955445 CPUtime=0.09 cores=0-7
/proc/15770/task/15771/stat : 15771 (java) R 15768 15768 15724 0 -1 4202560 3605 0 0 0 8 1 0 0 20 0 20 0 511185691 28904853504 7263 33554432000 4194304 4196468 140732256630608 139738192455472 139738172302686 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 16429056 140732256633814 140732256633990 140732256633990 140732256636879 0
[pid=15770/tid=15772] ppid=15768 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/15770/task/15772/stat : 15772 (java) S 15768 15768 15724 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 511185692 28904853504 7263 33554432000 4194304 4196468 140732256630608 139738108074896 139738188232405 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16429056 140732256633814 140732256633990 140732256633990 140732256636879 0
[pid=15770/tid=15773] ppid=15768 vsize=28227396 memory=3546218754710173344 CPUtime=0 cores=0-7
/proc/15770/task/15773/stat : 15773 (java) S 15768 15768 15724 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511185692 28904853504 7263 33554432000 4194304 4196468 140732256630608 139738107022096 139738188232405 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16429056 140732256633814 140732256633990 140732256633990 140732256636879 0
[pid=15770/tid=15774] ppid=15768 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/15770/task/15774/stat : 15774 (java) S 15768 15768 15724 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 511185692 28904853504 7263 33554432000 4194304 4196468 140732256630608 139738105969808 139738188232405 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16429056 140732256633814 140732256633990 140732256633990 140732256636879 0
[pid=15770/tid=15775] ppid=15768 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/15770/task/15775/stat : 15775 (java) S 15768 15768 15724 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511185692 28904853504 7263 33554432000 4194304 4196468 140732256630608 139738104917008 139738188232405 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16429056 140732256633814 140732256633990 140732256633990 140732256636879 0
[pid=15770/tid=15776] ppid=15768 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/15770/task/15776/stat : 15776 (java) S 15768 15768 15724 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511185692 28904853504 7263 33554432000 4194304 4196468 140732256630608 139737735223696 139738188232405 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16429056 140732256633814 140732256633990 140732256633990 140732256636879 0
[pid=15770/tid=15777] ppid=15768 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/15770/task/15777/stat : 15777 (java) S 15768 15768 15724 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511185692 28904853504 7263 33554432000 4194304 4196468 140732256630608 139737734170896 139738188232405 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16429056 140732256633814 140732256633990 140732256633990 140732256636879 0
[pid=15770/tid=15778] ppid=15768 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/15770/task/15778/stat : 15778 (java) S 15768 15768 15724 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511185692 28904853504 7263 33554432000 4194304 4196468 140732256630608 139737733118608 139738188232405 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16429056 140732256633814 140732256633990 140732256633990 140732256636879 0
[pid=15770/tid=15779] ppid=15768 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/15770/task/15779/stat : 15779 (java) S 15768 15768 15724 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511185692 28904853504 7263 33554432000 4194304 4196468 140732256630608 139737732065808 139738188232405 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16429056 140732256633814 140732256633990 140732256633990 140732256636879 0
[pid=15770/tid=15780] ppid=15768 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/15770/task/15780/stat : 15780 (java) S 15768 15768 15724 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 511185693 28904853504 7263 33554432000 4194304 4196468 140732256630608 139736634047088 139738188233346 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16429056 140732256633814 140732256633990 140732256633990 140732256636879 0
[pid=15770/tid=15781] ppid=15768 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/15770/task/15781/stat : 15781 (java) S 15768 15768 15724 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 511185694 28904853504 7263 33554432000 4194304 4196468 140732256630608 139736632993056 139738188232405 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16429056 140732256633814 140732256633990 140732256633990 140732256636879 0
[pid=15770/tid=15782] ppid=15768 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/15770/task/15782/stat : 15782 (java) S 15768 15768 15724 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 511185694 28904853504 7263 33554432000 4194304 4196468 140732256630608 139736631940720 139738188232405 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16429056 140732256633814 140732256633990 140732256633990 140732256636879 0
[pid=15770/tid=15783] ppid=15768 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/15770/task/15783/stat : 15783 (java) S 15768 15768 15724 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511185696 28904853504 7263 33554432000 4194304 4196468 140732256630608 139736630889040 139738188240795 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16429056 140732256633814 140732256633990 140732256633990 140732256636879 0
[pid=15770/tid=15784] ppid=15768 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/15770/task/15784/stat : 15784 (java) S 15768 15768 15724 0 -1 1077944384 419 0 0 0 0 0 0 0 20 0 20 0 511185696 28904853504 7263 33554432000 4194304 4196468 140732256630608 139736629835888 139738188233346 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16429056 140732256633814 140732256633990 140732256633990 140732256636879 0
[pid=15770/tid=15785] ppid=15768 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/15770/task/15785/stat : 15785 (java) S 15768 15768 15724 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511185696 28904853504 7263 33554432000 4194304 4196468 140732256630608 139736628783088 139738188233346 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16429056 140732256633814 140732256633990 140732256633990 140732256636879 0
[pid=15770/tid=15786] ppid=15768 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/15770/task/15786/stat : 15786 (java) S 15768 15768 15724 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 511185696 28904853504 7263 33554432000 4194304 4196468 140732256630608 139736309164400 139738188233346 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16429056 140732256633814 140732256633990 140732256633990 140732256636879 0
[pid=15770/tid=15787] ppid=15768 vsize=28227396 memory=0 CPUtime=0.02 cores=0-7
/proc/15770/task/15787/stat : 15787 (java) R 15768 15768 15724 0 -1 4202560 356 0 0 0 2 0 0 0 20 0 20 0 511185696 28904853504 7263 33554432000 4194304 4196468 140732256630608 139736308111600 139738172302686 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 16429056 140732256633814 140732256633990 140732256633990 140732256636879 0
[pid=15770/tid=15788] ppid=15768 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/15770/task/15788/stat : 15788 (java) S 15768 15768 15724 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 511185697 28904853504 7263 33554432000 4194304 4196468 140732256630608 139736307059552 139738188232405 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16429056 140732256633814 140732256633990 140732256633990 140732256636879 0
[pid=15770/tid=15789] ppid=15768 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/15770/task/15789/stat : 15789 (java) S 15768 15768 15724 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511185697 28904853504 7263 33554432000 4194304 4196468 140732256630608 139736306006832 139738188233346 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16429056 140732256633814 140732256633990 140732256633990 140732256636879 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 28340524 KiB
Current children cumulated memory: 30504 KiB

[startup+0.210503 s]*
/proc/loadavg: 7.71 8.01 8.20 2/210 15789
/proc/meminfo: memFree=28632684/32770624 swapFree=66954100/67108860
[pid=15768] ppid=15765 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/15768/stat : 15768 (xcsp3-exec) S 15765 15768 15724 0 -1 4202496 546 0 0 0 0 0 0 0 20 0 1 0 511185690 115843072 363 33554432000 4194304 5098028 140726592735936 140726592734040 139939262857852 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 14929920 140726592742226 140726592742485 140726592742485 140726592745414 0
/proc/15768/statm: 28282 363 304 221 0 87 0
[pid=15770] ppid=15768 vsize=28227396 memory=40892 CPUtime=0.34 cores=0-7
/proc/15770/stat : 15770 (java) S 15768 15768 15724 0 -1 1077944320 9493 0 0 0 30 4 0 0 20 0 20 0 511185691 28904853504 10223 33554432000 4194304 4196468 140732256630608 140732256613152 139738188222199 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 16429056 140732256633814 140732256633990 140732256633990 140732256636879 0
/proc/15770/statm: 7056849 10223 3256 1 0 7019032 0
[pid=15770/tid=15771] ppid=15768 vsize=28227396 memory=8316850467074736180 CPUtime=0.19 cores=0-7
/proc/15770/task/15771/stat : 15771 (java) R 15768 15768 15724 0 -1 4202560 6628 0 0 0 17 2 0 0 20 0 20 0 511185691 28904853504 10223 33554432000 4194304 4196468 140732256630608 139738192455664 139738188234134 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 16429056 140732256633814 140732256633990 140732256633990 140732256636879 0
[pid=15770/tid=15772] ppid=15768 vsize=28227396 memory=10927 CPUtime=0 cores=0-7
/proc/15770/task/15772/stat : 15772 (java) S 15768 15768 15724 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 511185692 28904853504 10223 33554432000 4194304 4196468 140732256630608 139738108074896 139738188232405 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16429056 140732256633814 140732256633990 140732256633990 140732256636879 0
[pid=15770/tid=15773] ppid=15768 vsize=28227396 memory=140694564299894 CPUtime=0 cores=0-7
/proc/15770/task/15773/stat : 15773 (java) S 15768 15768 15724 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511185692 28904853504 10223 33554432000 4194304 4196468 140732256630608 139738107022096 139738188232405 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16429056 140732256633814 140732256633990 140732256633990 140732256636879 0
[pid=15770/tid=15774] ppid=15768 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/15770/task/15774/stat : 15774 (java) S 15768 15768 15724 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 511185692 28904853504 10223 33554432000 4194304 4196468 140732256630608 139738105969808 139738188232405 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16429056 140732256633814 140732256633990 140732256633990 140732256636879 0
[pid=15770/tid=15775] ppid=15768 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/15770/task/15775/stat : 15775 (java) S 15768 15768 15724 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511185692 28904853504 10223 33554432000 4194304 4196468 140732256630608 139738104917008 139738188232405 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16429056 140732256633814 140732256633990 140732256633990 140732256636879 0
[pid=15770/tid=15776] ppid=15768 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/15770/task/15776/stat : 15776 (java) S 15768 15768 15724 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511185692 28904853504 10223 33554432000 4194304 4196468 140732256630608 139737735223696 139738188232405 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16429056 140732256633814 140732256633990 140732256633990 140732256636879 0
[pid=15770/tid=15777] ppid=15768 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/15770/task/15777/stat : 15777 (java) S 15768 15768 15724 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511185692 28904853504 10223 33554432000 4194304 4196468 140732256630608 139737734170896 139738188232405 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16429056 140732256633814 140732256633990 140732256633990 140732256636879 0
[pid=15770/tid=15778] ppid=15768 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/15770/task/15778/stat : 15778 (java) S 15768 15768 15724 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511185692 28904853504 10223 33554432000 4194304 4196468 140732256630608 139737733118608 139738188232405 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16429056 140732256633814 140732256633990 140732256633990 140732256636879 0
[pid=15770/tid=15779] ppid=15768 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/15770/task/15779/stat : 15779 (java) S 15768 15768 15724 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511185692 28904853504 10223 33554432000 4194304 4196468 140732256630608 139737732065808 139738188232405 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16429056 140732256633814 140732256633990 140732256633990 140732256636879 0
[pid=15770/tid=15780] ppid=15768 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/15770/task/15780/stat : 15780 (java) S 15768 15768 15724 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 511185693 28904853504 10223 33554432000 4194304 4196468 140732256630608 139736634047088 139738188233346 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16429056 140732256633814 140732256633990 140732256633990 140732256636879 0
[pid=15770/tid=15781] ppid=15768 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/15770/task/15781/stat : 15781 (java) S 15768 15768 15724 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 511185694 28904853504 10223 33554432000 4194304 4196468 140732256630608 139736632993056 139738188232405 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16429056 140732256633814 140732256633990 140732256633990 140732256636879 0
[pid=15770/tid=15782] ppid=15768 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/15770/task/15782/stat : 15782 (java) S 15768 15768 15724 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 511185694 28904853504 10223 33554432000 4194304 4196468 140732256630608 139736631940720 139738188232405 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16429056 140732256633814 140732256633990 140732256633990 140732256636879 0
[pid=15770/tid=15783] ppid=15768 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/15770/task/15783/stat : 15783 (java) S 15768 15768 15724 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511185696 28904853504 10223 33554432000 4194304 4196468 140732256630608 139736630889040 139738188240795 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16429056 140732256633814 140732256633990 140732256633990 140732256636879 0
[pid=15770/tid=15784] ppid=15768 vsize=28227396 memory=0 CPUtime=0.01 cores=0-7
/proc/15770/task/15784/stat : 15784 (java) S 15768 15768 15724 0 -1 1077944384 507 0 0 0 1 0 0 0 20 0 20 0 511185696 28904853504 10223 33554432000 4194304 4196468 140732256630608 139736629835888 139738188233346 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16429056 140732256633814 140732256633990 140732256633990 140732256636879 0
[pid=15770/tid=15785] ppid=15768 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/15770/task/15785/stat : 15785 (java) S 15768 15768 15724 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 20 0 511185696 28904853504 10223 33554432000 4194304 4196468 140732256630608 139736628783088 139738188233346 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16429056 140732256633814 140732256633990 140732256633990 140732256636879 0
[pid=15770/tid=15786] ppid=15768 vsize=28227396 memory=-1 CPUtime=0.02 cores=0-7
/proc/15770/task/15786/stat : 15786 (java) R 15768 15768 15724 0 -1 1077944384 195 0 0 0 2 0 0 0 20 0 20 0 511185696 28904853504 10223 33554432000 4194304 4196468 140732256630608 139736309164400 139738188233346 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 16429056 140732256633814 140732256633990 140732256633990 140732256636879 0
[pid=15770/tid=15787] ppid=15768 vsize=28227396 memory=-1 CPUtime=0.08 cores=0-7
/proc/15770/task/15787/stat : 15787 (java) R 15768 15768 15724 0 -1 4202560 794 0 0 0 8 0 0 0 20 0 20 0 511185696 28904853504 10223 33554432000 4194304 4196468 140732256630608 139736308111408 139738188243546 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 16429056 140732256633814 140732256633990 140732256633990 140732256636879 0
[pid=15770/tid=15788] ppid=15768 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/15770/task/15788/stat : 15788 (java) S 15768 15768 15724 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 511185697 28904853504 10223 33554432000 4194304 4196468 140732256630608 139736307059552 139738188232405 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16429056 140732256633814 140732256633990 140732256633990 140732256636879 0
[pid=15770/tid=15789] ppid=15768 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/15770/task/15789/stat : 15789 (java) S 15768 15768 15724 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511185697 28904853504 10223 33554432000 4194304 4196468 140732256630608 139736306006832 139738188233346 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16429056 140732256633814 140732256633990 140732256633990 140732256636879 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 28340524 KiB
Current children cumulated memory: 42344 KiB

[startup+0.310222 s]*
/proc/loadavg: 7.18 7.90 8.16 4/210 15789
/proc/meminfo: memFree=28625784/32770624 swapFree=66954100/67108860
[pid=15768] ppid=15765 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/15768/stat : 15768 (xcsp3-exec) S 15765 15768 15724 0 -1 4202496 546 0 0 0 0 0 0 0 20 0 1 0 511185690 115843072 363 33554432000 4194304 5098028 140726592735936 140726592734040 139939262857852 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 14929920 140726592742226 140726592742485 140726592742485 140726592745414 0
/proc/15768/statm: 28282 363 304 221 0 87 0
[pid=15770] ppid=15768 vsize=28231652 memory=49588 CPUtime=0.52 cores=0-7
/proc/15770/stat : 15770 (java) S 15768 15768 15724 0 -1 1077944320 10763 0 0 0 48 4 0 0 20 0 20 0 511185691 28909211648 12397 33554432000 4194304 4196468 140732256630608 140732256613152 139738188222199 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 16429056 140732256633814 140732256633990 140732256633990 140732256636879 0
/proc/15770/statm: 7057913 12397 3344 1 0 7019032 0
[pid=15770/tid=15771] ppid=15768 vsize=28231652 memory=8317482817917895235 CPUtime=0.29 cores=0-7
/proc/15770/task/15771/stat : 15771 (java) R 15768 15768 15724 0 -1 4202560 7716 0 0 0 26 3 0 0 20 0 20 0 511185691 28909211648 12397 33554432000 4194304 4196468 140732256630608 139738192455984 139738172302686 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 16429056 140732256633814 140732256633990 140732256633990 140732256636879 0
[pid=15770/tid=15772] ppid=15768 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/15770/task/15772/stat : 15772 (java) S 15768 15768 15724 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 511185692 28909211648 12397 33554432000 4194304 4196468 140732256630608 139738108074896 139738188232405 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16429056 140732256633814 140732256633990 140732256633990 140732256636879 0
[pid=15770/tid=15773] ppid=15768 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/15770/task/15773/stat : 15773 (java) S 15768 15768 15724 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511185692 28909211648 12397 33554432000 4194304 4196468 140732256630608 139738107022096 139738188232405 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16429056 140732256633814 140732256633990 140732256633990 140732256636879 0
[pid=15770/tid=15774] ppid=15768 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/15770/task/15774/stat : 15774 (java) S 15768 15768 15724 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 511185692 28909211648 12397 33554432000 4194304 4196468 140732256630608 139738105969808 139738188232405 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16429056 140732256633814 140732256633990 140732256633990 140732256636879 0
[pid=15770/tid=15775] ppid=15768 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/15770/task/15775/stat : 15775 (java) S 15768 15768 15724 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511185692 28909211648 12397 33554432000 4194304 4196468 140732256630608 139738104917008 139738188232405 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16429056 140732256633814 140732256633990 140732256633990 140732256636879 0
[pid=15770/tid=15776] ppid=15768 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/15770/task/15776/stat : 15776 (java) S 15768 15768 15724 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511185692 28909211648 12397 33554432000 4194304 4196468 140732256630608 139737735223696 139738188232405 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16429056 140732256633814 140732256633990 140732256633990 140732256636879 0
[pid=15770/tid=15777] ppid=15768 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/15770/task/15777/stat : 15777 (java) S 15768 15768 15724 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511185692 28909211648 12397 33554432000 4194304 4196468 140732256630608 139737734170896 139738188232405 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16429056 140732256633814 140732256633990 140732256633990 140732256636879 0
[pid=15770/tid=15778] ppid=15768 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/15770/task/15778/stat : 15778 (java) S 15768 15768 15724 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511185692 28909211648 12397 33554432000 4194304 4196468 140732256630608 139737733118608 139738188232405 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16429056 140732256633814 140732256633990 140732256633990 140732256636879 0
[pid=15770/tid=15779] ppid=15768 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/15770/task/15779/stat : 15779 (java) S 15768 15768 15724 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511185692 28909211648 12397 33554432000 4194304 4196468 140732256630608 139737732065808 139738188232405 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16429056 140732256633814 140732256633990 140732256633990 140732256636879 0
[pid=15770/tid=15780] ppid=15768 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/15770/task/15780/stat : 15780 (java) S 15768 15768 15724 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 511185693 28909211648 12397 33554432000 4194304 4196468 140732256630608 139736634047088 139738188233346 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16429056 140732256633814 140732256633990 140732256633990 140732256636879 0
[pid=15770/tid=15781] ppid=15768 vsize=28231652 memory=281388809133440 CPUtime=0 cores=0-7
/proc/15770/task/15781/stat : 15781 (java) S 15768 15768 15724 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 511185694 28909211648 12397 33554432000 4194304 4196468 140732256630608 139736632993056 139738188232405 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16429056 140732256633814 140732256633990 140732256633990 140732256636879 0
[pid=15770/tid=15782] ppid=15768 vsize=28231652 memory=281388809138048 CPUtime=0 cores=0-7
/proc/15770/task/15782/stat : 15782 (java) S 15768 15768 15724 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 511185694 28909211648 12397 33554432000 4194304 4196468 140732256630608 139736631940720 139738188232405 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16429056 140732256633814 140732256633990 140732256633990 140732256636879 0
[pid=15770/tid=15783] ppid=15768 vsize=28231652 memory=281388809142656 CPUtime=0 cores=0-7
/proc/15770/task/15783/stat : 15783 (java) S 15768 15768 15724 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511185696 28909211648 12397 33554432000 4194304 4196468 140732256630608 139736630889040 139738188240795 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16429056 140732256633814 140732256633990 140732256633990 140732256636879 0
[pid=15770/tid=15784] ppid=15768 vsize=28231652 memory=281388809147264 CPUtime=0.03 cores=0-7
/proc/15770/task/15784/stat : 15784 (java) R 15768 15768 15724 0 -1 4202560 596 0 0 0 3 0 0 0 20 0 20 0 511185696 28909211648 12397 33554432000 4194304 4196468 140732256630608 139736629826272 139738165969544 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 16429056 140732256633814 140732256633990 140732256633990 140732256636879 0
[pid=15770/tid=15785] ppid=15768 vsize=28231652 memory=281388809151872 CPUtime=0.02 cores=0-7
/proc/15770/task/15785/stat : 15785 (java) S 15768 15768 15724 0 -1 1077944384 84 0 0 0 2 0 0 0 20 0 20 0 511185696 28909211648 12397 33554432000 4194304 4196468 140732256630608 139736628783088 139738188233346 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16429056 140732256633814 140732256633990 140732256633990 140732256636879 0
[pid=15770/tid=15786] ppid=15768 vsize=28231652 memory=281388809156480 CPUtime=0.02 cores=0-7
/proc/15770/task/15786/stat : 15786 (java) S 15768 15768 15724 0 -1 1077944384 195 0 0 0 2 0 0 0 20 0 20 0 511185696 28909211648 12397 33554432000 4194304 4196468 140732256630608 139736309164400 139738188233346 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16429056 140732256633814 140732256633990 140732256633990 140732256636879 0
[pid=15770/tid=15787] ppid=15768 vsize=28231652 memory=281388809161088 CPUtime=0.13 cores=0-7
/proc/15770/task/15787/stat : 15787 (java) S 15768 15768 15724 0 -1 1077944384 884 0 0 0 13 0 0 0 20 0 20 0 511185696 28909211648 12397 33554432000 4194304 4196468 140732256630608 139736308111600 139738188233346 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16429056 140732256633814 140732256633990 140732256633990 140732256636879 0
[pid=15770/tid=15788] ppid=15768 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/15770/task/15788/stat : 15788 (java) S 15768 15768 15724 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 511185697 28909211648 12397 33554432000 4194304 4196468 140732256630608 139736307059552 139738188232405 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16429056 140732256633814 140732256633990 140732256633990 140732256636879 0
[pid=15770/tid=15789] ppid=15768 vsize=28231652 memory=-1 CPUtime=0 cores=0-7
/proc/15770/task/15789/stat : 15789 (java) S 15768 15768 15724 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511185697 28909211648 12397 33554432000 4194304 4196468 140732256630608 139736306006832 139738188233346 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16429056 140732256633814 140732256633990 140732256633990 140732256636879 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 28344780 KiB
Current children cumulated memory: 51040 KiB

[startup+0.712296 s]
/proc/loadavg: 7.18 7.90 8.16 3/210 15789
/proc/meminfo: memFree=28582444/32770624 swapFree=66954100/67108860
[pid=15768] ppid=15765 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/15768/stat : 15768 (xcsp3-exec) S 15765 15768 15724 0 -1 4202496 546 0 0 0 0 0 0 0 20 0 1 0 511185690 115843072 363 33554432000 4194304 5098028 140726592735936 140726592734040 139939262857852 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 14929920 140726592742226 140726592742485 140726592742485 140726592745414 0
/proc/15768/statm: 28282 363 304 221 0 87 0
[pid=15770] ppid=15768 vsize=28231652 memory=229788 CPUtime=1.54 cores=0-7
/proc/15770/stat : 15770 (java) S 15768 15768 15724 0 -1 1077944320 13929 0 0 0 139 15 0 0 20 0 20 0 511185691 28909211648 57447 33554432000 4194304 4196468 140732256630608 140732256613152 139738188222199 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 16429056 140732256633814 140732256633990 140732256633990 140732256636879 0
/proc/15770/statm: 7057913 57447 3402 1 0 7019032 0
[pid=15770/tid=15771] ppid=15768 vsize=28231652 memory=0 CPUtime=0.66 cores=0-7
/proc/15770/task/15771/stat : 15771 (java) S 15768 15768 15724 0 -1 1077944384 8040 0 0 0 61 5 0 0 20 0 20 0 511185691 28909211648 57447 33554432000 4194304 4196468 140732256630608 139738192461376 139738188232405 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16429056 140732256633814 140732256633990 140732256633990 140732256636879 0
[pid=15770/tid=15772] ppid=15768 vsize=28231652 memory=140694404768640 CPUtime=0.01 cores=0-7
/proc/15770/task/15772/stat : 15772 (java) R 15768 15768 15724 0 -1 4202560 37 0 0 0 0 1 0 0 20 0 20 0 511185692 28909211648 57447 33554432000 4194304 4196468 140732256630608 139738108074896 139738173250082 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 16429056 140732256633814 140732256633990 140732256633990 140732256636879 0
[pid=15770/tid=15773] ppid=15768 vsize=28231652 memory=0 CPUtime=0.01 cores=0-7
/proc/15770/task/15773/stat : 15773 (java) R 15768 15768 15724 0 -1 4202560 20 0 0 0 0 1 0 0 20 0 20 0 511185692 28909211648 57447 33554432000 4194304 4196468 140732256630608 139738107022296 139738181321899 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 16429056 140732256633814 140732256633990 140732256633990 140732256636879 0
[pid=15770/tid=15774] ppid=15768 vsize=28231652 memory=9364 CPUtime=0 cores=0-7
/proc/15770/task/15774/stat : 15774 (java) R 15768 15768 15724 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 20 0 511185692 28909211648 57447 33554432000 4194304 4196468 140732256630608 139738105969808 139738173250046 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 16429056 140732256633814 140732256633990 140732256633990 140732256636879 0

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

[pid=15768] ppid=15765 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/15768/stat : 15768 (xcsp3-exec) S 15765 15768 15724 0 -1 4202496 546 0 0 0 0 0 0 0 20 0 1 0 511185690 115843072 363 33554432000 4194304 5098028 140726592735936 140726592734040 139939262857852 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 14929920 140726592742226 140726592742485 140726592742485 140726592745414 0
/proc/15768/statm: 28282 363 304 221 0 87 0
[pid=15770] ppid=15768 vsize=28233776 memory=24666880 CPUtime=2087.87 cores=0-7
/proc/15770/stat : 15770 (java) S 15768 15768 15724 0 -1 1077944320 1046882 0 0 0 203643 5144 0 0 20 0 20 0 511185691 28911386624 6166720 33554432000 4194304 4196468 140732256630608 140732256613152 139738188222199 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 16429056 140732256633814 140732256633990 140732256633990 140732256636879 0
/proc/15770/statm: 7058444 6166720 3516 1 0 7019544 0
[pid=15770/tid=15771] ppid=15768 vsize=28233776 memory=8317482817917895235 CPUtime=131.35 cores=0-7
/proc/15770/task/15771/stat : 15771 (java) S 15768 15768 15724 0 -1 1077944384 49099 0 0 0 13085 50 0 0 20 0 20 0 511185691 28911386624 6166720 33554432000 4194304 4196468 140732256630608 139738192459024 139738188232405 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16429056 140732256633814 140732256633990 140732256633990 140732256636879 0
[pid=15770/tid=15772] ppid=15768 vsize=28233776 memory=1444 CPUtime=231.01 cores=0-7
/proc/15770/task/15772/stat : 15772 (java) S 15768 15768 15724 0 -1 1077944384 86603 0 0 0 22466 635 0 0 20 0 20 0 511185692 28911386624 6166720 33554432000 4194304 4196468 140732256630608 139738108074896 139738188232405 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 77 0 0 6293624 6294260 16429056 140732256633814 140732256633990 140732256633990 140732256636879 0
[pid=15770/tid=15773] ppid=15768 vsize=28233776 memory=880 CPUtime=232.41 cores=0-7
/proc/15770/task/15773/stat : 15773 (java) S 15768 15768 15724 0 -1 1077944384 97319 0 0 0 22643 598 0 0 20 0 20 0 511185692 28911386624 6166720 33554432000 4194304 4196468 140732256630608 139738107022096 139738188232405 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 64 0 0 6293624 6294260 16429056 140732256633814 140732256633990 140732256633990 140732256636879 0
[pid=15770/tid=15774] ppid=15768 vsize=28233776 memory=1984 CPUtime=232.22 cores=0-7
/proc/15770/task/15774/stat : 15774 (java) S 15768 15768 15724 0 -1 1077944384 100257 0 0 0 22595 627 0 0 20 0 20 0 511185692 28911386624 6166720 33554432000 4194304 4196468 140732256630608 139738105969808 139738188232405 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 65 0 0 6293624 6294260 16429056 140732256633814 140732256633990 140732256633990 140732256636879 0
[pid=15770/tid=15775] ppid=15768 vsize=28233776 memory=2552 CPUtime=232.06 cores=0-7
/proc/15770/task/15775/stat : 15775 (java) S 15768 15768 15724 0 -1 1077944384 109807 0 0 0 22628 578 0 0 20 0 20 0 511185692 28911386624 6166720 33554432000 4194304 4196468 140732256630608 139738104917008 139738188232405 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 69 0 0 6293624 6294260 16429056 140732256633814 140732256633990 140732256633990 140732256636879 0
[pid=15770/tid=15776] ppid=15768 vsize=28233776 memory=3580 CPUtime=232.63 cores=0-7
/proc/15770/task/15776/stat : 15776 (java) S 15768 15768 15724 0 -1 1077944384 131546 0 0 0 22571 692 0 0 20 0 20 0 511185692 28911386624 6166720 33554432000 4194304 4196468 140732256630608 139737735223696 139738188232405 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 62 0 0 6293624 6294260 16429056 140732256633814 140732256633990 140732256633990 140732256636879 0
[pid=15770/tid=15777] ppid=15768 vsize=28233776 memory=50528 CPUtime=232.22 cores=0-7
/proc/15770/task/15777/stat : 15777 (java) S 15768 15768 15724 0 -1 1077944384 80800 0 0 0 22565 657 0 0 20 0 20 0 511185692 28911386624 6166720 33554432000 4194304 4196468 140732256630608 139737734170896 139738188232405 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 64 0 0 6293624 6294260 16429056 140732256633814 140732256633990 140732256633990 140732256636879 0
[pid=15770/tid=15778] ppid=15768 vsize=28233776 memory=988 CPUtime=232.53 cores=0-7
/proc/15770/task/15778/stat : 15778 (java) S 15768 15768 15724 0 -1 1077944384 69556 0 0 0 22599 654 0 0 20 0 20 0 511185692 28911386624 6166720 33554432000 4194304 4196468 140732256630608 139737733118608 139738188232405 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 66 0 0 6293624 6294260 16429056 140732256633814 140732256633990 140732256633990 140732256636879 0
[pid=15770/tid=15779] ppid=15768 vsize=28233776 memory=2016 CPUtime=231.33 cores=0-7
/proc/15770/task/15779/stat : 15779 (java) S 15768 15768 15724 0 -1 1077944384 67777 0 0 0 22554 579 0 0 20 0 20 0 511185692 28911386624 6166720 33554432000 4194304 4196468 140732256630608 139737732065808 139738188232405 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 77 0 0 6293624 6294260 16429056 140732256633814 140732256633990 140732256633990 140732256636879 0
[pid=15770/tid=15780] ppid=15768 vsize=28233776 memory=1284 CPUtime=93.35 cores=0-7
/proc/15770/task/15780/stat : 15780 (java) R 15768 15768 15724 0 -1 4202560 201777 0 0 0 9281 54 0 0 20 0 20 0 511185693 28911386624 6166720 33554432000 4194304 4196468 140732256630608 139736634045536 139738172679769 0 0 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 16429056 140732256633814 140732256633990 140732256633990 140732256636879 0
[pid=15770/tid=15781] ppid=15768 vsize=28233776 memory=1044 CPUtime=0 cores=0-7
/proc/15770/task/15781/stat : 15781 (java) S 15768 15768 15724 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 20 0 511185694 28911386624 6166720 33554432000 4194304 4196468 140732256630608 139736632993120 139738188232405 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16429056 140732256633814 140732256633990 140732256633990 140732256636879 0
[pid=15770/tid=15782] ppid=15768 vsize=28233776 memory=708 CPUtime=0 cores=0-7
/proc/15770/task/15782/stat : 15782 (java) S 15768 15768 15724 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 20 0 511185694 28911386624 6166720 33554432000 4194304 4196468 140732256630608 139736631940736 139738188232405 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16429056 140732256633814 140732256633990 140732256633990 140732256636879 0
[pid=15770/tid=15783] ppid=15768 vsize=28233776 memory=9364 CPUtime=0 cores=0-7
/proc/15770/task/15783/stat : 15783 (java) S 15768 15768 15724 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511185696 28911386624 6166720 33554432000 4194304 4196468 140732256630608 139736630889040 139738188240795 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16429056 140732256633814 140732256633990 140732256633990 140732256636879 0
[pid=15770/tid=15784] ppid=15768 vsize=28233776 memory=1120 CPUtime=1.62 cores=0-7
/proc/15770/task/15784/stat : 15784 (java) S 15768 15768 15724 0 -1 1077944384 10455 0 0 0 160 2 0 0 20 0 20 0 511185696 28911386624 6166720 33554432000 4194304 4196468 140732256630608 139736629835936 139738188232405 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16429056 140732256633814 140732256633990 140732256633990 140732256636879 0
[pid=15770/tid=15785] ppid=15768 vsize=28233776 memory=776 CPUtime=1.77 cores=0-7
/proc/15770/task/15785/stat : 15785 (java) S 15768 15768 15724 0 -1 1077944384 10633 0 0 0 175 2 0 0 20 0 20 0 511185696 28911386624 6166720 33554432000 4194304 4196468 140732256630608 139736628783136 139738188232405 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16429056 140732256633814 140732256633990 140732256633990 140732256636879 0
[pid=15770/tid=15786] ppid=15768 vsize=28233776 memory=1724 CPUtime=2.4 cores=0-7
/proc/15770/task/15786/stat : 15786 (java) S 15768 15768 15724 0 -1 1077944384 17341 0 0 0 238 2 0 0 20 0 20 0 511185696 28911386624 6166720 33554432000 4194304 4196468 140732256630608 139736309164448 139738188232405 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16429056 140732256633814 140732256633990 140732256633990 140732256636879 0
[pid=15770/tid=15787] ppid=15768 vsize=28233776 memory=8220 CPUtime=0.62 cores=0-7
/proc/15770/task/15787/stat : 15787 (java) S 15768 15768 15724 0 -1 1077944384 11478 0 0 0 61 1 0 0 20 0 20 0 511185696 28911386624 6166720 33554432000 4194304 4196468 140732256630608 139736308111360 139738188232405 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16429056 140732256633814 140732256633990 140732256633990 140732256636879 0
[pid=15770/tid=15788] ppid=15768 vsize=28233776 memory=3616 CPUtime=0 cores=0-7
/proc/15770/task/15788/stat : 15788 (java) S 15768 15768 15724 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 511185697 28911386624 6166720 33554432000 4194304 4196468 140732256630608 139736307059552 139738188232405 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16429056 140732256633814 140732256633990 140732256633990 140732256636879 0
[pid=15770/tid=15789] ppid=15768 vsize=28233776 memory=1556 CPUtime=0.19 cores=0-7
/proc/15770/task/15789/stat : 15789 (java) S 15768 15768 15724 0 -1 1077944384 1052 0 0 0 10 9 0 0 20 0 20 0 511185697 28911386624 6166720 33554432000 4194304 4196468 140732256630608 139736306006832 139738188233346 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16429056 140732256633814 140732256633990 140732256633990 140732256636879 0
Current children cumulated CPU time: 2087.87 s
Current children cumulated vsize: 28346904 KiB
Current children cumulated memory: 24668332 KiB

[startup+460.401 s]
/proc/loadavg: 7.35 5.73 6.74 2/210 15827
/proc/meminfo: memFree=3968116/32770624 swapFree=66954104/67108860
[pid=15768] ppid=15765 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/15768/stat : 15768 (xcsp3-exec) S 15765 15768 15724 0 -1 4202496 546 0 0 0 0 0 0 0 20 0 1 0 511185690 115843072 363 33554432000 4194304 5098028 140726592735936 140726592734040 139939262857852 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 14929920 140726592742226 140726592742485 140726592742485 140726592745414 0
/proc/15768/statm: 28282 363 304 221 0 87 0
[pid=15770] ppid=15768 vsize=28233776 memory=24666880 CPUtime=2088.26 cores=0-7
/proc/15770/stat : 15770 (java) S 15768 15768 15724 0 -1 1077944320 1046928 0 0 0 203682 5144 0 0 20 0 20 0 511185691 28911386624 6166720 33554432000 4194304 4196468 140732256630608 140732256613152 139738188222199 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 16429056 140732256633814 140732256633990 140732256633990 140732256636879 0
/proc/15770/statm: 7058444 6166720 3516 1 0 7019544 0
[pid=15770/tid=15771] ppid=15768 vsize=28233776 memory=24666880 CPUtime=131.35 cores=0-7
/proc/15770/task/15771/stat : 15771 (java) S 15768 15768 15724 0 -1 1077944384 49099 0 0 0 13085 50 0 0 20 0 20 0 511185691 28911386624 6166720 33554432000 4194304 4196468 140732256630608 139738192459024 139738188232405 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16429056 140732256633814 140732256633990 140732256633990 140732256636879 0
[pid=15770/tid=15772] ppid=15768 vsize=28233776 memory=6791534058613427641 CPUtime=231.01 cores=0-7
/proc/15770/task/15772/stat : 15772 (java) S 15768 15768 15724 0 -1 1077944384 86603 0 0 0 22466 635 0 0 20 0 20 0 511185692 28911386624 6166720 33554432000 4194304 4196468 140732256630608 139738108074896 139738188232405 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 77 0 0 6293624 6294260 16429056 140732256633814 140732256633990 140732256633990 140732256636879 0
[pid=15770/tid=15773] ppid=15768 vsize=28233776 memory=2120 CPUtime=232.41 cores=0-7
/proc/15770/task/15773/stat : 15773 (java) S 15768 15768 15724 0 -1 1077944384 97319 0 0 0 22643 598 0 0 20 0 20 0 511185692 28911386624 6166720 33554432000 4194304 4196468 140732256630608 139738107022096 139738188232405 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 64 0 0 6293624 6294260 16429056 140732256633814 140732256633990 140732256633990 140732256636879 0
[pid=15770/tid=15774] ppid=15768 vsize=28233776 memory=12036 CPUtime=232.22 cores=0-7
/proc/15770/task/15774/stat : 15774 (java) S 15768 15768 15724 0 -1 1077944384 100257 0 0 0 22595 627 0 0 20 0 20 0 511185692 28911386624 6166720 33554432000 4194304 4196468 140732256630608 139738105969808 139738188232405 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 65 0 0 6293624 6294260 16429056 140732256633814 140732256633990 140732256633990 140732256636879 0
[pid=15770/tid=15775] ppid=15768 vsize=28233776 memory=496 CPUtime=232.06 cores=0-7
/proc/15770/task/15775/stat : 15775 (java) S 15768 15768 15724 0 -1 1077944384 109807 0 0 0 22628 578 0 0 20 0 20 0 511185692 28911386624 6166720 33554432000 4194304 4196468 140732256630608 139738104917008 139738188232405 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 69 0 0 6293624 6294260 16429056 140732256633814 140732256633990 140732256633990 140732256636879 0
[pid=15770/tid=15776] ppid=15768 vsize=28233776 memory=1452 CPUtime=232.63 cores=0-7
/proc/15770/task/15776/stat : 15776 (java) S 15768 15768 15724 0 -1 1077944384 131546 0 0 0 22571 692 0 0 20 0 20 0 511185692 28911386624 6166720 33554432000 4194304 4196468 140732256630608 139737735223696 139738188232405 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 62 0 0 6293624 6294260 16429056 140732256633814 140732256633990 140732256633990 140732256636879 0
[pid=15770/tid=15777] ppid=15768 vsize=28233776 memory=24666872 CPUtime=232.22 cores=0-7
/proc/15770/task/15777/stat : 15777 (java) S 15768 15768 15724 0 -1 1077944384 80800 0 0 0 22565 657 0 0 20 0 20 0 511185692 28911386624 6166720 33554432000 4194304 4196468 140732256630608 139737734170896 139738188232405 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 64 0 0 6293624 6294260 16429056 140732256633814 140732256633990 140732256633990 140732256636879 0
[pid=15770/tid=15778] ppid=15768 vsize=28233776 memory=988 CPUtime=232.53 cores=0-7
/proc/15770/task/15778/stat : 15778 (java) S 15768 15768 15724 0 -1 1077944384 69556 0 0 0 22599 654 0 0 20 0 20 0 511185692 28911386624 6166720 33554432000 4194304 4196468 140732256630608 139737733118608 139738188232405 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 66 0 0 6293624 6294260 16429056 140732256633814 140732256633990 140732256633990 140732256636879 0
[pid=15770/tid=15779] ppid=15768 vsize=28233776 memory=1452 CPUtime=231.33 cores=0-7
/proc/15770/task/15779/stat : 15779 (java) S 15768 15768 15724 0 -1 1077944384 67777 0 0 0 22554 579 0 0 20 0 20 0 511185692 28911386624 6166720 33554432000 4194304 4196468 140732256630608 139737732065808 139738188232405 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 77 0 0 6293624 6294260 16429056 140732256633814 140732256633990 140732256633990 140732256636879 0
[pid=15770/tid=15780] ppid=15768 vsize=28233776 memory=24666872 CPUtime=93.74 cores=0-7
/proc/15770/task/15780/stat : 15780 (java) R 15768 15768 15724 0 -1 4202560 201821 0 0 0 9320 54 0 0 20 0 20 0 511185693 28911386624 6166720 33554432000 4194304 4196468 140732256630608 139736634045536 139738173218692 0 0 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 16429056 140732256633814 140732256633990 140732256633990 140732256636879 0
[pid=15770/tid=15781] ppid=15768 vsize=28233776 memory=1044 CPUtime=0 cores=0-7
/proc/15770/task/15781/stat : 15781 (java) S 15768 15768 15724 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 20 0 511185694 28911386624 6166720 33554432000 4194304 4196468 140732256630608 139736632993120 139738188232405 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16429056 140732256633814 140732256633990 140732256633990 140732256636879 0
[pid=15770/tid=15782] ppid=15768 vsize=28233776 memory=708 CPUtime=0 cores=0-7
/proc/15770/task/15782/stat : 15782 (java) S 15768 15768 15724 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 20 0 511185694 28911386624 6166720 33554432000 4194304 4196468 140732256630608 139736631940736 139738188232405 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16429056 140732256633814 140732256633990 140732256633990 140732256636879 0
[pid=15770/tid=15783] ppid=15768 vsize=28233776 memory=9364 CPUtime=0 cores=0-7
/proc/15770/task/15783/stat : 15783 (java) S 15768 15768 15724 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511185696 28911386624 6166720 33554432000 4194304 4196468 140732256630608 139736630889040 139738188240795 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16429056 140732256633814 140732256633990 140732256633990 140732256636879 0
[pid=15770/tid=15784] ppid=15768 vsize=28233776 memory=1120 CPUtime=1.62 cores=0-7
/proc/15770/task/15784/stat : 15784 (java) S 15768 15768 15724 0 -1 1077944384 10455 0 0 0 160 2 0 0 20 0 20 0 511185696 28911386624 6166720 33554432000 4194304 4196468 140732256630608 139736629835936 139738188232405 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16429056 140732256633814 140732256633990 140732256633990 140732256636879 0
[pid=15770/tid=15785] ppid=15768 vsize=28233776 memory=776 CPUtime=1.77 cores=0-7
/proc/15770/task/15785/stat : 15785 (java) S 15768 15768 15724 0 -1 1077944384 10633 0 0 0 175 2 0 0 20 0 20 0 511185696 28911386624 6166720 33554432000 4194304 4196468 140732256630608 139736628783136 139738188232405 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16429056 140732256633814 140732256633990 140732256633990 140732256636879 0
[pid=15770/tid=15786] ppid=15768 vsize=28233776 memory=1724 CPUtime=2.4 cores=0-7
/proc/15770/task/15786/stat : 15786 (java) S 15768 15768 15724 0 -1 1077944384 17341 0 0 0 238 2 0 0 20 0 20 0 511185696 28911386624 6166720 33554432000 4194304 4196468 140732256630608 139736309164448 139738188232405 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16429056 140732256633814 140732256633990 140732256633990 140732256636879 0
[pid=15770/tid=15787] ppid=15768 vsize=28233776 memory=8220 CPUtime=0.62 cores=0-7
/proc/15770/task/15787/stat : 15787 (java) S 15768 15768 15724 0 -1 1077944384 11478 0 0 0 61 1 0 0 20 0 20 0 511185696 28911386624 6166720 33554432000 4194304 4196468 140732256630608 139736308111360 139738188232405 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16429056 140732256633814 140732256633990 140732256633990 140732256636879 0
[pid=15770/tid=15788] ppid=15768 vsize=28233776 memory=3616 CPUtime=0 cores=0-7
/proc/15770/task/15788/stat : 15788 (java) S 15768 15768 15724 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 511185697 28911386624 6166720 33554432000 4194304 4196468 140732256630608 139736307059552 139738188232405 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16429056 140732256633814 140732256633990 140732256633990 140732256636879 0
[pid=15770/tid=15789] ppid=15768 vsize=28233776 memory=1556 CPUtime=0.19 cores=0-7
/proc/15770/task/15789/stat : 15789 (java) S 15768 15768 15724 0 -1 1077944384 1054 0 0 0 10 9 0 0 20 0 20 0 511185697 28911386624 6166720 33554432000 4194304 4196468 140732256630608 139736306006832 139738188233346 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16429056 140732256633814 140732256633990 140732256633990 140732256636879 0
Current children cumulated CPU time: 2088.26 s
Current children cumulated vsize: 28346904 KiB
Current children cumulated memory: 24668332 KiB

[startup+460.801 s]
/proc/loadavg: 7.35 5.73 6.74 2/210 15827
/proc/meminfo: memFree=3968116/32770624 swapFree=66954104/67108860
[pid=15768] ppid=15765 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/15768/stat : 15768 (xcsp3-exec) S 15765 15768 15724 0 -1 4202496 546 0 0 0 0 0 0 0 20 0 1 0 511185690 115843072 363 33554432000 4194304 5098028 140726592735936 140726592734040 139939262857852 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 14929920 140726592742226 140726592742485 140726592742485 140726592745414 0
/proc/15768/statm: 28282 363 304 221 0 87 0
[pid=15770] ppid=15768 vsize=28233776 memory=24666880 CPUtime=2088.67 cores=0-7
/proc/15770/stat : 15770 (java) S 15768 15768 15724 0 -1 1077944320 1047841 0 0 0 203722 5145 0 0 20 0 20 0 511185691 28911386624 6166720 33554432000 4194304 4196468 140732256630608 140732256613152 139738188222199 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 16429056 140732256633814 140732256633990 140732256633990 140732256636879 0
/proc/15770/statm: 7058444 6166720 3516 1 0 7019544 0
[pid=15770/tid=15771] ppid=15768 vsize=28233776 memory=14008 CPUtime=131.35 cores=0-7
/proc/15770/task/15771/stat : 15771 (java) S 15768 15768 15724 0 -1 1077944384 49099 0 0 0 13085 50 0 0 20 0 20 0 511185691 28911386624 6166720 33554432000 4194304 4196468 140732256630608 139738192459024 139738188232405 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16429056 140732256633814 140732256633990 140732256633990 140732256636879 0
[pid=15770/tid=15772] ppid=15768 vsize=28233776 memory=1724 CPUtime=231.01 cores=0-7
/proc/15770/task/15772/stat : 15772 (java) S 15768 15768 15724 0 -1 1077944384 86603 0 0 0 22466 635 0 0 20 0 20 0 511185692 28911386624 6166720 33554432000 4194304 4196468 140732256630608 139738108074896 139738188232405 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 77 0 0 6293624 6294260 16429056 140732256633814 140732256633990 140732256633990 140732256636879 0
[pid=15770/tid=15773] ppid=15768 vsize=28233776 memory=8220 CPUtime=232.41 cores=0-7
/proc/15770/task/15773/stat : 15773 (java) S 15768 15768 15724 0 -1 1077944384 97319 0 0 0 22643 598 0 0 20 0 20 0 511185692 28911386624 6166720 33554432000 4194304 4196468 140732256630608 139738107022096 139738188232405 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 64 0 0 6293624 6294260 16429056 140732256633814 140732256633990 140732256633990 140732256636879 0
[pid=15770/tid=15774] ppid=15768 vsize=28233776 memory=3616 CPUtime=232.22 cores=0-7
/proc/15770/task/15774/stat : 15774 (java) S 15768 15768 15724 0 -1 1077944384 100257 0 0 0 22595 627 0 0 20 0 20 0 511185692 28911386624 6166720 33554432000 4194304 4196468 140732256630608 139738105969808 139738188232405 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 65 0 0 6293624 6294260 16429056 140732256633814 140732256633990 140732256633990 140732256636879 0
[pid=15770/tid=15775] ppid=15768 vsize=28233776 memory=24666832 CPUtime=232.06 cores=0-7
/proc/15770/task/15775/stat : 15775 (java) S 15768 15768 15724 0 -1 1077944384 109807 0 0 0 22628 578 0 0 20 0 20 0 511185692 28911386624 6166720 33554432000 4194304 4196468 140732256630608 139738104917008 139738188232405 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 69 0 0 6293624 6294260 16429056 140732256633814 140732256633990 140732256633990 140732256636879 0
[pid=15770/tid=15776] ppid=15768 vsize=28233776 memory=8220 CPUtime=232.63 cores=0-7
/proc/15770/task/15776/stat : 15776 (java) S 15768 15768 15724 0 -1 1077944384 131546 0 0 0 22571 692 0 0 20 0 20 0 511185692 28911386624 6166720 33554432000 4194304 4196468 140732256630608 139737735223696 139738188232405 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 62 0 0 6293624 6294260 16429056 140732256633814 140732256633990 140732256633990 140732256636879 0
[pid=15770/tid=15777] ppid=15768 vsize=28233776 memory=3616 CPUtime=232.22 cores=0-7
/proc/15770/task/15777/stat : 15777 (java) S 15768 15768 15724 0 -1 1077944384 80800 0 0 0 22565 657 0 0 20 0 20 0 511185692 28911386624 6166720 33554432000 4194304 4196468 140732256630608 139737734170896 139738188232405 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 64 0 0 6293624 6294260 16429056 140732256633814 140732256633990 140732256633990 140732256636879 0
[pid=15770/tid=15778] ppid=15768 vsize=28233776 memory=1452 CPUtime=232.53 cores=0-7
/proc/15770/task/15778/stat : 15778 (java) S 15768 15768 15724 0 -1 1077944384 69556 0 0 0 22599 654 0 0 20 0 20 0 511185692 28911386624 6166720 33554432000 4194304 4196468 140732256630608 139737733118608 139738188232405 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 66 0 0 6293624 6294260 16429056 140732256633814 140732256633990 140732256633990 140732256636879 0
[pid=15770/tid=15779] ppid=15768 vsize=28233776 memory=24666872 CPUtime=231.33 cores=0-7
/proc/15770/task/15779/stat : 15779 (java) S 15768 15768 15724 0 -1 1077944384 67777 0 0 0 22554 579 0 0 20 0 20 0 511185692 28911386624 6166720 33554432000 4194304 4196468 140732256630608 139737732065808 139738188232405 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 77 0 0 6293624 6294260 16429056 140732256633814 140732256633990 140732256633990 140732256636879 0
[pid=15770/tid=15780] ppid=15768 vsize=28233776 memory=4104 CPUtime=94.14 cores=0-7
/proc/15770/task/15780/stat : 15780 (java) R 15768 15768 15724 0 -1 4202560 202734 0 0 0 9360 54 0 0 20 0 20 0 511185693 28911386624 6166720 33554432000 4194304 4196468 140732256630608 139736634045536 139738166592379 0 0 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 16429056 140732256633814 140732256633990 140732256633990 140732256636879 0
[pid=15770/tid=15781] ppid=15768 vsize=28233776 memory=0 CPUtime=0 cores=0-7
/proc/15770/task/15781/stat : 15781 (java) S 15768 15768 15724 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 20 0 511185694 28911386624 6166720 33554432000 4194304 4196468 140732256630608 139736632993120 139738188232405 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16429056 140732256633814 140732256633990 140732256633990 140732256636879 0
[pid=15770/tid=15782] ppid=15768 vsize=28233776 memory=0 CPUtime=0 cores=0-7
/proc/15770/task/15782/stat : 15782 (java) S 15768 15768 15724 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 20 0 511185694 28911386624 6166720 33554432000 4194304 4196468 140732256630608 139736631940736 139738188232405 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16429056 140732256633814 140732256633990 140732256633990 140732256636879 0
[pid=15770/tid=15783] ppid=15768 vsize=28233776 memory=0 CPUtime=0 cores=0-7
/proc/15770/task/15783/stat : 15783 (java) S 15768 15768 15724 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511185696 28911386624 6166720 33554432000 4194304 4196468 140732256630608 139736630889040 139738188240795 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16429056 140732256633814 140732256633990 140732256633990 140732256636879 0
[pid=15770/tid=15784] ppid=15768 vsize=28233776 memory=140694405480769 CPUtime=1.62 cores=0-7
/proc/15770/task/15784/stat : 15784 (java) S 15768 15768 15724 0 -1 1077944384 10455 0 0 0 160 2 0 0 20 0 20 0 511185696 28911386624 6166720 33554432000 4194304 4196468 140732256630608 139736629835936 139738188232405 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16429056 140732256633814 140732256633990 140732256633990 140732256636879 0
[pid=15770/tid=15785] ppid=15768 vsize=28233776 memory=5865187755078005056 CPUtime=1.77 cores=0-7
/proc/15770/task/15785/stat : 15785 (java) S 15768 15768 15724 0 -1 1077944384 10633 0 0 0 175 2 0 0 20 0 20 0 511185696 28911386624 6166720 33554432000 4194304 4196468 140732256630608 139736628783136 139738188232405 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16429056 140732256633814 140732256633990 140732256633990 140732256636879 0
[pid=15770/tid=15786] ppid=15768 vsize=28233776 memory=7307765968820397888 CPUtime=2.4 cores=0-7
/proc/15770/task/15786/stat : 15786 (java) S 15768 15768 15724 0 -1 1077944384 17341 0 0 0 238 2 0 0 20 0 20 0 511185696 28911386624 6166720 33554432000 4194304 4196468 140732256630608 139736309164448 139738188232405 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16429056 140732256633814 140732256633990 140732256633990 140732256636879 0
[pid=15770/tid=15787] ppid=15768 vsize=28233776 memory=1556 CPUtime=0.62 cores=0-7
/proc/15770/task/15787/stat : 15787 (java) S 15768 15768 15724 0 -1 1077944384 11478 0 0 0 61 1 0 0 20 0 20 0 511185696 28911386624 6166720 33554432000 4194304 4196468 140732256630608 139736308111360 139738188232405 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16429056 140732256633814 140732256633990 140732256633990 140732256636879 0
[pid=15770/tid=15788] ppid=15768 vsize=28233776 memory=2832 CPUtime=0 cores=0-7
/proc/15770/task/15788/stat : 15788 (java) S 15768 15768 15724 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 511185697 28911386624 6166720 33554432000 4194304 4196468 140732256630608 139736307059552 139738188232405 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16429056 140732256633814 140732256633990 140732256633990 140732256636879 0
[pid=15770/tid=15789] ppid=15768 vsize=28233776 memory=984 CPUtime=0.19 cores=0-7
/proc/15770/task/15789/stat : 15789 (java) S 15768 15768 15724 0 -1 1077944384 1054 0 0 0 10 9 0 0 20 0 20 0 511185697 28911386624 6166720 33554432000 4194304 4196468 140732256630608 139736306006832 139738188233346 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16429056 140732256633814 140732256633990 140732256633990 140732256636879 0
Current children cumulated CPU time: 2088.67 s
Current children cumulated vsize: 28346904 KiB
Current children cumulated memory: 24668332 KiB

[startup+460.901 s]
/proc/loadavg: 7.35 5.73 6.74 2/210 15827
/proc/meminfo: memFree=3968116/32770624 swapFree=66954104/67108860
[pid=15768] ppid=15765 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/15768/stat : 15768 (xcsp3-exec) S 15765 15768 15724 0 -1 4202496 546 0 0 0 0 0 0 0 20 0 1 0 511185690 115843072 363 33554432000 4194304 5098028 140726592735936 140726592734040 139939262857852 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 14929920 140726592742226 140726592742485 140726592742485 140726592745414 0
/proc/15768/statm: 28282 363 304 221 0 87 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 113128 KiB
Current children cumulated memory: 1452 KiB

Child status: 1
Real time (s): 461.001
CPU time (s): 2088.88
CPU user time (s): 2037.31
CPU system time (s): 51.5689
CPU usage (%): 453.118
Max. virtual memory (cumulated for all children) (KiB): 28346904
Max. memory (cumulated for all children) (KiB): 24668332

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2037.31
system time used= 51.5689
maximum resident set size= 24667152
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1054439
page faults= 0
swaps= 0
block input operations= 0
block output operations= 768
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 39490
involuntary context switches= 40108


# summary of solver processes directly reported to runsolver:
#   pid: 15768
#   total CPU time (s): 2088.88
#   total CPU user time (s): 2037.31
#   total CPU system time (s): 51.5689

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 3.21699 second user time and 4.76474 second system time

The end

Launcher Data

Begin job on node107 at 2019-09-24 19:19:40
IDJOB=4406794
IDBENCH=126912
IDSOLVER=2871
FILE ID=node107/4406794-1569349302
RUNJOBID= node107-1569345579-15751
PBS_JOBID= 21705089
Free space on /var/tmp= 12484 MiB

SOLVER NAME= choco-solver 2019-09-24 parallel
BENCH NAME= XCSP17/RoomMate/RoomMate-int-s1/RoomMate-sr1000c-int.xml
COMMAND LINE= xcsp3-exec -dir DIR -tl TIMEOUT -p NBCORE -ml 24000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /var/tmp/evaluation-result-4406794-1569349302/watcher-4406794-1569349302 -o /var/tmp/evaluation-result-4406794-1569349302/solver-4406794-1569349302 -C 20160 -W 2520 -M 31000 --bin-var /var/tmp/runsolver-exch-node107-1569345579-15751 --watchdog 2580  xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 362371752 HOME/instance-4406794-1569349302.xml

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

MD5SUM BENCH= 2ff4403728a82746813109e0b9ab6660
RANDOM SEED=362371752

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	: 5334.11
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	: 5334.11
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	: 5334.11
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	: 5334.11
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:        28661832 kB
MemAvailable:   31799620 kB
Buffers:           65672 kB
Cached:          3211916 kB
SwapCached:        48172 kB
Active:          2061196 kB
Inactive:        1264252 kB
Active(anon):       2520 kB
Inactive(anon):    98476 kB
Active(file):    2058676 kB
Inactive(file):  1165776 kB
Unevictable:      110992 kB
Mlocked:          110992 kB
SwapTotal:      67108860 kB
SwapFree:       66954100 kB
Dirty:             48124 kB
Writeback:           320 kB
AnonPages:        112072 kB
Mapped:            53856 kB
Shmem:             44492 kB
Slab:             370688 kB
SReclaimable:     341796 kB
SUnreclaim:        28892 kB
KernelStack:        3312 kB
PageTables:         5076 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     505292 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     67584 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      101760 kB
DirectMap2M:    33443840 kB

Free space on /var/tmp at the end= 12456 MiB
End job on node107 at 2019-09-24 19:27:21