Trace number 4269857

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 4.0.5 seq (2017-08-09)? 2360.21 749.83301

General information on the benchmark

NameSuperSolutions/SuperSolutions-Taillard-js20-15/
SuperTaillard-js-20-15-15.xml
MD5SUM6d7e3033fdb5217c74d2816bb8c5b7b8
Bench CategoryCSP (decision problem)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables600
Number of constraints9690
Number of domains95
Minimum domain size1346
Maximum domain size1444
Distribution of domain sizes[{"size":1346,"count":6},{"size":1347,"count":4},{"size":1348,"count":4},{"size":1349,"count":2},{"size":1350,"count":2},{"size":1351,"count":6},{"size":1352,"count":2},{"size":1353,"count":6},{"size":1354,"count":4},{"size":1355,"count":2},{"size":1356,"count":12},{"size":1357,"count":8},{"size":1358,"count":8},{"size":1359,"count":8},{"size":1360,"count":8},{"size":1361,"count":4},{"size":1362,"count":10},{"size":1363,"count":8},{"size":1364,"count":2},{"size":1365,"count":14},{"size":1366,"count":6},{"size":1367,"count":14},{"size":1368,"count":6},{"size":1369,"count":10},{"size":1370,"count":14},"...",{"size":1419,"count":10}, {"size":1420,"count":8}, {"size":1421,"count":6}, {"size":1422,"count":4}, {"size":1423,"count":6}, {"size":1424,"count":2}, {"size":1425,"count":8}, {"size":1426,"count":4}, {"size":1427,"count":10}, {"size":1429,"count":4}, {"size":1430,"count":12}, {"size":1431,"count":6}, {"size":1432,"count":14}, {"size":1433,"count":6}, {"size":1434,"count":12}, {"size":1435,"count":8}, {"size":1436,"count":4}, {"size":1437,"count":4}, {"size":1438,"count":6}, {"size":1439,"count":10}, {"size":1440,"count":6}, {"size":1441,"count":8}, {"size":1442,"count":8}, {"size":1443,"count":2}, {"size":1444,"count":12}]
Minimum variable degree21
Maximum variable degree43
Distribution of variable degrees[{"degree":21,"count":40},{"degree":22,"count":260},{"degree":41,"count":40},{"degree":43,"count":260}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":9690}]
Number of extensional constraints0
Number of intensional constraints9690
Distribution of constraint types[{"type":"intension","count":9690}]
Optimization problemNO
Type of objective

Solver Data

0.00/0.00	c java -server -Xmx11000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4269857-1502849558.xml"  -tl '2520s' -p 1 -x 0
0.12/0.14	c [HOME/instance-4269857-1502849558.xml, -tl, 2520s, -p, 1, -x, 0]
0.12/0.20	c simple solver
0.34/0.26	c parse instance...
2338.78/743.26	Exception in thread "main" java.lang.OutOfMemoryError: GC overhead limit exceeded
2338.78/743.26		at org.chocosolver.solver.constraints.extension.TuplesFactory.generateTuples(TuplesFactory.java:88)
2338.78/743.26		at org.chocosolver.solver.expression.discrete.relational.ReExpression.extension(ReExpression.java:148)
2338.78/743.26		at org.chocosolver.parser.xcsp.XCSPParser.buildCtrIntension(XCSPParser.java:112)
2338.78/743.26		at org.xcsp.parser.loaders.CtrLoaderInteger.intension(CtrLoaderInteger.java:394)
2338.78/743.26		at org.xcsp.parser.loaders.CtrLoaderInteger.load(CtrLoaderInteger.java:127)
2338.78/743.26		at org.xcsp.parser.XCallbacks.loadCtr(XCallbacks.java:457)
2338.78/743.26		at org.xcsp.parser.XCallbacks.lambda$loadCtrs$346(XCallbacks.java:440)
2338.78/743.26		at org.xcsp.parser.XCallbacks$$Lambda$46/2007331442.accept(Unknown Source)
2338.78/743.26		at java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
2338.78/743.26		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:580)
2338.78/743.26		at org.xcsp.parser.XCallbacks.loadCtrs(XCallbacks.java:437)
2338.78/743.26		at org.chocosolver.parser.xcsp.XCSPParser.loadGroup(XCSPParser.java:1406)
2338.78/743.26		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:368)
2338.78/743.26		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:353)
2338.78/743.26		at org.xcsp.parser.XCallbacks.loadInstance(XCallbacks.java:260)
2338.78/743.26		at org.chocosolver.parser.xcsp.XCSPParser.model(XCSPParser.java:88)
2338.78/743.26		at org.chocosolver.parser.xcsp.XCSP.parse(XCSP.java:112)
2338.78/743.26		at org.chocosolver.parser.xcsp.XCSP.buildModel(XCSP.java:99)
2338.78/743.26		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:23)
2360.07/749.77	s UNKNOWN
2360.07/749.77	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 (13316 MiB free)
  memory of node 1: 16384 MiB (12712 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4269857-1502849558/watcher-4269857-1502849558 -o /tmp/evaluation-result-4269857-1502849558/solver-4269857-1502849558 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node149-1502838668-25114 --watchdog 2580 ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 2099706582 HOME/instance-4269857-1502849558.xml 

running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2550 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
solver pid=26091, runsolver pid=26088
Current StackSize limit: 8192 KiB


[startup+0.100345 s]*
/proc/loadavg: 2.00 2.01 2.04 3/217 26107
/proc/meminfo: memFree=26635372/32770624 swapFree=67108860/67108860
[pid=26091] ppid=26088 vsize=9512 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/26091/stat : 26091 (xcsp3-exec) S 26088 26091 25083 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 118036688 9740288 346 33554432000 4194304 5098028 140725760591600 140725760589704 139670964253308 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 12996608 140725760595054 140725760595259 140725760595259 140725760597995 0
/proc/26091/statm: 2378 346 289 221 0 87 0
[pid=26093] ppid=26091 vsize=13978596 memory=30096 CPUtime=0.12 cores=0,2,4,6
/proc/26093/stat : 26093 (java) S 26091 26091 25083 0 -1 1077944320 5294 0 0 0 12 0 0 0 20 0 15 0 118036689 14314082304 7524 33554432000 4194304 4196468 140734136055760 140734136038304 139960294751991 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 9392128 140734136063127 140734136063303 140734136063303 140734136065999 0
/proc/26093/statm: 3494649 7524 2896 1 0 3482966 0
[pid=26093/tid=26094] ppid=26091 vsize=13978596 memory=-6962121287837372198 CPUtime=0.09 cores=0,2,4,6
/proc/26093/task/26094/stat : 26094 (java) R 26091 26091 25083 0 -1 4202560 3314 0 0 0 9 0 0 0 20 0 15 0 118036689 14314082304 7524 33554432000 4194304 4196468 140734136055760 139960298985264 139960294763926 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 9392128 140734136063127 140734136063303 140734136063303 140734136065999 0
[pid=26093/tid=26095] ppid=26091 vsize=13978596 memory=-3689451258167578675 CPUtime=0 cores=0,2,4,6
/proc/26093/task/26095/stat : 26095 (java) S 26091 26091 25083 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 118036690 14314082304 7524 33554432000 4194304 4196468 140734136055760 139960247372304 139960294762197 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9392128 140734136063127 140734136063303 140734136063303 140734136065999 0
[pid=26093/tid=26096] ppid=26091 vsize=13978596 memory=140104809678464 CPUtime=0 cores=0,2,4,6
/proc/26093/task/26096/stat : 26096 (java) S 26091 26091 25083 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 118036690 14314082304 7524 33554432000 4194304 4196468 140734136055760 139960246319760 139960294762197 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9392128 140734136063127 140734136063303 140734136063303 140734136065999 0
[pid=26093/tid=26097] ppid=26091 vsize=13978596 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26093/task/26097/stat : 26097 (java) S 26091 26091 25083 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 118036690 14314082304 7524 33554432000 4194304 4196468 140734136055760 139960245266704 139960294762197 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9392128 140734136063127 140734136063303 140734136063303 140734136065999 0
[pid=26093/tid=26098] ppid=26091 vsize=13978596 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/26093/task/26098/stat : 26098 (java) S 26091 26091 25083 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 118036690 14314082304 7524 33554432000 4194304 4196468 140734136055760 139960244214160 139960294762197 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9392128 140734136063127 140734136063303 140734136063303 140734136065999 0
[pid=26093/tid=26099] ppid=26091 vsize=13978596 memory=140104809678464 CPUtime=0 cores=0,2,4,6
/proc/26093/task/26099/stat : 26099 (java) S 26091 26091 25083 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 118036691 14314082304 7524 33554432000 4194304 4196468 140734136055760 139959498128112 139960294763138 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9392128 140734136063127 140734136063303 140734136063303 140734136065999 0
[pid=26093/tid=26100] ppid=26091 vsize=13978596 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/26093/task/26100/stat : 26100 (java) S 26091 26091 25083 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 118036692 14314082304 7524 33554432000 4194304 4196468 140734136055760 139959497074336 139960294762197 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9392128 140734136063127 140734136063303 140734136063303 140734136065999 0
[pid=26093/tid=26101] ppid=26091 vsize=13978596 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26093/task/26101/stat : 26101 (java) S 26091 26091 25083 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 118036692 14314082304 7524 33554432000 4194304 4196468 140734136055760 139959204324592 139960294762197 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9392128 140734136063127 140734136063303 140734136063303 140734136065999 0
[pid=26093/tid=26102] ppid=26091 vsize=13978596 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26093/task/26102/stat : 26102 (java) S 26091 26091 25083 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 118036694 14314082304 7524 33554432000 4194304 4196468 140734136055760 139959203273168 139960294770587 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9392128 140734136063127 140734136063303 140734136063303 140734136065999 0
[pid=26093/tid=26103] ppid=26091 vsize=13978596 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26093/task/26103/stat : 26103 (java) S 26091 26091 25083 0 -1 1077944384 430 0 0 0 0 0 0 0 20 0 15 0 118036694 14314082304 7524 33554432000 4194304 4196468 140734136055760 139959202220272 139960294763138 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9392128 140734136063127 140734136063303 140734136063303 140734136065999 0
[pid=26093/tid=26104] ppid=26091 vsize=13978596 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/26093/task/26104/stat : 26104 (java) S 26091 26091 25083 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 118036694 14314082304 7524 33554432000 4194304 4196468 140734136055760 139959201167728 139960294763138 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9392128 140734136063127 140734136063303 140734136063303 140734136065999 0
[pid=26093/tid=26105] ppid=26091 vsize=13978596 memory=140104809678464 CPUtime=0.01 cores=0,2,4,6
/proc/26093/task/26105/stat : 26105 (java) R 26091 26091 25083 0 -1 4202560 293 0 0 0 1 0 0 0 20 0 15 0 118036694 14314082304 7524 33554432000 4194304 4196468 140734136055760 139959200114672 139960273431382 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 9392128 140734136063127 140734136063303 140734136063303 140734136065999 0
[pid=26093/tid=26106] ppid=26091 vsize=13978596 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/26093/task/26106/stat : 26106 (java) S 26091 26091 25083 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 118036694 14314082304 7524 33554432000 4194304 4196468 140734136055760 139959199062368 139960294762197 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9392128 140734136063127 140734136063303 140734136063303 140734136065999 0
[pid=26093/tid=26107] ppid=26091 vsize=13978596 memory=140104809678464 CPUtime=0 cores=0,2,4,6
/proc/26093/task/26107/stat : 26107 (java) S 26091 26091 25083 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 118036695 14314082304 7524 33554432000 4194304 4196468 140734136055760 139959198010416 139960294763138 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9392128 140734136063127 140734136063303 140734136063303 140734136065999 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 13988108 KiB
Current children cumulated memory: 31480 KiB

[startup+0.210462 s]*
/proc/loadavg: 2.00 2.01 2.04 3/217 26107
/proc/meminfo: memFree=26623704/32770624 swapFree=67108860/67108860
[pid=26091] ppid=26088 vsize=9512 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/26091/stat : 26091 (xcsp3-exec) S 26088 26091 25083 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 118036688 9740288 346 33554432000 4194304 5098028 140725760591600 140725760589704 139670964253308 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 12996608 140725760595054 140725760595259 140725760595259 140725760597995 0
/proc/26091/statm: 2378 346 289 221 0 87 0
[pid=26093] ppid=26091 vsize=13982852 memory=42348 CPUtime=0.34 cores=0,2,4,6
/proc/26093/stat : 26093 (java) S 26091 26091 25083 0 -1 1077944320 8155 0 0 0 32 2 0 0 20 0 15 0 118036689 14318440448 10587 33554432000 4194304 4196468 140734136055760 140734136038304 139960294751991 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 9392128 140734136063127 140734136063303 140734136063303 140734136065999 0
/proc/26093/statm: 3495713 10587 3067 1 0 3482966 0
[pid=26093/tid=26094] ppid=26091 vsize=13982852 memory=7883960649037381690 CPUtime=0.2 cores=0,2,4,6
/proc/26093/task/26094/stat : 26094 (java) D 26091 26091 25083 0 -1 1077944384 5295 0 0 0 19 1 0 0 20 0 15 0 118036689 14318440448 10587 33554432000 4194304 4196468 140734136055760 139960298953680 139960287431213 0 4 0 16800975 18446744072101568036 0 0 -1 2 0 0 0 0 0 6293624 6294260 9392128 140734136063127 140734136063303 140734136063303 140734136065999 0
[pid=26093/tid=26095] ppid=26091 vsize=13982852 memory=8911 CPUtime=0 cores=0,2,4,6
/proc/26093/task/26095/stat : 26095 (java) S 26091 26091 25083 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 118036690 14318440448 10587 33554432000 4194304 4196468 140734136055760 139960247372304 139960294762197 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9392128 140734136063127 140734136063303 140734136063303 140734136065999 0
[pid=26093/tid=26096] ppid=26091 vsize=13982852 memory=288370480961390208 CPUtime=0 cores=0,2,4,6
/proc/26093/task/26096/stat : 26096 (java) S 26091 26091 25083 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 118036690 14318440448 10587 33554432000 4194304 4196468 140734136055760 139960246319760 139960294762197 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9392128 140734136063127 140734136063303 140734136063303 140734136065999 0
[pid=26093/tid=26097] ppid=26091 vsize=13982884 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26093/task/26097/stat : 26097 (java) S 26091 26091 25083 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 118036690 14318473216 10587 33554432000 4194304 4196468 140734136055760 139960245266704 139960294762197 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9392128 140734136063127 140734136063303 140734136063303 140734136065999 0
[pid=26093/tid=26098] ppid=26091 vsize=13982884 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/26093/task/26098/stat : 26098 (java) S 26091 26091 25083 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 118036690 14318473216 10587 33554432000 4194304 4196468 140734136055760 139960244214160 139960294762197 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9392128 140734136063127 140734136063303 140734136063303 140734136065999 0
[pid=26093/tid=26099] ppid=26091 vsize=13982852 memory=140104809678464 CPUtime=0 cores=0,2,4,6
/proc/26093/task/26099/stat : 26099 (java) S 26091 26091 25083 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 118036691 14318440448 10587 33554432000 4194304 4196468 140734136055760 139959498128112 139960294763138 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9392128 140734136063127 140734136063303 140734136063303 140734136065999 0
[pid=26093/tid=26100] ppid=26091 vsize=13982852 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/26093/task/26100/stat : 26100 (java) S 26091 26091 25083 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 118036692 14318440448 10587 33554432000 4194304 4196468 140734136055760 139959497074336 139960294762197 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9392128 140734136063127 140734136063303 140734136063303 140734136065999 0
[pid=26093/tid=26101] ppid=26091 vsize=13982852 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26093/task/26101/stat : 26101 (java) S 26091 26091 25083 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 118036692 14318440448 10587 33554432000 4194304 4196468 140734136055760 139959204324592 139960294762197 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9392128 140734136063127 140734136063303 140734136063303 140734136065999 0
[pid=26093/tid=26102] ppid=26091 vsize=13982852 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26093/task/26102/stat : 26102 (java) S 26091 26091 25083 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 118036694 14318440448 10587 33554432000 4194304 4196468 140734136055760 139959203273168 139960294770587 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9392128 140734136063127 140734136063303 140734136063303 140734136065999 0
[pid=26093/tid=26103] ppid=26091 vsize=13982852 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/26093/task/26103/stat : 26103 (java) S 26091 26091 25083 0 -1 1077944384 513 0 0 0 2 0 0 0 20 0 15 0 118036694 14318440448 10587 33554432000 4194304 4196468 140734136055760 139959202220272 139960294763138 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9392128 140734136063127 140734136063303 140734136063303 140734136065999 0
[pid=26093/tid=26104] ppid=26091 vsize=13982884 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/26093/task/26104/stat : 26104 (java) S 26091 26091 25083 0 -1 1077944384 291 0 0 0 2 0 0 0 20 0 15 0 118036694 14318473216 10587 33554432000 4194304 4196468 140734136055760 139959201167728 139960294763138 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9392128 140734136063127 140734136063303 140734136063303 140734136065999 0
[pid=26093/tid=26105] ppid=26091 vsize=13982884 memory=140104809678464 CPUtime=0.08 cores=0,2,4,6
/proc/26093/task/26105/stat : 26105 (java) S 26091 26091 25083 0 -1 1077944384 787 0 0 0 8 0 0 0 20 0 15 0 118036694 14318473216 10587 33554432000 4194304 4196468 140734136055760 139959200114672 139960294763138 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9392128 140734136063127 140734136063303 140734136063303 140734136065999 0
[pid=26093/tid=26106] ppid=26091 vsize=13982852 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/26093/task/26106/stat : 26106 (java) S 26091 26091 25083 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 118036694 14318440448 10587 33554432000 4194304 4196468 140734136055760 139959199062368 139960294762197 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9392128 140734136063127 140734136063303 140734136063303 140734136065999 0
[pid=26093/tid=26107] ppid=26091 vsize=13982852 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26093/task/26107/stat : 26107 (java) S 26091 26091 25083 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 118036695 14318440448 10587 33554432000 4194304 4196468 140734136055760 139959198010416 139960294763138 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9392128 140734136063127 140734136063303 140734136063303 140734136065999 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 13992364 KiB
Current children cumulated memory: 43732 KiB

[startup+0.310291 s]*
/proc/loadavg: 2.00 2.01 2.04 4/217 26107
/proc/meminfo: memFree=26616756/32770624 swapFree=67108860/67108860
[pid=26091] ppid=26088 vsize=9512 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/26091/stat : 26091 (xcsp3-exec) S 26088 26091 25083 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 118036688 9740288 346 33554432000 4194304 5098028 140725760591600 140725760589704 139670964253308 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 12996608 140725760595054 140725760595259 140725760595259 140725760597995 0
/proc/26091/statm: 2378 346 289 221 0 87 0
[pid=26093] ppid=26091 vsize=13982852 memory=49200 CPUtime=0.51 cores=0,2,4,6
/proc/26093/stat : 26093 (java) S 26091 26091 25083 0 -1 1077944320 8972 0 0 0 49 2 0 0 20 0 15 0 118036689 14318440448 12300 33554432000 4194304 4196468 140734136055760 140734136038304 139960294751991 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 9392128 140734136063127 140734136063303 140734136063303 140734136065999 0
/proc/26093/statm: 3495713 12300 3103 1 0 3482966 0
[pid=26093/tid=26094] ppid=26091 vsize=13982852 memory=6791534058613427641 CPUtime=0.29 cores=0,2,4,6
/proc/26093/task/26094/stat : 26094 (java) R 26091 26091 25083 0 -1 4202560 5904 0 0 0 28 1 0 0 20 0 15 0 118036689 14318440448 12300 33554432000 4194304 4196468 140734136055760 139960298990048 139959916797212 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 9392128 140734136063127 140734136063303 140734136063303 140734136065999 0
[pid=26093/tid=26095] ppid=26091 vsize=13982852 memory=4872558044660077418 CPUtime=0 cores=0,2,4,6
/proc/26093/task/26095/stat : 26095 (java) S 26091 26091 25083 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 118036690 14318440448 12300 33554432000 4194304 4196468 140734136055760 139960247372304 139960294762197 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9392128 140734136063127 140734136063303 140734136063303 140734136065999 0
[pid=26093/tid=26096] ppid=26091 vsize=13982852 memory=6944656575208382560 CPUtime=0 cores=0,2,4,6
/proc/26093/task/26096/stat : 26096 (java) S 26091 26091 25083 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 118036690 14318440448 12300 33554432000 4194304 4196468 140734136055760 139960246319760 139960294762197 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9392128 140734136063127 140734136063303 140734136063303 140734136065999 0
[pid=26093/tid=26097] ppid=26091 vsize=13982852 memory=-3258418265892434876 CPUtime=0 cores=0,2,4,6
/proc/26093/task/26097/stat : 26097 (java) S 26091 26091 25083 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 118036690 14318440448 12300 33554432000 4194304 4196468 140734136055760 139960245266704 139960294762197 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9392128 140734136063127 140734136063303 140734136063303 140734136065999 0
[pid=26093/tid=26098] ppid=26091 vsize=13982852 memory=4500088472188524148 CPUtime=0 cores=0,2,4,6
/proc/26093/task/26098/stat : 26098 (java) S 26091 26091 25083 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 118036690 14318440448 12300 33554432000 4194304 4196468 140734136055760 139960244214160 139960294762197 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9392128 140734136063127 140734136063303 140734136063303 140734136065999 0
[pid=26093/tid=26099] ppid=26091 vsize=13982852 memory=6944613755495348631 CPUtime=0 cores=0,2,4,6
/proc/26093/task/26099/stat : 26099 (java) S 26091 26091 25083 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 118036691 14318440448 12300 33554432000 4194304 4196468 140734136055760 139959498128112 139960294763138 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9392128 140734136063127 140734136063303 140734136063303 140734136065999 0
[pid=26093/tid=26100] ppid=26091 vsize=13982852 memory=7893295687695687954 CPUtime=0 cores=0,2,4,6
/proc/26093/task/26100/stat : 26100 (java) S 26091 26091 25083 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 118036692 14318440448 12300 33554432000 4194304 4196468 140734136055760 139959497074336 139960294762197 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9392128 140734136063127 140734136063303 140734136063303 140734136065999 0
[pid=26093/tid=26101] ppid=26091 vsize=13982852 memory=-8813974798734826869 CPUtime=0 cores=0,2,4,6
/proc/26093/task/26101/stat : 26101 (java) S 26091 26091 25083 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 118036692 14318440448 12300 33554432000 4194304 4196468 140734136055760 139959204324592 139960294762197 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9392128 140734136063127 140734136063303 140734136063303 140734136065999 0
[pid=26093/tid=26102] ppid=26091 vsize=13982852 memory=-6664436420846796947 CPUtime=0 cores=0,2,4,6
/proc/26093/task/26102/stat : 26102 (java) S 26091 26091 25083 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 118036694 14318440448 12300 33554432000 4194304 4196468 140734136055760 139959203273168 139960294770587 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9392128 140734136063127 140734136063303 140734136063303 140734136065999 0
[pid=26093/tid=26103] ppid=26091 vsize=13982852 memory=4713750055892520310 CPUtime=0.03 cores=0,2,4,6
/proc/26093/task/26103/stat : 26103 (java) S 26091 26091 25083 0 -1 1077944384 527 0 0 0 3 0 0 0 20 0 15 0 118036694 14318440448 12300 33554432000 4194304 4196468 140734136055760 139959202220272 139960294763138 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9392128 140734136063127 140734136063303 140734136063303 140734136065999 0
[pid=26093/tid=26104] ppid=26091 vsize=13982852 memory=0 CPUtime=0.03 cores=0,2,4,6
/proc/26093/task/26104/stat : 26104 (java) S 26091 26091 25083 0 -1 1077944384 345 0 0 0 3 0 0 0 20 0 15 0 118036694 14318440448 12300 33554432000 4194304 4196468 140734136055760 139959201167728 139960294763138 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9392128 140734136063127 140734136063303 140734136063303 140734136065999 0
[pid=26093/tid=26105] ppid=26091 vsize=13982852 memory=0 CPUtime=0.13 cores=0,2,4,6
/proc/26093/task/26105/stat : 26105 (java) R 26091 26091 25083 0 -1 4202560 913 0 0 0 13 0 0 0 20 0 15 0 118036694 14318440448 12300 33554432000 4194304 4196468 140734136055760 139959200111040 139960286989118 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 9392128 140734136063127 140734136063303 140734136063303 140734136065999 0
[pid=26093/tid=26106] ppid=26091 vsize=13982852 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26093/task/26106/stat : 26106 (java) S 26091 26091 25083 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 118036694 14318440448 12300 33554432000 4194304 4196468 140734136055760 139959199062368 139960294762197 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9392128 140734136063127 140734136063303 140734136063303 140734136065999 0
[pid=26093/tid=26107] ppid=26091 vsize=13982852 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26093/task/26107/stat : 26107 (java) S 26091 26091 25083 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 118036695 14318440448 12300 33554432000 4194304 4196468 140734136055760 139959198010416 139960294763138 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9392128 140734136063127 140734136063303 140734136063303 140734136065999 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 13992364 KiB
Current children cumulated memory: 50584 KiB

[startup+0.700797 s]
/proc/loadavg: 2.00 2.01 2.04 5/217 26107
/proc/meminfo: memFree=26591460/32770624 swapFree=67108860/67108860
[pid=26091] ppid=26088 vsize=9512 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/26091/stat : 26091 (xcsp3-exec) S 26088 26091 25083 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 118036688 9740288 346 33554432000 4194304 5098028 140725760591600 140725760589704 139670964253308 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 12996608 140725760595054 140725760595259 140725760595259 140725760597995 0
/proc/26091/statm: 2378 346 289 221 0 87 0
[pid=26093] ppid=26091 vsize=13984976 memory=113116 CPUtime=1.79 cores=0,2,4,6
/proc/26093/stat : 26093 (java) S 26091 26091 25083 0 -1 1077944320 12103 0 0 0 175 4 0 0 20 0 15 0 118036689 14320615424 28279 33554432000 4194304 4196468 140734136055760 140734136038304 139960294751991 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 9392128 140734136063127 140734136063303 140734136063303 140734136065999 0
/proc/26093/statm: 3496244 28279 3201 1 0 3483478 0
[pid=26093/tid=26094] ppid=26091 vsize=13984976 memory=33 CPUtime=0.67 cores=0,2,4,6
/proc/26093/task/26094/stat : 26094 (java) R 26091 26091 25083 0 -1 4202560 6379 0 0 0 65 2 0 0 20 0 15 0 118036689 14320615424 28279 33554432000 4194304 4196468 140734136055760 139960298987408 139960294763926 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 9392128 140734136063127 140734136063303 140734136063303 140734136065999 0
[pid=26093/tid=26095] ppid=26091 vsize=13984976 memory=-7816663703405220396 CPUtime=0 cores=0,2,4,6
/proc/26093/task/26095/stat : 26095 (java) S 26091 26091 25083 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 118036690 14320615424 28279 33554432000 4194304 4196468 140734136055760 139960247372304 139960294762197 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9392128 140734136063127 140734136063303 140734136063303 140734136065999 0
[pid=26093/tid=26096] ppid=26091 vsize=13984976 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26093/task/26096/stat : 26096 (java) S 26091 26091 25083 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 118036690 14320615424 28279 33554432000 4194304 4196468 140734136055760 139960246319760 139960294762197 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9392128 140734136063127 140734136063303 140734136063303 140734136065999 0
[pid=26093/tid=26097] ppid=26091 vsize=13984976 memory=33268 CPUtime=0 cores=0,2,4,6
/proc/26093/task/26097/stat : 26097 (java) S 26091 26091 25083 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 118036690 14320615424 28279 33554432000 4194304 4196468 140734136055760 139960245266704 139960294762197 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9392128 140734136063127 140734136063303 140734136063303 140734136065999 0
[pid=26093/tid=26098] ppid=26091 vsize=13984976 memory=1296 CPUtime=0 cores=0,2,4,6
/proc/26093/task/26098/stat : 26098 (java) S 26091 26091 25083 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 118036690 14320615424 28279 33554432000 4194304 4196468 140734136055760 139960244214160 139960294762197 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9392128 140734136063127 140734136063303 140734136063303 140734136065999 0
[pid=26093/tid=26099] ppid=26091 vsize=13984976 memory=2408 CPUtime=0 cores=0,2,4,6
/proc/26093/task/26099/stat : 26099 (java) S 26091 26091 25083 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 118036691 14320615424 28279 33554432000 4194304 4196468 140734136055760 139959498128112 139960294763138 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9392128 140734136063127 140734136063303 140734136063303 140734136065999 0
[pid=26093/tid=26100] ppid=26091 vsize=13984976 memory=1732 CPUtime=0 cores=0,2,4,6
/proc/26093/task/26100/stat : 26100 (java) S 26091 26091 25083 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 118036692 14320615424 28279 33554432000 4194304 4196468 140734136055760 139959497074336 139960294762197 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9392128 140734136063127 140734136063303 140734136063303 140734136065999 0
[pid=26093/tid=26101] ppid=26091 vsize=13984976 memory=1224 CPUtime=0 cores=0,2,4,6
/proc/26093/task/26101/stat : 26101 (java) S 26091 26091 25083 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 118036692 14320615424 28279 33554432000 4194304 4196468 140734136055760 139959204324592 139960294762197 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9392128 140734136063127 140734136063303 140734136063303 140734136065999 0
[pid=26093/tid=26102] ppid=26091 vsize=13984976 memory=12032 CPUtime=0 cores=0,2,4,6
/proc/26093/task/26102/stat : 26102 (java) S 26091 26091 25083 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 118036694 14320615424 28279 33554432000 4194304 4196468 140734136055760 139959203273168 139960294770587 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9392128 140734136063127 140734136063303 140734136063303 140734136065999 0
[pid=26093/tid=26103] ppid=26091 vsize=13984976 memory=5792 CPUtime=0.37 cores=0,2,4,6
/proc/26093/task/26103/stat : 26103 (java) R 26091 26091 25083 0 -1 4202560 1464 0 0 0 37 0 0 0 20 0 15 0 118036694 14320615424 28279 33554432000 4194304 4196468 140734136055760 139959202205024 139960276273340 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 9392128 140734136063127 140734136063303 140734136063303 140734136065999 0
[pid=26093/tid=26104] ppid=26091 vsize=13984976 memory=796 CPUtime=0.39 cores=0,2,4,6
/proc/26093/task/26104/stat : 26104 (java) R 26091 26091 25083 0 -1 4202560 1277 0 0 0 39 0 0 0 20 0 15 0 118036694 14320615424 28279 33554432000 4194304 4196468 140734136055760 139959201152560 139960276296955 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 9392128 140734136063127 140734136063303 140734136063303 140734136065999 0
[pid=26093/tid=26105] ppid=26091 vsize=13984976 memory=1436 CPUtime=0.33 cores=0,2,4,6
/proc/26093/task/26105/stat : 26105 (java) S 26091 26091 25083 0 -1 1077944384 1695 0 0 0 33 0 0 0 20 0 15 0 118036694 14320615424 28279 33554432000 4194304 4196468 140734136055760 139959200114672 139960294763138 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9392128 140734136063127 140734136063303 140734136063303 140734136065999 0
[pid=26093/tid=26106] ppid=26091 vsize=13984976 memory=1012 CPUtime=0 cores=0,2,4,6
/proc/26093/task/26106/stat : 26106 (java) S 26091 26091 25083 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 118036694 14320615424 28279 33554432000 4194304 4196468 140734136055760 139959199062368 139960294762197 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9392128 140734136063127 140734136063303 140734136063303 140734136065999 0
[pid=26093/tid=26107] ppid=26091 vsize=13984976 memory=1712 CPUtime=0 cores=0,2,4,6
/proc/26093/task/26107/stat : 26107 (java) S 26091 26091 25083 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 118036695 14320615424 28279 33554432000 4194304 4196468 140734136055760 139959198010416 139960294763138 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9392128 140734136063127 140734136063303 140734136063303 140734136065999 0
Current children cumulated CPU time: 1.79 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 114500 KiB

[startup+1.5008 s]
/proc/loadavg: 2.00 2.01 2.04 3/217 26107
/proc/meminfo: memFree=26425576/32770624 swapFree=67108860/67108860
[pid=26091] ppid=26088 vsize=9512 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/26091/stat : 26091 (xcsp3-exec) S 26088 26091 25083 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 118036688 9740288 346 33554432000 4194304 5098028 140725760591600 140725760589704 139670964253308 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 12996608 140725760595054 140725760595259 140725760595259 140725760597995 0
/proc/26091/statm: 2378 346 289 221 0 87 0

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

/proc/26093/task/26100/stat : 26100 (java) S 26091 26091 25083 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 16 0 118036692 14388776960 2898159 33554432000 4194304 4196468 140734136055760 139959497074400 139960294762197 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9392128 140734136063127 140734136063303 140734136063303 140734136065999 0
[pid=26093/tid=26101] ppid=26091 vsize=14051540 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/26093/task/26101/stat : 26101 (java) S 26091 26091 25083 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 118036692 14388776960 2898159 33554432000 4194304 4196468 140734136055760 139959204324608 139960294762197 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9392128 140734136063127 140734136063303 140734136063303 140734136065999 0
[pid=26093/tid=26102] ppid=26091 vsize=14051540 memory=4144 CPUtime=0 cores=0,2,4,6
/proc/26093/task/26102/stat : 26102 (java) S 26091 26091 25083 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 118036694 14388776960 2898159 33554432000 4194304 4196468 140734136055760 139959203273168 139960294770587 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9392128 140734136063127 140734136063303 140734136063303 140734136065999 0
[pid=26093/tid=26103] ppid=26091 vsize=14051540 memory=33284 CPUtime=1.01 cores=0,2,4,6
/proc/26093/task/26103/stat : 26103 (java) S 26091 26091 25083 0 -1 1077944384 5006 0 0 0 101 0 0 0 20 0 16 0 118036694 14388776960 2898159 33554432000 4194304 4196468 140734136055760 139959202220272 139960294763138 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9392128 140734136063127 140734136063303 140734136063303 140734136065999 0
[pid=26093/tid=26104] ppid=26091 vsize=14051540 memory=6791534058613427641 CPUtime=1.01 cores=0,2,4,6
/proc/26093/task/26104/stat : 26104 (java) S 26091 26091 25083 0 -1 1077944384 5378 0 0 0 100 1 0 0 20 0 16 0 118036694 14388776960 2898159 33554432000 4194304 4196468 140734136055760 139959201167728 139960294763138 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9392128 140734136063127 140734136063303 140734136063303 140734136065999 0
[pid=26093/tid=26105] ppid=26091 vsize=14051540 memory=11592508 CPUtime=0.46 cores=0,2,4,6
/proc/26093/task/26105/stat : 26105 (java) S 26091 26091 25083 0 -1 1077944384 7246 0 0 0 46 0 0 0 20 0 16 0 118036694 14388776960 2898159 33554432000 4194304 4196468 140734136055760 139959200114672 139960294763138 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9392128 140734136063127 140734136063303 140734136063303 140734136065999 0
[pid=26093/tid=26106] ppid=26091 vsize=14051540 memory=204744 CPUtime=0 cores=0,2,4,6
/proc/26093/task/26106/stat : 26106 (java) S 26091 26091 25083 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 118036694 14388776960 2898159 33554432000 4194304 4196468 140734136055760 139959199062368 139960294762197 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9392128 140734136063127 140734136063303 140734136063303 140734136065999 0
[pid=26093/tid=26107] ppid=26091 vsize=14051540 memory=11592508 CPUtime=0.62 cores=0,2,4,6
/proc/26093/task/26107/stat : 26107 (java) S 26091 26091 25083 0 -1 1077944384 687 0 0 0 31 31 0 0 20 0 16 0 118036695 14388776960 2898159 33554432000 4194304 4196468 140734136055760 139959198010416 139960294763138 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 15 0 0 6293624 6294260 9392128 140734136063127 140734136063303 140734136063303 140734136065999 0
[pid=26093/tid=27546] ppid=26091 vsize=14051540 memory=6791534058613427641 CPUtime=0 cores=0,2,4,6
/proc/26093/task/27546/stat : 27546 (java) S 26091 26091 25083 0 -1 1077944384 67 0 0 0 0 0 0 0 20 0 16 0 118111015 14388776960 2898159 33554432000 4194304 4196468 140734136055760 139959190499264 139960294762197 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9392128 140734136063127 140734136063303 140734136063303 140734136065999 0
Current children cumulated CPU time: 2348.16 s
Current children cumulated vsize: 14061052 KiB
Current children cumulated memory: 11594020 KiB

[startup+747.202 s]
/proc/loadavg: 4.56 4.34 3.29 6/219 27546
/proc/meminfo: memFree=15933924/32770624 swapFree=67108860/67108860
[pid=26091] ppid=26088 vsize=9512 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/26091/stat : 26091 (xcsp3-exec) S 26088 26091 25083 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 118036688 9740288 346 33554432000 4194304 5098028 140725760591600 140725760589704 139670964253308 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 12996608 140725760595054 140725760595259 140725760595259 140725760597995 0
/proc/26091/statm: 2378 346 289 221 0 87 0
[pid=26093] ppid=26091 vsize=14051540 memory=11592640 CPUtime=2354.5 cores=0,2,4,6
/proc/26093/stat : 26093 (java) S 26091 26091 25083 0 -1 1077944320 678056 0 0 0 234781 669 0 0 20 0 16 0 118036689 14388776960 2898160 33554432000 4194304 4196468 140734136055760 140734136038304 139960294751991 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 9392128 140734136063127 140734136063303 140734136063303 140734136065999 0
/proc/26093/statm: 3512885 2898160 3251 1 0 3500119 0
[pid=26093/tid=26094] ppid=26091 vsize=14051540 memory=8016517736310469220 CPUtime=141.67 cores=0,2,4,6
/proc/26093/task/26094/stat : 26094 (java) S 26091 26091 25083 0 -1 1077944384 31842 0 0 0 14123 44 0 0 20 0 16 0 118036689 14388776960 2898160 33554432000 4194304 4196468 140734136055760 139960298992672 139960294762197 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9392128 140734136063127 140734136063303 140734136063303 140734136065999 0
[pid=26093/tid=26095] ppid=26091 vsize=14051540 memory=6791534058613427641 CPUtime=534.6 cores=0,2,4,6
/proc/26093/task/26095/stat : 26095 (java) R 26091 26091 25083 0 -1 4202560 112545 0 0 0 53306 154 0 0 20 0 16 0 118036690 14388776960 2898160 33554432000 4194304 4196468 140734136055760 139960247372424 139960287854977 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 9392128 140734136063127 140734136063303 140734136063303 140734136065999 0
[pid=26093/tid=26096] ppid=26091 vsize=14051540 memory=6791534058613427641 CPUtime=536.69 cores=0,2,4,6
/proc/26093/task/26096/stat : 26096 (java) R 26091 26091 25083 0 -1 4202560 118699 0 0 0 53521 148 0 0 20 0 16 0 118036690 14388776960 2898160 33554432000 4194304 4196468 140734136055760 139960246319880 139960279741542 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 9392128 140734136063127 140734136063303 140734136063303 140734136065999 0
[pid=26093/tid=26097] ppid=26091 vsize=14051540 memory=1296 CPUtime=536.09 cores=0,2,4,6
/proc/26093/task/26097/stat : 26097 (java) R 26091 26091 25083 0 -1 4202560 111792 0 0 0 53466 143 0 0 20 0 16 0 118036690 14388776960 2898160 33554432000 4194304 4196468 140734136055760 139960245266824 139960287854970 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 9392128 140734136063127 140734136063303 140734136063303 140734136065999 0
[pid=26093/tid=26098] ppid=26091 vsize=14051540 memory=2408 CPUtime=535.98 cores=0,2,4,6
/proc/26093/task/26098/stat : 26098 (java) R 26091 26091 25083 0 -1 4202560 157209 0 0 0 53436 162 0 0 20 0 16 0 118036690 14388776960 2898160 33554432000 4194304 4196468 140734136055760 139960244214360 139960287380199 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 9392128 140734136063127 140734136063303 140734136063303 140734136065999 0
[pid=26093/tid=26099] ppid=26091 vsize=14051540 memory=1732 CPUtime=66.26 cores=0,2,4,6
/proc/26093/task/26099/stat : 26099 (java) S 26091 26091 25083 0 -1 1077944384 126291 0 0 0 6619 7 0 0 20 0 16 0 118036691 14388776960 2898160 33554432000 4194304 4196468 140734136055760 139959498126656 139960294762197 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9392128 140734136063127 140734136063303 140734136063303 140734136065999 0
[pid=26093/tid=26100] ppid=26091 vsize=14051540 memory=4130 CPUtime=0 cores=0,2,4,6
/proc/26093/task/26100/stat : 26100 (java) S 26091 26091 25083 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 16 0 118036692 14388776960 2898160 33554432000 4194304 4196468 140734136055760 139959497074400 139960294762197 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9392128 140734136063127 140734136063303 140734136063303 140734136065999 0
[pid=26093/tid=26101] ppid=26091 vsize=14051540 memory=354 CPUtime=0 cores=0,2,4,6
/proc/26093/task/26101/stat : 26101 (java) S 26091 26091 25083 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 118036692 14388776960 2898160 33554432000 4194304 4196468 140734136055760 139959204324608 139960294762197 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9392128 140734136063127 140734136063303 140734136063303 140734136065999 0
[pid=26093/tid=26102] ppid=26091 vsize=14051540 memory=41 CPUtime=0 cores=0,2,4,6
/proc/26093/task/26102/stat : 26102 (java) S 26091 26091 25083 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 118036694 14388776960 2898160 33554432000 4194304 4196468 140734136055760 139959203273168 139960294770587 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9392128 140734136063127 140734136063303 140734136063303 140734136065999 0
[pid=26093/tid=26103] ppid=26091 vsize=14051540 memory=164 CPUtime=1.01 cores=0,2,4,6
/proc/26093/task/26103/stat : 26103 (java) S 26091 26091 25083 0 -1 1077944384 5006 0 0 0 101 0 0 0 20 0 16 0 118036694 14388776960 2898160 33554432000 4194304 4196468 140734136055760 139959202220272 139960294763138 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9392128 140734136063127 140734136063303 140734136063303 140734136065999 0
[pid=26093/tid=26104] ppid=26091 vsize=14051540 memory=92 CPUtime=1.01 cores=0,2,4,6
/proc/26093/task/26104/stat : 26104 (java) S 26091 26091 25083 0 -1 1077944384 5378 0 0 0 100 1 0 0 20 0 16 0 118036694 14388776960 2898160 33554432000 4194304 4196468 140734136055760 139959201167728 139960294763138 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9392128 140734136063127 140734136063303 140734136063303 140734136065999 0
[pid=26093/tid=26105] ppid=26091 vsize=14051540 memory=1384 CPUtime=0.46 cores=0,2,4,6
/proc/26093/task/26105/stat : 26105 (java) S 26091 26091 25083 0 -1 1077944384 7246 0 0 0 46 0 0 0 20 0 16 0 118036694 14388776960 2898160 33554432000 4194304 4196468 140734136055760 139959200114672 139960294763138 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9392128 140734136063127 140734136063303 140734136063303 140734136065999 0
[pid=26093/tid=26106] ppid=26091 vsize=14051540 memory=4144 CPUtime=0 cores=0,2,4,6
/proc/26093/task/26106/stat : 26106 (java) S 26091 26091 25083 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 118036694 14388776960 2898160 33554432000 4194304 4196468 140734136055760 139959199062368 139960294762197 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9392128 140734136063127 140734136063303 140734136063303 140734136065999 0
[pid=26093/tid=26107] ppid=26091 vsize=14051540 memory=33284 CPUtime=0.62 cores=0,2,4,6
/proc/26093/task/26107/stat : 26107 (java) S 26091 26091 25083 0 -1 1077944384 687 0 0 0 31 31 0 0 20 0 16 0 118036695 14388776960 2898160 33554432000 4194304 4196468 140734136055760 139959198010416 139960294763138 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 15 0 0 6293624 6294260 9392128 140734136063127 140734136063303 140734136063303 140734136065999 0
[pid=26093/tid=27546] ppid=26091 vsize=14051540 memory=1296 CPUtime=0 cores=0,2,4,6
/proc/26093/task/27546/stat : 27546 (java) S 26091 26091 25083 0 -1 1077944384 67 0 0 0 0 0 0 0 20 0 16 0 118111015 14388776960 2898160 33554432000 4194304 4196468 140734136055760 139959190499264 139960294762197 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9392128 140734136063127 140734136063303 140734136063303 140734136065999 0
Current children cumulated CPU time: 2354.5 s
Current children cumulated vsize: 14061052 KiB
Current children cumulated memory: 11594024 KiB

[startup+748.801 s]
/proc/loadavg: 4.56 4.34 3.29 6/219 27546
/proc/meminfo: memFree=15934048/32770624 swapFree=67108860/67108860
[pid=26091] ppid=26088 vsize=9512 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/26091/stat : 26091 (xcsp3-exec) S 26088 26091 25083 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 118036688 9740288 346 33554432000 4194304 5098028 140725760591600 140725760589704 139670964253308 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 12996608 140725760595054 140725760595259 140725760595259 140725760597995 0
/proc/26091/statm: 2378 346 289 221 0 87 0
[pid=26093] ppid=26091 vsize=14051540 memory=11592640 CPUtime=2359.17 cores=0,2,4,6
/proc/26093/stat : 26093 (java) S 26091 26091 25083 0 -1 1077944320 678338 0 0 0 235248 669 0 0 20 0 16 0 118036689 14388776960 2898160 33554432000 4194304 4196468 140734136055760 140734136038304 139960294751991 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 9392128 140734136063127 140734136063303 140734136063303 140734136065999 0
/proc/26093/statm: 3512885 2898160 3251 1 0 3500119 0
[pid=26093/tid=26094] ppid=26091 vsize=14051540 memory=1384 CPUtime=141.67 cores=0,2,4,6
/proc/26093/task/26094/stat : 26094 (java) S 26091 26091 25083 0 -1 1077944384 31842 0 0 0 14123 44 0 0 20 0 16 0 118036689 14388776960 2898160 33554432000 4194304 4196468 140734136055760 139960298992672 139960294762197 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9392128 140734136063127 140734136063303 140734136063303 140734136065999 0
[pid=26093/tid=26095] ppid=26091 vsize=14051540 memory=4144 CPUtime=535.61 cores=0,2,4,6
/proc/26093/task/26095/stat : 26095 (java) S 26091 26091 25083 0 -1 1077944384 112562 0 0 0 53407 154 0 0 20 0 16 0 118036690 14388776960 2898160 33554432000 4194304 4196468 140734136055760 139960247372304 139960294762197 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9392128 140734136063127 140734136063303 140734136063303 140734136065999 0
[pid=26093/tid=26096] ppid=26091 vsize=14051540 memory=1384 CPUtime=537.72 cores=0,2,4,6
/proc/26093/task/26096/stat : 26096 (java) S 26091 26091 25083 0 -1 1077944384 118711 0 0 0 53624 148 0 0 20 0 16 0 118036690 14388776960 2898160 33554432000 4194304 4196468 140734136055760 139960246319760 139960294762197 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9392128 140734136063127 140734136063303 140734136063303 140734136065999 0
[pid=26093/tid=26097] ppid=26091 vsize=14051540 memory=1384 CPUtime=537.12 cores=0,2,4,6
/proc/26093/task/26097/stat : 26097 (java) S 26091 26091 25083 0 -1 1077944384 111802 0 0 0 53569 143 0 0 20 0 16 0 118036690 14388776960 2898160 33554432000 4194304 4196468 140734136055760 139960245266704 139960294762197 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9392128 140734136063127 140734136063303 140734136063303 140734136065999 0
[pid=26093/tid=26098] ppid=26091 vsize=14051540 memory=11592640 CPUtime=537.01 cores=0,2,4,6
/proc/26093/task/26098/stat : 26098 (java) S 26091 26091 25083 0 -1 1077944384 157221 0 0 0 53539 162 0 0 20 0 16 0 118036690 14388776960 2898160 33554432000 4194304 4196468 140734136055760 139960244214160 139960294762197 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9392128 140734136063127 140734136063303 140734136063303 140734136065999 0
[pid=26093/tid=26099] ppid=26091 vsize=14051540 memory=-3622645143214314312 CPUtime=66.83 cores=0,2,4,6
/proc/26093/task/26099/stat : 26099 (java) R 26091 26091 25083 0 -1 4202560 126521 0 0 0 6676 7 0 0 20 0 16 0 118036691 14388776960 2898160 33554432000 4194304 4196468 140734136055760 139959498126656 139960279748395 0 0 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 9392128 140734136063127 140734136063303 140734136063303 140734136065999 0
[pid=26093/tid=26100] ppid=26091 vsize=14051540 memory=8676 CPUtime=0 cores=0,2,4,6
/proc/26093/task/26100/stat : 26100 (java) S 26091 26091 25083 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 16 0 118036692 14388776960 2898160 33554432000 4194304 4196468 140734136055760 139959497074400 139960294762197 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9392128 140734136063127 140734136063303 140734136063303 140734136065999 0
[pid=26093/tid=26101] ppid=26091 vsize=14051540 memory=4620 CPUtime=0 cores=0,2,4,6
/proc/26093/task/26101/stat : 26101 (java) S 26091 26091 25083 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 118036692 14388776960 2898160 33554432000 4194304 4196468 140734136055760 139959204324608 139960294762197 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9392128 140734136063127 140734136063303 140734136063303 140734136065999 0
[pid=26093/tid=26102] ppid=26091 vsize=14051540 memory=1196 CPUtime=0 cores=0,2,4,6
/proc/26093/task/26102/stat : 26102 (java) S 26091 26091 25083 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 118036694 14388776960 2898160 33554432000 4194304 4196468 140734136055760 139959203273168 139960294770587 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9392128 140734136063127 140734136063303 140734136063303 140734136065999 0
[pid=26093/tid=26103] ppid=26091 vsize=14051540 memory=6791534058613427641 CPUtime=1.01 cores=0,2,4,6
/proc/26093/task/26103/stat : 26103 (java) S 26091 26091 25083 0 -1 1077944384 5007 0 0 0 101 0 0 0 20 0 16 0 118036694 14388776960 2898160 33554432000 4194304 4196468 140734136055760 139959202220032 139960294762197 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9392128 140734136063127 140734136063303 140734136063303 140734136065999 0
[pid=26093/tid=26104] ppid=26091 vsize=14051540 memory=1732 CPUtime=1.01 cores=0,2,4,6
/proc/26093/task/26104/stat : 26104 (java) S 26091 26091 25083 0 -1 1077944384 5378 0 0 0 100 1 0 0 20 0 16 0 118036694 14388776960 2898160 33554432000 4194304 4196468 140734136055760 139959201167776 139960294762197 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9392128 140734136063127 140734136063303 140734136063303 140734136065999 0
[pid=26093/tid=26105] ppid=26091 vsize=14051540 memory=1224 CPUtime=0.46 cores=0,2,4,6
/proc/26093/task/26105/stat : 26105 (java) S 26091 26091 25083 0 -1 1077944384 7246 0 0 0 46 0 0 0 20 0 16 0 118036694 14388776960 2898160 33554432000 4194304 4196468 140734136055760 139959200114720 139960294762197 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9392128 140734136063127 140734136063303 140734136063303 140734136065999 0
[pid=26093/tid=26106] ppid=26091 vsize=14051540 memory=12032 CPUtime=0 cores=0,2,4,6
/proc/26093/task/26106/stat : 26106 (java) S 26091 26091 25083 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 118036694 14388776960 2898160 33554432000 4194304 4196468 140734136055760 139959199062368 139960294762197 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9392128 140734136063127 140734136063303 140734136063303 140734136065999 0
[pid=26093/tid=26107] ppid=26091 vsize=14051540 memory=6791534058613427641 CPUtime=0.62 cores=0,2,4,6
/proc/26093/task/26107/stat : 26107 (java) S 26091 26091 25083 0 -1 1077944384 687 0 0 0 31 31 0 0 20 0 16 0 118036695 14388776960 2898160 33554432000 4194304 4196468 140734136055760 139959198010416 139960294763138 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 15 0 0 6293624 6294260 9392128 140734136063127 140734136063303 140734136063303 140734136065999 0
[pid=26093/tid=27546] ppid=26091 vsize=14051540 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/26093/task/27546/stat : 27546 (java) S 26091 26091 25083 0 -1 1077944384 67 0 0 0 0 0 0 0 20 0 16 0 118111015 14388776960 2898160 33554432000 4194304 4196468 140734136055760 139959190499264 139960294762197 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9392128 140734136063127 140734136063303 140734136063303 140734136065999 0
Current children cumulated CPU time: 2359.17 s
Current children cumulated vsize: 14061052 KiB
Current children cumulated memory: 11594024 KiB

[startup+749.601 s]
/proc/loadavg: 4.56 4.34 3.29 3/219 27546
/proc/meminfo: memFree=15934172/32770624 swapFree=67108860/67108860
[pid=26091] ppid=26088 vsize=9512 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/26091/stat : 26091 (xcsp3-exec) S 26088 26091 25083 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 118036688 9740288 346 33554432000 4194304 5098028 140725760591600 140725760589704 139670964253308 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 12996608 140725760595054 140725760595259 140725760595259 140725760597995 0
/proc/26091/statm: 2378 346 289 221 0 87 0
[pid=26093] ppid=26091 vsize=14051540 memory=11592640 CPUtime=2359.97 cores=0,2,4,6
/proc/26093/stat : 26093 (java) S 26091 26091 25083 0 -1 1077944320 678338 0 0 0 235328 669 0 0 20 0 16 0 118036689 14388776960 2898160 33554432000 4194304 4196468 140734136055760 140734136038304 139960294751991 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 9392128 140734136063127 140734136063303 140734136063303 140734136065999 0
/proc/26093/statm: 3512885 2898160 3251 1 0 3500119 0
[pid=26093/tid=26094] ppid=26091 vsize=14051540 memory=1224 CPUtime=141.67 cores=0,2,4,6
/proc/26093/task/26094/stat : 26094 (java) S 26091 26091 25083 0 -1 1077944384 31842 0 0 0 14123 44 0 0 20 0 16 0 118036689 14388776960 2898160 33554432000 4194304 4196468 140734136055760 139960298992672 139960294762197 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9392128 140734136063127 140734136063303 140734136063303 140734136065999 0
[pid=26093/tid=26095] ppid=26091 vsize=14051540 memory=12032 CPUtime=535.61 cores=0,2,4,6
/proc/26093/task/26095/stat : 26095 (java) S 26091 26091 25083 0 -1 1077944384 112562 0 0 0 53407 154 0 0 20 0 16 0 118036690 14388776960 2898160 33554432000 4194304 4196468 140734136055760 139960247372304 139960294762197 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9392128 140734136063127 140734136063303 140734136063303 140734136065999 0
[pid=26093/tid=26096] ppid=26091 vsize=14051540 memory=5792 CPUtime=537.72 cores=0,2,4,6
/proc/26093/task/26096/stat : 26096 (java) S 26091 26091 25083 0 -1 1077944384 118711 0 0 0 53624 148 0 0 20 0 16 0 118036690 14388776960 2898160 33554432000 4194304 4196468 140734136055760 139960246319760 139960294762197 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9392128 140734136063127 140734136063303 140734136063303 140734136065999 0
[pid=26093/tid=26097] ppid=26091 vsize=14051540 memory=796 CPUtime=537.12 cores=0,2,4,6
/proc/26093/task/26097/stat : 26097 (java) S 26091 26091 25083 0 -1 1077944384 111802 0 0 0 53569 143 0 0 20 0 16 0 118036690 14388776960 2898160 33554432000 4194304 4196468 140734136055760 139960245266704 139960294762197 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9392128 140734136063127 140734136063303 140734136063303 140734136065999 0
[pid=26093/tid=26098] ppid=26091 vsize=14051540 memory=1436 CPUtime=537.01 cores=0,2,4,6
/proc/26093/task/26098/stat : 26098 (java) S 26091 26091 25083 0 -1 1077944384 157221 0 0 0 53539 162 0 0 20 0 16 0 118036690 14388776960 2898160 33554432000 4194304 4196468 140734136055760 139960244214160 139960294762197 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9392128 140734136063127 140734136063303 140734136063303 140734136065999 0
[pid=26093/tid=26099] ppid=26091 vsize=14051540 memory=1012 CPUtime=67.63 cores=0,2,4,6
/proc/26093/task/26099/stat : 26099 (java) R 26091 26091 25083 0 -1 4202560 126521 0 0 0 6756 7 0 0 20 0 16 0 118036691 14388776960 2898160 33554432000 4194304 4196468 140734136055760 139959498126544 139960279209582 0 0 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 9392128 140734136063127 140734136063303 140734136063303 140734136065999 0
[pid=26093/tid=26100] ppid=26091 vsize=14051540 memory=1712 CPUtime=0 cores=0,2,4,6
/proc/26093/task/26100/stat : 26100 (java) S 26091 26091 25083 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 16 0 118036692 14388776960 2898160 33554432000 4194304 4196468 140734136055760 139959497074400 139960294762197 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9392128 140734136063127 140734136063303 140734136063303 140734136065999 0
[pid=26093/tid=26101] ppid=26091 vsize=14051540 memory=1952 CPUtime=0 cores=0,2,4,6
/proc/26093/task/26101/stat : 26101 (java) S 26091 26091 25083 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 118036692 14388776960 2898160 33554432000 4194304 4196468 140734136055760 139959204324608 139960294762197 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9392128 140734136063127 140734136063303 140734136063303 140734136065999 0
[pid=26093/tid=26102] ppid=26091 vsize=14051540 memory=8676 CPUtime=0 cores=0,2,4,6
/proc/26093/task/26102/stat : 26102 (java) S 26091 26091 25083 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 118036694 14388776960 2898160 33554432000 4194304 4196468 140734136055760 139959203273168 139960294770587 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9392128 140734136063127 140734136063303 140734136063303 140734136065999 0
[pid=26093/tid=26103] ppid=26091 vsize=14051540 memory=4620 CPUtime=1.01 cores=0,2,4,6
/proc/26093/task/26103/stat : 26103 (java) S 26091 26091 25083 0 -1 1077944384 5007 0 0 0 101 0 0 0 20 0 16 0 118036694 14388776960 2898160 33554432000 4194304 4196468 140734136055760 139959202220032 139960294762197 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9392128 140734136063127 140734136063303 140734136063303 140734136065999 0
[pid=26093/tid=26104] ppid=26091 vsize=14051540 memory=1196 CPUtime=1.01 cores=0,2,4,6
/proc/26093/task/26104/stat : 26104 (java) S 26091 26091 25083 0 -1 1077944384 5378 0 0 0 100 1 0 0 20 0 16 0 118036694 14388776960 2898160 33554432000 4194304 4196468 140734136055760 139959201167776 139960294762197 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9392128 140734136063127 140734136063303 140734136063303 140734136065999 0
[pid=26093/tid=26105] ppid=26091 vsize=14051540 memory=15872 CPUtime=0.46 cores=0,2,4,6
/proc/26093/task/26105/stat : 26105 (java) S 26091 26091 25083 0 -1 1077944384 7246 0 0 0 46 0 0 0 20 0 16 0 118036694 14388776960 2898160 33554432000 4194304 4196468 140734136055760 139959200114720 139960294762197 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9392128 140734136063127 140734136063303 140734136063303 140734136065999 0
[pid=26093/tid=26106] ppid=26091 vsize=14051540 memory=18476 CPUtime=0 cores=0,2,4,6
/proc/26093/task/26106/stat : 26106 (java) S 26091 26091 25083 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 118036694 14388776960 2898160 33554432000 4194304 4196468 140734136055760 139959199062368 139960294762197 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9392128 140734136063127 140734136063303 140734136063303 140734136065999 0
[pid=26093/tid=26107] ppid=26091 vsize=14051540 memory=19704 CPUtime=0.62 cores=0,2,4,6
/proc/26093/task/26107/stat : 26107 (java) S 26091 26091 25083 0 -1 1077944384 687 0 0 0 31 31 0 0 20 0 16 0 118036695 14388776960 2898160 33554432000 4194304 4196468 140734136055760 139959198010416 139960294763138 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 15 0 0 6293624 6294260 9392128 140734136063127 140734136063303 140734136063303 140734136065999 0
[pid=26093/tid=27546] ppid=26091 vsize=14051540 memory=4048 CPUtime=0 cores=0,2,4,6
/proc/26093/task/27546/stat : 27546 (java) S 26091 26091 25083 0 -1 1077944384 67 0 0 0 0 0 0 0 20 0 16 0 118111015 14388776960 2898160 33554432000 4194304 4196468 140734136055760 139959190499264 139960294762197 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9392128 140734136063127 140734136063303 140734136063303 140734136065999 0
Current children cumulated CPU time: 2359.97 s
Current children cumulated vsize: 14061052 KiB
Current children cumulated memory: 11594024 KiB

[startup+749.801 s]
/proc/loadavg: 4.56 4.34 3.29 3/219 27546
/proc/meminfo: memFree=15934172/32770624 swapFree=67108860/67108860
[pid=26091] ppid=26088 vsize=9512 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/26091/stat : 26091 (xcsp3-exec) S 26088 26091 25083 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 118036688 9740288 346 33554432000 4194304 5098028 140725760591600 140725760589704 139670964253308 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 12996608 140725760595054 140725760595259 140725760595259 140725760597995 0
/proc/26091/statm: 2378 346 289 221 0 87 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 9512 KiB
Current children cumulated memory: 1384 KiB

Child status: 1
Real time (s): 749.833
CPU time (s): 2360.21
CPU user time (s): 2353.46
CPU system time (s): 6.75396
CPU usage (%): 314.765
Max. virtual memory (cumulated for all children) (KiB): 14061052
Max. memory (cumulated for all children) (KiB): 11594024

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2353.46
system time used= 6.75396
maximum resident set size= 11592820
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 678936
page faults= 0
swaps= 0
block input operations= 0
block output operations= 960
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 25941
involuntary context switches= 23359


# summary of solver processes directly reported to runsolver:
#   pid: 26091
#   total CPU time (s): 2360.21
#   total CPU user time (s): 2353.46
#   total CPU system time (s): 6.75396

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.48279 second user time and 7.79088 second system time

The end

Launcher Data

Begin job on node149 at 2017-08-16 03:58:19
IDJOB=4269857
IDBENCH=138612
IDSOLVER=2660
FILE ID=node149/4269857-1502849558
RUNJOBID= node149-1502838668-25114
PBS_JOBID= 20629851
Free space on /tmp= 61932 MiB

SOLVER NAME= choco-solver 4.0.5 seq
BENCH NAME= XCSP17/SuperSolutions/SuperSolutions-Taillard-js20-15/SuperTaillard-js-20-15-15.xml
COMMAND LINE= ./xcsp3-exec -dir DIR -tl TIMEOUT -ml 11000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4269857-1502849558/watcher-4269857-1502849558 -o /tmp/evaluation-result-4269857-1502849558/solver-4269857-1502849558 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node149-1502838668-25114 --watchdog 2580  ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 2099706582 HOME/instance-4269857-1502849558.xml

TIME LIMIT= 2520 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= 6d7e3033fdb5217c74d2816bb8c5b7b8
RANDOM SEED=2099706582

node149.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.43
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.43
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.43
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.43
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:        26654236 kB
MemAvailable:   30894972 kB
Buffers:          330712 kB
Cached:          4182296 kB
SwapCached:            0 kB
Active:          2288760 kB
Inactive:        3353972 kB
Active(anon):    1132864 kB
Inactive(anon):    24956 kB
Active(file):    1155896 kB
Inactive(file):  3329016 kB
Unevictable:        6348 kB
Mlocked:            6348 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              8092 kB
Writeback:             0 kB
AnonPages:       1135344 kB
Mapped:            59088 kB
Shmem:             25224 kB
Slab:             170604 kB
SReclaimable:     143320 kB
SUnreclaim:        27284 kB
KernelStack:        3504 kB
PageTables:         7400 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2586900 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1019904 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:       97664 kB
DirectMap2M:    33447936 kB

Free space on /tmp at the end= 61924 MiB
End job on node149 at 2017-08-16 04:10:49