Trace number 4393671

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-06-14 parallel? 2530.85 512.423

General information on the benchmark

NameRoomMate/
RoomMate-int-s1/RoomMate-sr1000b-int.xml
MD5SUMfdcb353b2918313db809b139313e7b9f
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 benchmark492.922
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-4393671-1568427836.xml"  -tl '20160s' -p 8
0.13/0.18	c Choco e747e1e
0.13/0.18	c [HOME/instance-4393671-1568427836.xml, -tl, 20160s, -p, 8]
0.13/0.22	c 8 solvers in parallel
0.34/0.28	c parse instance...
2530.61/512.27	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
2530.61/512.28		at java.util.Arrays.copyOf(Arrays.java:3181)
2530.61/512.28		at java.util.ArrayList.grow(ArrayList.java:261)
2530.61/512.28		at java.util.ArrayList.ensureExplicitCapacity(ArrayList.java:235)
2530.61/512.28		at java.util.ArrayList.ensureCapacityInternal(ArrayList.java:227)
2530.61/512.28		at java.util.ArrayList.add(ArrayList.java:458)
2530.61/512.28		at org.chocosolver.solver.constraints.extension.Tuples.add(Tuples.java:159)
2530.61/512.28		at org.chocosolver.solver.constraints.extension.TuplesFactory.generateTuples(TuplesFactory.java:88)
2530.61/512.28		at org.chocosolver.solver.expression.discrete.relational.ReExpression.extension(ReExpression.java:150)
2530.61/512.28		at org.chocosolver.parser.xcsp.XCSPParser.buildCtrIntension(XCSPParser.java:112)
2530.61/512.28		at org.xcsp.parser.loaders.CtrLoaderInteger.intension(CtrLoaderInteger.java:283)
2530.61/512.28		at org.xcsp.parser.loaders.CtrLoaderInteger.load(CtrLoaderInteger.java:164)
2530.61/512.28		at org.xcsp.parser.XCallbacks.loadCtr(XCallbacks.java:527)
2530.61/512.28		at org.xcsp.parser.XCallbacks.lambda$loadCtrs$3(XCallbacks.java:510)
2530.61/512.28		at org.xcsp.parser.XCallbacks$$Lambda$95/158199555.accept(Unknown Source)
2530.61/512.28		at java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
2530.61/512.28		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:580)
2530.61/512.28		at org.xcsp.parser.XCallbacks.loadCtrs(XCallbacks.java:507)
2530.61/512.28		at org.chocosolver.parser.xcsp.XCSPParser.loadGroup(XCSPParser.java:1416)
2530.61/512.28		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:422)
2530.61/512.28		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:407)
2530.61/512.28		at org.xcsp.parser.XCallbacks.loadInstance(XCallbacks.java:297)
2530.61/512.28		at org.xcsp.parser.XCallbacks.loadInstance(XCallbacks.java:320)
2530.61/512.28		at org.chocosolver.parser.xcsp.XCSPParser.model(XCSPParser.java:88)
2530.61/512.28		at org.chocosolver.parser.xcsp.XCSP.parse(XCSP.java:111)
2530.61/512.28		at org.chocosolver.parser.xcsp.XCSP.buildModel(XCSP.java:99)
2530.61/512.28		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:22)
2530.61/512.28	s UNKNOWN
2530.61/512.28	c Unexpected resolution interruption!

Verifier Data


Watcher Data

runsolver version 3.4.0 (svn: 3012) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

NUMA information:
  number of nodes: 2
  memory of node 0: 16374 MiB (15097 MiB free)
  memory of node 1: 16384 MiB (14911 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4393671-1568427836/watcher-4393671-1568427836 -o /tmp/evaluation-result-4393671-1568427836/solver-4393671-1568427836 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node135-1568416728-19026 --watchdog 2580 xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 1078332659 HOME/instance-4393671-1568427836.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
solver pid=21994, runsolver pid=21991
Current StackSize limit: 8192 KiB


[startup+0.100134 s]*
/proc/loadavg: 6.36 6.79 6.39 2/216 22015
/proc/meminfo: memFree=30713472/32770624 swapFree=66968308/67108860
[pid=21994] ppid=21991 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/21994/stat : 21994 (xcsp3-exec) S 21991 21994 18999 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 419033289 115843072 363 33554432000 4194304 5098028 140730213818912 140730213817016 140669751104124 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 28442624 140730213823349 140730213823593 140730213823593 140730213826506 0
/proc/21994/statm: 28282 363 304 221 0 87 0
[pid=21996] ppid=21994 vsize=28227388 memory=29180 CPUtime=0.13 cores=0-7
/proc/21996/stat : 21996 (java) S 21994 21994 18999 0 -1 1077944320 5699 0 0 0 12 1 0 0 20 0 20 0 419033289 28904845312 7295 33554432000 4194304 4196468 140726354042224 140726354024768 139833068674807 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 9551872 140726354043882 140726354044054 140726354044054 140726354046927 0
/proc/21996/statm: 7056847 7295 3151 1 0 7019032 0
[pid=21996/tid=21997] ppid=21994 vsize=28227388 memory=8328733993519194016 CPUtime=0.08 cores=0-7
/proc/21996/task/21997/stat : 21997 (java) R 21994 21994 18999 0 -1 4202560 3619 0 0 0 8 0 0 0 20 0 20 0 419033289 28904845312 7295 33554432000 4194304 4196468 140726354042224 139833072900768 139833068686742 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 9551872 140726354043882 140726354044054 140726354044054 140726354046927 0
[pid=21996/tid=21998] ppid=21994 vsize=28227388 memory=732370474888387557 CPUtime=0 cores=0-7
/proc/21996/task/21998/stat : 21998 (java) S 21994 21994 18999 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419033290 28904845312 7295 33554432000 4194304 4196468 140726354042224 139833021295248 139833068685013 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9551872 140726354043882 140726354044054 140726354044054 140726354046927 0
[pid=21996/tid=21999] ppid=21994 vsize=28227388 memory=140336550934144 CPUtime=0 cores=0-7
/proc/21996/task/21999/stat : 21999 (java) S 21994 21994 18999 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419033290 28904845312 7295 33554432000 4194304 4196468 140726354042224 139833020242448 139833068685013 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9551872 140726354043882 140726354044054 140726354044054 140726354046927 0
[pid=21996/tid=22000] ppid=21994 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/21996/task/22000/stat : 22000 (java) S 21994 21994 18999 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419033290 28904845312 7295 33554432000 4194304 4196468 140726354042224 139833019189648 139833068685013 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9551872 140726354043882 140726354044054 140726354044054 140726354046927 0
[pid=21996/tid=22001] ppid=21994 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/21996/task/22001/stat : 22001 (java) S 21994 21994 18999 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419033290 28904845312 7295 33554432000 4194304 4196468 140726354042224 139833018136848 139833068685013 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9551872 140726354043882 140726354044054 140726354044054 140726354046927 0
[pid=21996/tid=22002] ppid=21994 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/21996/task/22002/stat : 22002 (java) S 21994 21994 18999 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419033290 28904845312 7295 33554432000 4194304 4196468 140726354042224 139833017085072 139833068685013 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9551872 140726354043882 140726354044054 140726354044054 140726354046927 0
[pid=21996/tid=22003] ppid=21994 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/21996/task/22003/stat : 22003 (java) S 21994 21994 18999 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419033290 28904845312 7295 33554432000 4194304 4196468 140726354042224 139833016032272 139833068685013 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9551872 140726354043882 140726354044054 140726354044054 140726354046927 0
[pid=21996/tid=22004] ppid=21994 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/21996/task/22004/stat : 22004 (java) S 21994 21994 18999 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 419033290 28904845312 7295 33554432000 4194304 4196468 140726354042224 139833014979472 139833068685013 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9551872 140726354043882 140726354044054 140726354044054 140726354046927 0
[pid=21996/tid=22005] ppid=21994 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/21996/task/22005/stat : 22005 (java) S 21994 21994 18999 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419033290 28904845312 7295 33554432000 4194304 4196468 140726354042224 139833013926672 139833068685013 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9551872 140726354043882 140726354044054 140726354044054 140726354046927 0
[pid=21996/tid=22006] ppid=21994 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/21996/task/22006/stat : 22006 (java) S 21994 21994 18999 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419033292 28904845312 7295 33554432000 4194304 4196468 140726354042224 139832117401968 139833068685954 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9551872 140726354043882 140726354044054 140726354044054 140726354046927 0
[pid=21996/tid=22007] ppid=21994 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/21996/task/22007/stat : 22007 (java) S 21994 21994 18999 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 419033292 28904845312 7295 33554432000 4194304 4196468 140726354042224 139832116347936 139833068685013 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9551872 140726354043882 140726354044054 140726354044054 140726354046927 0
[pid=21996/tid=22008] ppid=21994 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/21996/task/22008/stat : 22008 (java) S 21994 21994 18999 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 419033292 28904845312 7295 33554432000 4194304 4196468 140726354042224 139832115295088 139833068685013 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9551872 140726354043882 140726354044054 140726354044054 140726354046927 0
[pid=21996/tid=22009] ppid=21994 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/21996/task/22009/stat : 22009 (java) S 21994 21994 18999 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419033295 28904845312 7295 33554432000 4194304 4196468 140726354042224 139832114243408 139833068693403 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9551872 140726354043882 140726354044054 140726354044054 140726354046927 0
[pid=21996/tid=22010] ppid=21994 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/21996/task/22010/stat : 22010 (java) S 21994 21994 18999 0 -1 1077944384 416 0 0 0 0 0 0 0 20 0 20 0 419033295 28904845312 7295 33554432000 4194304 4196468 140726354042224 139832113191792 139833068685954 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9551872 140726354043882 140726354044054 140726354044054 140726354046927 0
[pid=21996/tid=22011] ppid=21994 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/21996/task/22011/stat : 22011 (java) S 21994 21994 18999 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 419033295 28904845312 7295 33554432000 4194304 4196468 140726354042224 139832112138992 139833068685954 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9551872 140726354043882 140726354044054 140726354044054 140726354046927 0
[pid=21996/tid=22012] ppid=21994 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/21996/task/22012/stat : 22012 (java) R 21994 21994 18999 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 419033295 28904845312 7295 33554432000 4194304 4196468 140726354042224 139832111086192 139833068685954 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 9551872 140726354043882 140726354044054 140726354044054 140726354046927 0
[pid=21996/tid=22013] ppid=21994 vsize=28227388 memory=0 CPUtime=0.02 cores=0-7
/proc/21996/task/22013/stat : 22013 (java) R 21994 21994 18999 0 -1 4202560 349 0 0 0 2 0 0 0 20 0 20 0 419033295 28904845312 7295 33554432000 4194304 4196468 140726354042224 139832110033392 139833047810954 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 9551872 140726354043882 140726354044054 140726354044054 140726354046927 0
[pid=21996/tid=22014] ppid=21994 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/21996/task/22014/stat : 22014 (java) S 21994 21994 18999 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 419033295 28904845312 7295 33554432000 4194304 4196468 140726354042224 139832108980832 139833068685013 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9551872 140726354043882 140726354044054 140726354044054 140726354046927 0
[pid=21996/tid=22015] ppid=21994 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/21996/task/22015/stat : 22015 (java) S 21994 21994 18999 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419033295 28904845312 7295 33554432000 4194304 4196468 140726354042224 139832107928112 139833068685954 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9551872 140726354043882 140726354044054 140726354044054 140726354046927 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 28340516 KiB
Current children cumulated memory: 30632 KiB

[startup+0.214185 s]*
/proc/loadavg: 6.36 6.79 6.39 2/216 22015
/proc/meminfo: memFree=30700200/32770624 swapFree=66968308/67108860
[pid=21994] ppid=21991 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/21994/stat : 21994 (xcsp3-exec) S 21991 21994 18999 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 419033289 115843072 363 33554432000 4194304 5098028 140730213818912 140730213817016 140669751104124 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 28442624 140730213823349 140730213823593 140730213823593 140730213826506 0
/proc/21994/statm: 28282 363 304 221 0 87 0
[pid=21996] ppid=21994 vsize=28227388 memory=41104 CPUtime=0.34 cores=0-7
/proc/21996/stat : 21996 (java) S 21994 21994 18999 0 -1 1077944320 9510 0 0 0 31 3 0 0 20 0 20 0 419033289 28904845312 10276 33554432000 4194304 4196468 140726354042224 140726354024768 139833068674807 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 9551872 140726354043882 140726354044054 140726354044054 140726354046927 0
/proc/21996/statm: 7056847 10276 3282 1 0 7019032 0
[pid=21996/tid=21997] ppid=21994 vsize=28227388 memory=0 CPUtime=0.2 cores=0-7
/proc/21996/task/21997/stat : 21997 (java) R 21994 21994 18999 0 -1 4202560 6679 0 0 0 18 2 0 0 20 0 20 0 419033289 28904845312 10276 33554432000 4194304 4196468 140726354042224 139833072911840 139833052718437 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 9551872 140726354043882 140726354044054 140726354044054 140726354046927 0
[pid=21996/tid=21998] ppid=21994 vsize=28227388 memory=280672996718328 CPUtime=0 cores=0-7
/proc/21996/task/21998/stat : 21998 (java) S 21994 21994 18999 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419033290 28904845312 10276 33554432000 4194304 4196468 140726354042224 139833021295248 139833068685013 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9551872 140726354043882 140726354044054 140726354044054 140726354046927 0
[pid=21996/tid=21999] ppid=21994 vsize=28227388 memory=140336550934144 CPUtime=0 cores=0-7
/proc/21996/task/21999/stat : 21999 (java) S 21994 21994 18999 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419033290 28904845312 10276 33554432000 4194304 4196468 140726354042224 139833020242448 139833068685013 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9551872 140726354043882 140726354044054 140726354044054 140726354046927 0
[pid=21996/tid=22000] ppid=21994 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/21996/task/22000/stat : 22000 (java) S 21994 21994 18999 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419033290 28904845312 10276 33554432000 4194304 4196468 140726354042224 139833019189648 139833068685013 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9551872 140726354043882 140726354044054 140726354044054 140726354046927 0
[pid=21996/tid=22001] ppid=21994 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/21996/task/22001/stat : 22001 (java) S 21994 21994 18999 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419033290 28904845312 10276 33554432000 4194304 4196468 140726354042224 139833018136848 139833068685013 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9551872 140726354043882 140726354044054 140726354044054 140726354046927 0
[pid=21996/tid=22002] ppid=21994 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/21996/task/22002/stat : 22002 (java) S 21994 21994 18999 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419033290 28904845312 10276 33554432000 4194304 4196468 140726354042224 139833017085072 139833068685013 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9551872 140726354043882 140726354044054 140726354044054 140726354046927 0
[pid=21996/tid=22003] ppid=21994 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/21996/task/22003/stat : 22003 (java) S 21994 21994 18999 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419033290 28904845312 10276 33554432000 4194304 4196468 140726354042224 139833016032272 139833068685013 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9551872 140726354043882 140726354044054 140726354044054 140726354046927 0
[pid=21996/tid=22004] ppid=21994 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/21996/task/22004/stat : 22004 (java) S 21994 21994 18999 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 419033290 28904845312 10276 33554432000 4194304 4196468 140726354042224 139833014979472 139833068685013 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9551872 140726354043882 140726354044054 140726354044054 140726354046927 0
[pid=21996/tid=22005] ppid=21994 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/21996/task/22005/stat : 22005 (java) S 21994 21994 18999 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419033290 28904845312 10276 33554432000 4194304 4196468 140726354042224 139833013926672 139833068685013 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9551872 140726354043882 140726354044054 140726354044054 140726354046927 0
[pid=21996/tid=22006] ppid=21994 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/21996/task/22006/stat : 22006 (java) S 21994 21994 18999 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 419033292 28904845312 10276 33554432000 4194304 4196468 140726354042224 139832117401968 139833068685954 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9551872 140726354043882 140726354044054 140726354044054 140726354046927 0
[pid=21996/tid=22007] ppid=21994 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/21996/task/22007/stat : 22007 (java) S 21994 21994 18999 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 419033292 28904845312 10276 33554432000 4194304 4196468 140726354042224 139832116347936 139833068685013 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9551872 140726354043882 140726354044054 140726354044054 140726354046927 0
[pid=21996/tid=22008] ppid=21994 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/21996/task/22008/stat : 22008 (java) S 21994 21994 18999 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 419033292 28904845312 10276 33554432000 4194304 4196468 140726354042224 139832115295088 139833068685013 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9551872 140726354043882 140726354044054 140726354044054 140726354046927 0
[pid=21996/tid=22009] ppid=21994 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/21996/task/22009/stat : 22009 (java) S 21994 21994 18999 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419033295 28904845312 10276 33554432000 4194304 4196468 140726354042224 139832114243408 139833068693403 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9551872 140726354043882 140726354044054 140726354044054 140726354046927 0
[pid=21996/tid=22010] ppid=21994 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/21996/task/22010/stat : 22010 (java) S 21994 21994 18999 0 -1 1077944384 416 0 0 0 0 0 0 0 20 0 20 0 419033295 28904845312 10276 33554432000 4194304 4196468 140726354042224 139832113191792 139833068685954 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9551872 140726354043882 140726354044054 140726354044054 140726354046927 0
[pid=21996/tid=22011] ppid=21994 vsize=28227388 memory=0 CPUtime=0.02 cores=0-7
/proc/21996/task/22011/stat : 22011 (java) S 21994 21994 18999 0 -1 1077944384 281 0 0 0 2 0 0 0 20 0 20 0 419033295 28904845312 10276 33554432000 4194304 4196468 140726354042224 139832112138992 139833068685954 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9551872 140726354043882 140726354044054 140726354044054 140726354046927 0
[pid=21996/tid=22012] ppid=21994 vsize=28227388 memory=0 CPUtime=0.01 cores=0-7
/proc/21996/task/22012/stat : 22012 (java) S 21994 21994 18999 0 -1 1077944384 74 0 0 0 1 0 0 0 20 0 20 0 419033295 28904845312 10276 33554432000 4194304 4196468 140726354042224 139832111086192 139833068685954 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9551872 140726354043882 140726354044054 140726354044054 140726354046927 0
[pid=21996/tid=22013] ppid=21994 vsize=28227388 memory=0 CPUtime=0.08 cores=0-7
/proc/21996/task/22013/stat : 22013 (java) S 21994 21994 18999 0 -1 1077944384 752 0 0 0 8 0 0 0 20 0 20 0 419033295 28904845312 10339 33554432000 4194304 4196468 140726354042224 139832110033392 139833068685954 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9551872 140726354043882 140726354044054 140726354044054 140726354046927 0
[pid=21996/tid=22014] ppid=21994 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/21996/task/22014/stat : 22014 (java) S 21994 21994 18999 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 419033295 28904845312 10339 33554432000 4194304 4196468 140726354042224 139832108980832 139833068685013 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9551872 140726354043882 140726354044054 140726354044054 140726354046927 0
[pid=21996/tid=22015] ppid=21994 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/21996/task/22015/stat : 22015 (java) S 21994 21994 18999 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419033295 28904845312 10339 33554432000 4194304 4196468 140726354042224 139832107928112 139833068685954 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9551872 140726354043882 140726354044054 140726354044054 140726354046927 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 28340516 KiB
Current children cumulated memory: 42556 KiB

[startup+0.311117 s]*
/proc/loadavg: 6.36 6.79 6.39 4/216 22015
/proc/meminfo: memFree=30692444/32770624 swapFree=66968308/67108860
[pid=21994] ppid=21991 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/21994/stat : 21994 (xcsp3-exec) S 21991 21994 18999 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 419033289 115843072 363 33554432000 4194304 5098028 140730213818912 140730213817016 140669751104124 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 28442624 140730213823349 140730213823593 140730213823593 140730213826506 0
/proc/21994/statm: 28282 363 304 221 0 87 0
[pid=21996] ppid=21994 vsize=28231644 memory=50356 CPUtime=0.53 cores=0-7
/proc/21996/stat : 21996 (java) S 21994 21994 18999 0 -1 1077944320 10922 0 0 0 49 4 0 0 20 0 20 0 419033289 28909203456 12589 33554432000 4194304 4196468 140726354042224 140726354024768 139833068674807 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 9551872 140726354043882 140726354044054 140726354044054 140726354046927 0
/proc/21996/statm: 7057911 12589 3341 1 0 7019032 0
[pid=21996/tid=21997] ppid=21994 vsize=28231644 memory=6791534058613427641 CPUtime=0.3 cores=0-7
/proc/21996/task/21997/stat : 21997 (java) R 21994 21994 18999 0 -1 4202560 7822 0 0 0 27 3 0 0 20 0 20 0 419033289 28909203456 12589 33554432000 4194304 4196468 140726354042224 139833072909544 139833052755324 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 9551872 140726354043882 140726354044054 140726354044054 140726354046927 0
[pid=21996/tid=21998] ppid=21994 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/21996/task/21998/stat : 21998 (java) S 21994 21994 18999 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419033290 28909203456 12589 33554432000 4194304 4196468 140726354042224 139833021295248 139833068685013 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9551872 140726354043882 140726354044054 140726354044054 140726354046927 0
[pid=21996/tid=21999] ppid=21994 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/21996/task/21999/stat : 21999 (java) S 21994 21994 18999 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419033290 28909203456 12589 33554432000 4194304 4196468 140726354042224 139833020242448 139833068685013 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9551872 140726354043882 140726354044054 140726354044054 140726354046927 0
[pid=21996/tid=22000] ppid=21994 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/21996/task/22000/stat : 22000 (java) S 21994 21994 18999 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419033290 28909203456 12589 33554432000 4194304 4196468 140726354042224 139833019189648 139833068685013 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9551872 140726354043882 140726354044054 140726354044054 140726354046927 0
[pid=21996/tid=22001] ppid=21994 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/21996/task/22001/stat : 22001 (java) S 21994 21994 18999 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419033290 28909203456 12589 33554432000 4194304 4196468 140726354042224 139833018136848 139833068685013 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9551872 140726354043882 140726354044054 140726354044054 140726354046927 0
[pid=21996/tid=22002] ppid=21994 vsize=28231644 memory=2244 CPUtime=0 cores=0-7
/proc/21996/task/22002/stat : 22002 (java) S 21994 21994 18999 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419033290 28909203456 12589 33554432000 4194304 4196468 140726354042224 139833017085072 139833068685013 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9551872 140726354043882 140726354044054 140726354044054 140726354046927 0
[pid=21996/tid=22003] ppid=21994 vsize=28231644 memory=140336445879215 CPUtime=0 cores=0-7
/proc/21996/task/22003/stat : 22003 (java) S 21994 21994 18999 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419033290 28909203456 12589 33554432000 4194304 4196468 140726354042224 139833016032272 139833068685013 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9551872 140726354043882 140726354044054 140726354044054 140726354046927 0
[pid=21996/tid=22004] ppid=21994 vsize=28231644 memory=140336445881520 CPUtime=0 cores=0-7
/proc/21996/task/22004/stat : 22004 (java) S 21994 21994 18999 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 419033290 28909203456 12589 33554432000 4194304 4196468 140726354042224 139833014979472 139833068685013 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9551872 140726354043882 140726354044054 140726354044054 140726354046927 0
[pid=21996/tid=22005] ppid=21994 vsize=28231644 memory=140336445883824 CPUtime=0 cores=0-7
/proc/21996/task/22005/stat : 22005 (java) S 21994 21994 18999 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419033290 28909203456 12589 33554432000 4194304 4196468 140726354042224 139833013926672 139833068685013 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9551872 140726354043882 140726354044054 140726354044054 140726354046927 0
[pid=21996/tid=22006] ppid=21994 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/21996/task/22006/stat : 22006 (java) S 21994 21994 18999 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 419033292 28909203456 12589 33554432000 4194304 4196468 140726354042224 139832117401968 139833068685954 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9551872 140726354043882 140726354044054 140726354044054 140726354046927 0
[pid=21996/tid=22007] ppid=21994 vsize=28231644 memory=280672891774608 CPUtime=0 cores=0-7
/proc/21996/task/22007/stat : 22007 (java) S 21994 21994 18999 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 419033292 28909203456 12589 33554432000 4194304 4196468 140726354042224 139832116347936 139833068685013 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9551872 140726354043882 140726354044054 140726354044054 140726354046927 0
[pid=21996/tid=22008] ppid=21994 vsize=28231644 memory=280672891781520 CPUtime=0 cores=0-7
/proc/21996/task/22008/stat : 22008 (java) S 21994 21994 18999 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 419033292 28909203456 12589 33554432000 4194304 4196468 140726354042224 139832115295088 139833068685013 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9551872 140726354043882 140726354044054 140726354044054 140726354046927 0
[pid=21996/tid=22009] ppid=21994 vsize=28231644 memory=280672891722800 CPUtime=0 cores=0-7
/proc/21996/task/22009/stat : 22009 (java) S 21994 21994 18999 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419033295 28909203456 12589 33554432000 4194304 4196468 140726354042224 139832114243408 139833068693403 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9551872 140726354043882 140726354044054 140726354044054 140726354046927 0
[pid=21996/tid=22010] ppid=21994 vsize=28231644 memory=280672891795344 CPUtime=0.02 cores=0-7
/proc/21996/task/22010/stat : 22010 (java) R 21994 21994 18999 0 -1 4202560 540 0 0 0 2 0 0 0 20 0 20 0 419033295 28909203456 12589 33554432000 4194304 4196468 140726354042224 139832113172904 139833050218896 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 9551872 140726354043882 140726354044054 140726354044054 140726354046927 0
[pid=21996/tid=22011] ppid=21994 vsize=28231644 memory=280672891802256 CPUtime=0.04 cores=0-7
/proc/21996/task/22011/stat : 22011 (java) S 21994 21994 18999 0 -1 1077944384 292 0 0 0 4 0 0 0 20 0 20 0 419033295 28909203456 12589 33554432000 4194304 4196468 140726354042224 139832112138992 139833068685954 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9551872 140726354043882 140726354044054 140726354044054 140726354046927 0
[pid=21996/tid=22012] ppid=21994 vsize=28231644 memory=280672891799952 CPUtime=0.01 cores=0-7
/proc/21996/task/22012/stat : 22012 (java) S 21994 21994 18999 0 -1 1077944384 104 0 0 0 1 0 0 0 20 0 20 0 419033295 28909203456 12589 33554432000 4194304 4196468 140726354042224 139832111086192 139833068685954 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9551872 140726354043882 140726354044054 140726354044054 140726354046927 0
[pid=21996/tid=22013] ppid=21994 vsize=28231644 memory=280672891816112 CPUtime=0.12 cores=0-7
/proc/21996/task/22013/stat : 22013 (java) S 21994 21994 18999 0 -1 1077944384 865 0 0 0 12 0 0 0 20 0 20 0 419033295 28909203456 12589 33554432000 4194304 4196468 140726354042224 139832110033392 139833068685954 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9551872 140726354043882 140726354044054 140726354044054 140726354046927 0
[pid=21996/tid=22014] ppid=21994 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/21996/task/22014/stat : 22014 (java) S 21994 21994 18999 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 419033295 28909203456 12589 33554432000 4194304 4196468 140726354042224 139832108980832 139833068685013 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9551872 140726354043882 140726354044054 140726354044054 140726354046927 0
[pid=21996/tid=22015] ppid=21994 vsize=28231644 memory=-1 CPUtime=0 cores=0-7
/proc/21996/task/22015/stat : 22015 (java) S 21994 21994 18999 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419033295 28909203456 12589 33554432000 4194304 4196468 140726354042224 139832107928112 139833068685954 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9551872 140726354043882 140726354044054 140726354044054 140726354046927 0
Current children cumulated CPU time: 0.53 s
Current children cumulated vsize: 28344772 KiB
Current children cumulated memory: 51808 KiB

[startup+0.701502 s]
/proc/loadavg: 6.36 6.79 6.39 4/216 22015
/proc/meminfo: memFree=30644948/32770624 swapFree=66968308/67108860
[pid=21994] ppid=21991 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/21994/stat : 21994 (xcsp3-exec) S 21991 21994 18999 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 419033289 115843072 363 33554432000 4194304 5098028 140730213818912 140730213817016 140669751104124 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 28442624 140730213823349 140730213823593 140730213823593 140730213826506 0
/proc/21994/statm: 28282 363 304 221 0 87 0
[pid=21996] ppid=21994 vsize=28231644 memory=232876 CPUtime=1.53 cores=0-7
/proc/21996/stat : 21996 (java) S 21994 21994 18999 0 -1 1077944320 14235 0 0 0 138 15 0 0 20 0 20 0 419033289 28909203456 58219 33554432000 4194304 4196468 140726354042224 140726354024768 139833068674807 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 9551872 140726354043882 140726354044054 140726354044054 140726354046927 0
/proc/21996/statm: 7057911 58219 3402 1 0 7019032 0
[pid=21996/tid=21997] ppid=21994 vsize=28231644 memory=280672892110976 CPUtime=0.65 cores=0-7
/proc/21996/task/21997/stat : 21997 (java) S 21994 21994 18999 0 -1 1077944384 8052 0 0 0 60 5 0 0 20 0 20 0 419033289 28909203456 58219 33554432000 4194304 4196468 140726354042224 139833072913984 139833068685013 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9551872 140726354043882 140726354044054 140726354044054 140726354046927 0
[pid=21996/tid=21998] ppid=21994 vsize=28231644 memory=3928 CPUtime=0.01 cores=0-7
/proc/21996/task/21998/stat : 21998 (java) R 21994 21994 18999 0 -1 4202560 24 0 0 0 0 1 0 0 20 0 20 0 419033290 28909203456 58219 33554432000 4194304 4196468 140726354042224 139833021295448 139833053702654 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 9551872 140726354043882 140726354044054 140726354044054 140726354046927 0
[pid=21996/tid=21999] ppid=21994 vsize=28231644 memory=716 CPUtime=0.02 cores=0-7
/proc/21996/task/21999/stat : 21999 (java) R 21994 21994 18999 0 -1 4202560 37 0 0 0 1 1 0 0 20 0 20 0 419033290 28909203456 58219 33554432000 4194304 4196468 140726354042224 139833020242448 139833053702690 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 9551872 140726354043882 140726354044054 140726354044054 140726354046927 0
[pid=21996/tid=22000] ppid=21994 vsize=28231644 memory=776 CPUtime=0 cores=0-7
/proc/21996/task/22000/stat : 22000 (java) R 21994 21994 18999 0 -1 4202560 20 0 0 0 0 0 0 0 20 0 20 0 419033290 28909203456 58219 33554432000 4194304 4196468 140726354042224 139833019189648 139833053696928 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 9551872 140726354043882 140726354044054 140726354044054 140726354046927 0

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

[pid=21994] ppid=21991 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/21994/stat : 21994 (xcsp3-exec) S 21991 21994 18999 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 419033289 115843072 363 33554432000 4194304 5098028 140730213818912 140730213817016 140669751104124 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 28442624 140730213823349 140730213823593 140730213823593 140730213826506 0
/proc/21994/statm: 28282 363 304 221 0 87 0
[pid=21996] ppid=21994 vsize=28233768 memory=24478576 CPUtime=2528.81 cores=0-7
/proc/21996/stat : 21996 (java) S 21994 21994 18999 0 -1 1077944320 872469 0 0 0 247568 5313 0 0 20 0 20 0 419033289 28911378432 6119644 33554432000 4194304 4196468 140726354042224 140726354024768 139833068674807 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 9551872 140726354043882 140726354044054 140726354044054 140726354046927 0
/proc/21996/statm: 7058442 6119644 3516 1 0 7019544 0
[pid=21996/tid=21997] ppid=21994 vsize=28233768 memory=24478576 CPUtime=130.09 cores=0-7
/proc/21996/task/21997/stat : 21997 (java) S 21994 21994 18999 0 -1 1077944384 44375 0 0 0 12960 49 0 0 20 0 20 0 419033289 28911378432 6119644 33554432000 4194304 4196468 140726354042224 139833072912480 139833068685013 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9551872 140726354043882 140726354044054 140726354044054 140726354046927 0
[pid=21996/tid=21998] ppid=21994 vsize=28233768 memory=3928 CPUtime=287.92 cores=0-7
/proc/21996/task/21998/stat : 21998 (java) S 21994 21994 18999 0 -1 1077944384 61681 0 0 0 28109 683 0 0 20 0 20 0 419033290 28911378432 6119644 33554432000 4194304 4196468 140726354042224 139833021295248 139833068685013 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 32 0 0 6293624 6294260 9551872 140726354043882 140726354044054 140726354044054 140726354046927 0
[pid=21996/tid=21999] ppid=21994 vsize=28233768 memory=716 CPUtime=287.49 cores=0-7
/proc/21996/task/21999/stat : 21999 (java) S 21994 21994 18999 0 -1 1077944384 61159 0 0 0 28098 651 0 0 20 0 20 0 419033290 28911378432 6119644 33554432000 4194304 4196468 140726354042224 139833020242448 139833068685013 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 35 0 0 6293624 6294260 9551872 140726354043882 140726354044054 140726354044054 140726354046927 0
[pid=21996/tid=22000] ppid=21994 vsize=28233768 memory=776 CPUtime=287 cores=0-7
/proc/21996/task/22000/stat : 22000 (java) S 21994 21994 18999 0 -1 1077944384 72908 0 0 0 28081 619 0 0 20 0 20 0 419033290 28911378432 6119644 33554432000 4194304 4196468 140726354042224 139833019189648 139833068685013 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 38 0 0 6293624 6294260 9551872 140726354043882 140726354044054 140726354044054 140726354046927 0
[pid=21996/tid=22001] ppid=21994 vsize=28233768 memory=6791534058613427641 CPUtime=288.18 cores=0-7
/proc/21996/task/22001/stat : 22001 (java) S 21994 21994 18999 0 -1 1077944384 61223 0 0 0 28167 651 0 0 20 0 20 0 419033290 28911378432 6119644 33554432000 4194304 4196468 140726354042224 139833018136848 139833068685013 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 33 0 0 6293624 6294260 9551872 140726354043882 140726354044054 140726354044054 140726354046927 0
[pid=21996/tid=22002] ppid=21994 vsize=28233768 memory=24478576 CPUtime=288.42 cores=0-7
/proc/21996/task/22002/stat : 22002 (java) S 21994 21994 18999 0 -1 1077944384 69826 0 0 0 28215 627 0 0 20 0 20 0 419033290 28911378432 6119644 33554432000 4194304 4196468 140726354042224 139833017085072 139833068685013 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 34 0 0 6293624 6294260 9551872 140726354043882 140726354044054 140726354044054 140726354046927 0
[pid=21996/tid=22003] ppid=21994 vsize=28233768 memory=1716 CPUtime=288.21 cores=0-7
/proc/21996/task/22003/stat : 22003 (java) S 21994 21994 18999 0 -1 1077944384 75661 0 0 0 28180 641 0 0 20 0 20 0 419033290 28911378432 6119644 33554432000 4194304 4196468 140726354042224 139833016032272 139833068685013 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 34 0 0 6293624 6294260 9551872 140726354043882 140726354044054 140726354044054 140726354046927 0
[pid=21996/tid=22004] ppid=21994 vsize=28233768 memory=1216 CPUtime=288.4 cores=0-7
/proc/21996/task/22004/stat : 22004 (java) S 21994 21994 18999 0 -1 1077944384 65064 0 0 0 28199 641 0 0 20 0 20 0 419033290 28911378432 6119644 33554432000 4194304 4196468 140726354042224 139833014979472 139833068685013 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 36 0 0 6293624 6294260 9551872 140726354043882 140726354044054 140726354044054 140726354046927 0
[pid=21996/tid=22005] ppid=21994 vsize=28233768 memory=1052 CPUtime=288.05 cores=0-7
/proc/21996/task/22005/stat : 22005 (java) S 21994 21994 18999 0 -1 1077944384 52903 0 0 0 28169 636 0 0 20 0 20 0 419033290 28911378432 6119644 33554432000 4194304 4196468 140726354042224 139833013926672 139833068685013 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 28 0 0 6293624 6294260 9551872 140726354043882 140726354044054 140726354044054 140726354046927 0
[pid=21996/tid=22006] ppid=21994 vsize=28233768 memory=2832 CPUtime=88.71 cores=0-7
/proc/21996/task/22006/stat : 22006 (java) R 21994 21994 18999 0 -1 4202560 260729 0 0 0 8773 98 0 0 20 0 20 0 419033292 28911378432 6119644 33554432000 4194304 4196468 140726354042224 139832117400416 139833053132427 0 0 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 9551872 140726354043882 140726354044054 140726354044054 140726354046927 0
[pid=21996/tid=22007] ppid=21994 vsize=28233768 memory=9328 CPUtime=0 cores=0-7
/proc/21996/task/22007/stat : 22007 (java) S 21994 21994 18999 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 20 0 419033292 28911378432 6119644 33554432000 4194304 4196468 140726354042224 139832116348000 139833068685013 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9551872 140726354043882 140726354044054 140726354044054 140726354046927 0
[pid=21996/tid=22008] ppid=21994 vsize=28233768 memory=1716 CPUtime=0 cores=0-7
/proc/21996/task/22008/stat : 22008 (java) S 21994 21994 18999 0 -1 1077944384 87 0 0 0 0 0 0 0 20 0 20 0 419033292 28911378432 6119644 33554432000 4194304 4196468 140726354042224 139832115295104 139833068685013 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9551872 140726354043882 140726354044054 140726354044054 140726354046927 0
[pid=21996/tid=22009] ppid=21994 vsize=28233768 memory=1216 CPUtime=0 cores=0-7
/proc/21996/task/22009/stat : 22009 (java) S 21994 21994 18999 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419033295 28911378432 6119644 33554432000 4194304 4196468 140726354042224 139832114243408 139833068693403 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9551872 140726354043882 140726354044054 140726354044054 140726354046927 0
[pid=21996/tid=22010] ppid=21994 vsize=28233768 memory=1000 CPUtime=1.83 cores=0-7
/proc/21996/task/22010/stat : 22010 (java) S 21994 21994 18999 0 -1 1077944384 13710 0 0 0 182 1 0 0 20 0 20 0 419033295 28911378432 6119644 33554432000 4194304 4196468 140726354042224 139832113191840 139833068685013 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9551872 140726354043882 140726354044054 140726354044054 140726354046927 0
[pid=21996/tid=22011] ppid=21994 vsize=28233768 memory=7988 CPUtime=1.82 cores=0-7
/proc/21996/task/22011/stat : 22011 (java) S 21994 21994 18999 0 -1 1077944384 8450 0 0 0 180 2 0 0 20 0 20 0 419033295 28911378432 6119644 33554432000 4194304 4196468 140726354042224 139832112139040 139833068685013 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9551872 140726354043882 140726354044054 140726354044054 140726354046927 0
[pid=21996/tid=22012] ppid=21994 vsize=28233768 memory=1560 CPUtime=1.69 cores=0-7
/proc/21996/task/22012/stat : 22012 (java) S 21994 21994 18999 0 -1 1077944384 11690 0 0 0 168 1 0 0 20 0 20 0 419033295 28911378432 6119644 33554432000 4194304 4196468 140726354042224 139832111085952 139833068685013 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9551872 140726354043882 140726354044054 140726354044054 140726354046927 0
[pid=21996/tid=22013] ppid=21994 vsize=28233768 memory=14008 CPUtime=0.65 cores=0-7
/proc/21996/task/22013/stat : 22013 (java) S 21994 21994 18999 0 -1 1077944384 9747 0 0 0 64 1 0 0 20 0 20 0 419033295 28911378432 6119644 33554432000 4194304 4196468 140726354042224 139832110033440 139833068685013 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9551872 140726354043882 140726354044054 140726354044054 140726354046927 0
[pid=21996/tid=22014] ppid=21994 vsize=28233768 memory=7988 CPUtime=0 cores=0-7
/proc/21996/task/22014/stat : 22014 (java) S 21994 21994 18999 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 419033295 28911378432 6119644 33554432000 4194304 4196468 140726354042224 139832108980832 139833068685013 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9551872 140726354043882 140726354044054 140726354044054 140726354046927 0
[pid=21996/tid=22015] ppid=21994 vsize=28233768 memory=2120 CPUtime=0.21 cores=0-7
/proc/21996/task/22015/stat : 22015 (java) S 21994 21994 18999 0 -1 1077944384 1967 0 0 0 10 11 0 0 20 0 20 0 419033295 28911378432 6119644 33554432000 4194304 4196468 140726354042224 139832107928112 139833068685954 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9551872 140726354043882 140726354044054 140726354044054 140726354046927 0
Current children cumulated CPU time: 2528.81 s
Current children cumulated vsize: 28346896 KiB
Current children cumulated memory: 24480028 KiB

[startup+511.201 s]
/proc/loadavg: 6.92 5.87 5.83 2/216 22059
/proc/meminfo: memFree=6216112/32770624 swapFree=66968312/67108860
[pid=21994] ppid=21991 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/21994/stat : 21994 (xcsp3-exec) S 21991 21994 18999 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 419033289 115843072 363 33554432000 4194304 5098028 140730213818912 140730213817016 140669751104124 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 28442624 140730213823349 140730213823593 140730213823593 140730213826506 0
/proc/21994/statm: 28282 363 304 221 0 87 0
[pid=21996] ppid=21994 vsize=28233768 memory=24478576 CPUtime=2529.61 cores=0-7
/proc/21996/stat : 21996 (java) S 21994 21994 18999 0 -1 1077944320 874081 0 0 0 247647 5314 0 0 20 0 20 0 419033289 28911378432 6119644 33554432000 4194304 4196468 140726354042224 140726354024768 139833068674807 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 9551872 140726354043882 140726354044054 140726354044054 140726354046927 0
/proc/21996/statm: 7058442 6119644 3516 1 0 7019544 0
[pid=21996/tid=21997] ppid=21994 vsize=28233768 memory=1052 CPUtime=130.09 cores=0-7
/proc/21996/task/21997/stat : 21997 (java) S 21994 21994 18999 0 -1 1077944384 44375 0 0 0 12960 49 0 0 20 0 20 0 419033289 28911378432 6119644 33554432000 4194304 4196468 140726354042224 139833072912480 139833068685013 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9551872 140726354043882 140726354044054 140726354044054 140726354046927 0
[pid=21996/tid=21998] ppid=21994 vsize=28233768 memory=6791534058613427641 CPUtime=287.92 cores=0-7
/proc/21996/task/21998/stat : 21998 (java) S 21994 21994 18999 0 -1 1077944384 61681 0 0 0 28109 683 0 0 20 0 20 0 419033290 28911378432 6119644 33554432000 4194304 4196468 140726354042224 139833021295248 139833068685013 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 32 0 0 6293624 6294260 9551872 140726354043882 140726354044054 140726354044054 140726354046927 0
[pid=21996/tid=21999] ppid=21994 vsize=28233768 memory=24478576 CPUtime=287.49 cores=0-7
/proc/21996/task/21999/stat : 21999 (java) S 21994 21994 18999 0 -1 1077944384 61159 0 0 0 28098 651 0 0 20 0 20 0 419033290 28911378432 6119644 33554432000 4194304 4196468 140726354042224 139833020242448 139833068685013 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 35 0 0 6293624 6294260 9551872 140726354043882 140726354044054 140726354044054 140726354046927 0
[pid=21996/tid=22000] ppid=21994 vsize=28233768 memory=500 CPUtime=287 cores=0-7
/proc/21996/task/22000/stat : 22000 (java) S 21994 21994 18999 0 -1 1077944384 72908 0 0 0 28081 619 0 0 20 0 20 0 419033290 28911378432 6119644 33554432000 4194304 4196468 140726354042224 139833019189648 139833068685013 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 38 0 0 6293624 6294260 9551872 140726354043882 140726354044054 140726354044054 140726354046927 0
[pid=21996/tid=22001] ppid=21994 vsize=28233768 memory=932 CPUtime=288.18 cores=0-7
/proc/21996/task/22001/stat : 22001 (java) S 21994 21994 18999 0 -1 1077944384 61223 0 0 0 28167 651 0 0 20 0 20 0 419033290 28911378432 6119644 33554432000 4194304 4196468 140726354042224 139833018136848 139833068685013 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 33 0 0 6293624 6294260 9551872 140726354043882 140726354044054 140726354044054 140726354046927 0
[pid=21996/tid=22002] ppid=21994 vsize=28233768 memory=1424 CPUtime=288.42 cores=0-7
/proc/21996/task/22002/stat : 22002 (java) S 21994 21994 18999 0 -1 1077944384 69826 0 0 0 28215 627 0 0 20 0 20 0 419033290 28911378432 6119644 33554432000 4194304 4196468 140726354042224 139833017085072 139833068685013 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 34 0 0 6293624 6294260 9551872 140726354043882 140726354044054 140726354044054 140726354046927 0
[pid=21996/tid=22003] ppid=21994 vsize=28233768 memory=1448 CPUtime=288.21 cores=0-7
/proc/21996/task/22003/stat : 22003 (java) S 21994 21994 18999 0 -1 1077944384 75661 0 0 0 28180 641 0 0 20 0 20 0 419033290 28911378432 6119644 33554432000 4194304 4196468 140726354042224 139833016032272 139833068685013 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 34 0 0 6293624 6294260 9551872 140726354043882 140726354044054 140726354044054 140726354046927 0
[pid=21996/tid=22004] ppid=21994 vsize=28233768 memory=13948 CPUtime=288.4 cores=0-7
/proc/21996/task/22004/stat : 22004 (java) S 21994 21994 18999 0 -1 1077944384 65064 0 0 0 28199 641 0 0 20 0 20 0 419033290 28911378432 6119644 33554432000 4194304 4196468 140726354042224 139833014979472 139833068685013 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 36 0 0 6293624 6294260 9551872 140726354043882 140726354044054 140726354044054 140726354046927 0
[pid=21996/tid=22005] ppid=21994 vsize=28233768 memory=1564 CPUtime=288.05 cores=0-7
/proc/21996/task/22005/stat : 22005 (java) S 21994 21994 18999 0 -1 1077944384 52903 0 0 0 28169 636 0 0 20 0 20 0 419033290 28911378432 6119644 33554432000 4194304 4196468 140726354042224 139833013926672 139833068685013 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 28 0 0 6293624 6294260 9551872 140726354043882 140726354044054 140726354044054 140726354046927 0
[pid=21996/tid=22006] ppid=21994 vsize=28233768 memory=500 CPUtime=89.51 cores=0-7
/proc/21996/task/22006/stat : 22006 (java) R 21994 21994 18999 0 -1 4202560 262341 0 0 0 8853 98 0 0 20 0 20 0 419033292 28911378432 6119644 33554432000 4194304 4196468 140726354042224 139832117400416 139833053671231 0 0 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 9551872 140726354043882 140726354044054 140726354044054 140726354046927 0
[pid=21996/tid=22007] ppid=21994 vsize=28233768 memory=932 CPUtime=0 cores=0-7
/proc/21996/task/22007/stat : 22007 (java) S 21994 21994 18999 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 20 0 419033292 28911378432 6119644 33554432000 4194304 4196468 140726354042224 139832116348000 139833068685013 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9551872 140726354043882 140726354044054 140726354044054 140726354046927 0
[pid=21996/tid=22008] ppid=21994 vsize=28233768 memory=1424 CPUtime=0 cores=0-7
/proc/21996/task/22008/stat : 22008 (java) S 21994 21994 18999 0 -1 1077944384 87 0 0 0 0 0 0 0 20 0 20 0 419033292 28911378432 6119644 33554432000 4194304 4196468 140726354042224 139832115295104 139833068685013 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9551872 140726354043882 140726354044054 140726354044054 140726354046927 0
[pid=21996/tid=22009] ppid=21994 vsize=28233768 memory=1448 CPUtime=0 cores=0-7
/proc/21996/task/22009/stat : 22009 (java) S 21994 21994 18999 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419033295 28911378432 6119644 33554432000 4194304 4196468 140726354042224 139832114243408 139833068693403 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9551872 140726354043882 140726354044054 140726354044054 140726354046927 0
[pid=21996/tid=22010] ppid=21994 vsize=28233768 memory=2048 CPUtime=1.83 cores=0-7
/proc/21996/task/22010/stat : 22010 (java) S 21994 21994 18999 0 -1 1077944384 13710 0 0 0 182 1 0 0 20 0 20 0 419033295 28911378432 6119644 33554432000 4194304 4196468 140726354042224 139832113191840 139833068685013 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9551872 140726354043882 140726354044054 140726354044054 140726354046927 0
[pid=21996/tid=22011] ppid=21994 vsize=28233768 memory=1240 CPUtime=1.82 cores=0-7
/proc/21996/task/22011/stat : 22011 (java) S 21994 21994 18999 0 -1 1077944384 8450 0 0 0 180 2 0 0 20 0 20 0 419033295 28911378432 6119644 33554432000 4194304 4196468 140726354042224 139832112139040 139833068685013 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9551872 140726354043882 140726354044054 140726354044054 140726354046927 0
[pid=21996/tid=22012] ppid=21994 vsize=28233768 memory=3928 CPUtime=1.69 cores=0-7
/proc/21996/task/22012/stat : 22012 (java) S 21994 21994 18999 0 -1 1077944384 11690 0 0 0 168 1 0 0 20 0 20 0 419033295 28911378432 6119644 33554432000 4194304 4196468 140726354042224 139832111085952 139833068685013 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9551872 140726354043882 140726354044054 140726354044054 140726354046927 0
[pid=21996/tid=22013] ppid=21994 vsize=28233768 memory=716 CPUtime=0.65 cores=0-7
/proc/21996/task/22013/stat : 22013 (java) S 21994 21994 18999 0 -1 1077944384 9747 0 0 0 64 1 0 0 20 0 20 0 419033295 28911378432 6119644 33554432000 4194304 4196468 140726354042224 139832110033440 139833068685013 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9551872 140726354043882 140726354044054 140726354044054 140726354046927 0
[pid=21996/tid=22014] ppid=21994 vsize=28233768 memory=776 CPUtime=0 cores=0-7
/proc/21996/task/22014/stat : 22014 (java) S 21994 21994 18999 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 419033295 28911378432 6119644 33554432000 4194304 4196468 140726354042224 139832108980832 139833068685013 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9551872 140726354043882 140726354044054 140726354044054 140726354046927 0
[pid=21996/tid=22015] ppid=21994 vsize=28233768 memory=1052 CPUtime=0.21 cores=0-7
/proc/21996/task/22015/stat : 22015 (java) S 21994 21994 18999 0 -1 1077944384 1967 0 0 0 10 11 0 0 20 0 20 0 419033295 28911378432 6119644 33554432000 4194304 4196468 140726354042224 139832107928112 139833068685954 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9551872 140726354043882 140726354044054 140726354044054 140726354046927 0
Current children cumulated CPU time: 2529.61 s
Current children cumulated vsize: 28346896 KiB
Current children cumulated memory: 24480028 KiB

[startup+512.001 s]*
/proc/loadavg: 6.92 5.87 5.83 2/216 22059
/proc/meminfo: memFree=6216112/32770624 swapFree=66968312/67108860
[pid=21994] ppid=21991 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/21994/stat : 21994 (xcsp3-exec) S 21991 21994 18999 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 419033289 115843072 363 33554432000 4194304 5098028 140730213818912 140730213817016 140669751104124 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 28442624 140730213823349 140730213823593 140730213823593 140730213826506 0
/proc/21994/statm: 28282 363 304 221 0 87 0
[pid=21996] ppid=21994 vsize=28233768 memory=24478576 CPUtime=2530.42 cores=0-7
/proc/21996/stat : 21996 (java) S 21994 21994 18999 0 -1 1077944320 874546 0 0 0 247728 5314 0 0 20 0 20 0 419033289 28911378432 6119644 33554432000 4194304 4196468 140726354042224 140726354024768 139833068674807 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 9551872 140726354043882 140726354044054 140726354044054 140726354046927 0
/proc/21996/statm: 7058442 6119644 3516 1 0 7019544 0
[pid=21996/tid=21997] ppid=21994 vsize=28233768 memory=24478576 CPUtime=130.09 cores=0-7
/proc/21996/task/21997/stat : 21997 (java) S 21994 21994 18999 0 -1 1077944384 44375 0 0 0 12960 49 0 0 20 0 20 0 419033289 28911378432 6119644 33554432000 4194304 4196468 140726354042224 139833072912480 139833068685013 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9551872 140726354043882 140726354044054 140726354044054 140726354046927 0
[pid=21996/tid=21998] ppid=21994 vsize=28233768 memory=1452 CPUtime=287.92 cores=0-7
/proc/21996/task/21998/stat : 21998 (java) S 21994 21994 18999 0 -1 1077944384 61681 0 0 0 28109 683 0 0 20 0 20 0 419033290 28911378432 6119644 33554432000 4194304 4196468 140726354042224 139833021295248 139833068685013 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 32 0 0 6293624 6294260 9551872 140726354043882 140726354044054 140726354044054 140726354046927 0
[pid=21996/tid=21999] ppid=21994 vsize=28233768 memory=24478576 CPUtime=287.49 cores=0-7
/proc/21996/task/21999/stat : 21999 (java) S 21994 21994 18999 0 -1 1077944384 61159 0 0 0 28098 651 0 0 20 0 20 0 419033290 28911378432 6119644 33554432000 4194304 4196468 140726354042224 139833020242448 139833068685013 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 35 0 0 6293624 6294260 9551872 140726354043882 140726354044054 140726354044054 140726354046927 0
[pid=21996/tid=22000] ppid=21994 vsize=28233768 memory=-7003737579269690708 CPUtime=287 cores=0-7
/proc/21996/task/22000/stat : 22000 (java) S 21994 21994 18999 0 -1 1077944384 72908 0 0 0 28081 619 0 0 20 0 20 0 419033290 28911378432 6119644 33554432000 4194304 4196468 140726354042224 139833019189648 139833068685013 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 38 0 0 6293624 6294260 9551872 140726354043882 140726354044054 140726354044054 140726354046927 0
[pid=21996/tid=22001] ppid=21994 vsize=28233768 memory=4104 CPUtime=288.18 cores=0-7
/proc/21996/task/22001/stat : 22001 (java) S 21994 21994 18999 0 -1 1077944384 61223 0 0 0 28167 651 0 0 20 0 20 0 419033290 28911378432 6119644 33554432000 4194304 4196468 140726354042224 139833018136848 139833068685013 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 33 0 0 6293624 6294260 9551872 140726354043882 140726354044054 140726354044054 140726354046927 0
[pid=21996/tid=22002] ppid=21994 vsize=28233768 memory=1412 CPUtime=288.42 cores=0-7
/proc/21996/task/22002/stat : 22002 (java) S 21994 21994 18999 0 -1 1077944384 69826 0 0 0 28215 627 0 0 20 0 20 0 419033290 28911378432 6119644 33554432000 4194304 4196468 140726354042224 139833017085072 139833068685013 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 34 0 0 6293624 6294260 9551872 140726354043882 140726354044054 140726354044054 140726354046927 0
[pid=21996/tid=22003] ppid=21994 vsize=28233768 memory=3296 CPUtime=288.21 cores=0-7
/proc/21996/task/22003/stat : 22003 (java) S 21994 21994 18999 0 -1 1077944384 75661 0 0 0 28180 641 0 0 20 0 20 0 419033290 28911378432 6119644 33554432000 4194304 4196468 140726354042224 139833016032272 139833068685013 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 34 0 0 6293624 6294260 9551872 140726354043882 140726354044054 140726354044054 140726354046927 0
[pid=21996/tid=22004] ppid=21994 vsize=28233768 memory=1452 CPUtime=288.4 cores=0-7
/proc/21996/task/22004/stat : 22004 (java) S 21994 21994 18999 0 -1 1077944384 65064 0 0 0 28199 641 0 0 20 0 20 0 419033290 28911378432 6119644 33554432000 4194304 4196468 140726354042224 139833014979472 139833068685013 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 36 0 0 6293624 6294260 9551872 140726354043882 140726354044054 140726354044054 140726354046927 0
[pid=21996/tid=22005] ppid=21994 vsize=28233768 memory=6791534058613427641 CPUtime=288.05 cores=0-7
/proc/21996/task/22005/stat : 22005 (java) S 21994 21994 18999 0 -1 1077944384 52903 0 0 0 28169 636 0 0 20 0 20 0 419033290 28911378432 6119644 33554432000 4194304 4196468 140726354042224 139833013926672 139833068685013 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 28 0 0 6293624 6294260 9551872 140726354043882 140726354044054 140726354044054 140726354046927 0
[pid=21996/tid=22006] ppid=21994 vsize=28233768 memory=2048 CPUtime=90.32 cores=0-7
/proc/21996/task/22006/stat : 22006 (java) R 21994 21994 18999 0 -1 4202560 262804 0 0 0 8934 98 0 0 20 0 20 0 419033292 28911378432 6119644 33554432000 4194304 4196468 140726354042224 139832117400416 139833053671316 0 0 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 9551872 140726354043882 140726354044054 140726354044054 140726354046927 0
[pid=21996/tid=22007] ppid=21994 vsize=28233768 memory=1240 CPUtime=0 cores=0-7
/proc/21996/task/22007/stat : 22007 (java) S 21994 21994 18999 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 20 0 419033292 28911378432 6119644 33554432000 4194304 4196468 140726354042224 139832116348000 139833068685013 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9551872 140726354043882 140726354044054 140726354044054 140726354046927 0
[pid=21996/tid=22008] ppid=21994 vsize=28233768 memory=3928 CPUtime=0 cores=0-7
/proc/21996/task/22008/stat : 22008 (java) S 21994 21994 18999 0 -1 1077944384 87 0 0 0 0 0 0 0 20 0 20 0 419033292 28911378432 6119644 33554432000 4194304 4196468 140726354042224 139832115295104 139833068685013 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9551872 140726354043882 140726354044054 140726354044054 140726354046927 0
[pid=21996/tid=22009] ppid=21994 vsize=28233768 memory=716 CPUtime=0 cores=0-7
/proc/21996/task/22009/stat : 22009 (java) S 21994 21994 18999 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419033295 28911378432 6119644 33554432000 4194304 4196468 140726354042224 139832114243408 139833068693403 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9551872 140726354043882 140726354044054 140726354044054 140726354046927 0
[pid=21996/tid=22010] ppid=21994 vsize=28233768 memory=3928 CPUtime=1.83 cores=0-7
/proc/21996/task/22010/stat : 22010 (java) S 21994 21994 18999 0 -1 1077944384 13710 0 0 0 182 1 0 0 20 0 20 0 419033295 28911378432 6119644 33554432000 4194304 4196468 140726354042224 139832113191840 139833068685013 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9551872 140726354043882 140726354044054 140726354044054 140726354046927 0
[pid=21996/tid=22011] ppid=21994 vsize=28233768 memory=716 CPUtime=1.82 cores=0-7
/proc/21996/task/22011/stat : 22011 (java) S 21994 21994 18999 0 -1 1077944384 8450 0 0 0 180 2 0 0 20 0 20 0 419033295 28911378432 6119644 33554432000 4194304 4196468 140726354042224 139832112139040 139833068685013 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9551872 140726354043882 140726354044054 140726354044054 140726354046927 0
[pid=21996/tid=22012] ppid=21994 vsize=28233768 memory=776 CPUtime=1.69 cores=0-7
/proc/21996/task/22012/stat : 22012 (java) S 21994 21994 18999 0 -1 1077944384 11690 0 0 0 168 1 0 0 20 0 20 0 419033295 28911378432 6119644 33554432000 4194304 4196468 140726354042224 139832111085952 139833068685013 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9551872 140726354043882 140726354044054 140726354044054 140726354046927 0
[pid=21996/tid=22013] ppid=21994 vsize=28233768 memory=1052 CPUtime=0.65 cores=0-7
/proc/21996/task/22013/stat : 22013 (java) S 21994 21994 18999 0 -1 1077944384 9747 0 0 0 64 1 0 0 20 0 20 0 419033295 28911378432 6119644 33554432000 4194304 4196468 140726354042224 139832110033440 139833068685013 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9551872 140726354043882 140726354044054 140726354044054 140726354046927 0
[pid=21996/tid=22014] ppid=21994 vsize=28233768 memory=2832 CPUtime=0 cores=0-7
/proc/21996/task/22014/stat : 22014 (java) S 21994 21994 18999 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 419033295 28911378432 6119644 33554432000 4194304 4196468 140726354042224 139832108980832 139833068685013 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9551872 140726354043882 140726354044054 140726354044054 140726354046927 0
[pid=21996/tid=22015] ppid=21994 vsize=28233768 memory=24478552 CPUtime=0.21 cores=0-7
/proc/21996/task/22015/stat : 22015 (java) S 21994 21994 18999 0 -1 1077944384 1969 0 0 0 10 11 0 0 20 0 20 0 419033295 28911378432 6119644 33554432000 4194304 4196468 140726354042224 139832107928112 139833068685954 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9551872 140726354043882 140726354044054 140726354044054 140726354046927 0
Current children cumulated CPU time: 2530.42 s
Current children cumulated vsize: 28346896 KiB
Current children cumulated memory: 24480028 KiB

[startup+512.4 s]
/proc/loadavg: 6.92 5.87 5.83 2/216 22059
/proc/meminfo: memFree=6216112/32770624 swapFree=66968312/67108860
[pid=21994] ppid=21991 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/21994/stat : 21994 (xcsp3-exec) S 21991 21994 18999 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 419033289 115843072 363 33554432000 4194304 5098028 140730213818912 140730213817016 140669751104124 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 28442624 140730213823349 140730213823593 140730213823593 140730213826506 0
/proc/21994/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): 512.423
CPU time (s): 2530.85
CPU user time (s): 2477.56
CPU system time (s): 53.2865
CPU usage (%): 493.898
Max. virtual memory (cumulated for all children) (KiB): 28346896
Max. memory (cumulated for all children) (KiB): 24480028

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2477.56
system time used= 53.2865
maximum resident set size= 24478776
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 882154
page faults= 0
swaps= 0
block input operations= 0
block output operations= 928
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38866
involuntary context switches= 68083


# summary of solver processes directly reported to runsolver:
#   pid: 21994
#   total CPU time (s): 2530.85
#   total CPU user time (s): 2477.56
#   total CPU system time (s): 53.2865

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 3.6216 second user time and 5.53836 second system time

The end

Launcher Data

Begin job on node135 at 2019-09-14 04:23:17
IDJOB=4393671
IDBENCH=126900
IDSOLVER=2841
FILE ID=node135/4393671-1568427836
RUNJOBID= node135-1568416728-19026
PBS_JOBID= 21702256
Free space on /tmp= 61292 MiB

SOLVER NAME= choco-solver parallel 2019-06-14
BENCH NAME= XCSP17/RoomMate/RoomMate-int-s1/RoomMate-sr1000b-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 /tmp/evaluation-result-4393671-1568427836/watcher-4393671-1568427836 -o /tmp/evaluation-result-4393671-1568427836/solver-4393671-1568427836 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node135-1568416728-19026 --watchdog 2580  xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 1078332659 HOME/instance-4393671-1568427836.xml

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

MD5SUM BENCH= fdcb353b2918313db809b139313e7b9f
RANDOM SEED=1078332659

node135.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.76
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.76
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.76
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.76
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:        30730940 kB
MemAvailable:   31863912 kB
Buffers:          166216 kB
Cached:          1234832 kB
SwapCached:        34708 kB
Active:           646108 kB
Inactive:         792916 kB
Active(anon):      10452 kB
Inactive(anon):    60360 kB
Active(file):     635656 kB
Inactive(file):   732556 kB
Unevictable:      110024 kB
Mlocked:          110024 kB
SwapTotal:      67108860 kB
SwapFree:       66968308 kB
Dirty:            108968 kB
Writeback:             0 kB
AnonPages:        114144 kB
Mapped:            37068 kB
Shmem:             24244 kB
Slab:             191684 kB
SReclaimable:     161188 kB
SUnreclaim:        30496 kB
KernelStack:        3408 kB
PageTables:         5144 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     497688 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     71680 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      134528 kB
DirectMap2M:    33411072 kB

Free space on /tmp at the end= 61268 MiB
End job on node135 at 2019-09-14 04:31:50