Trace number 4398878

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
choco-solver 2019-09-16? 2173.71 712.565

General information on the benchmark

NameSuperSolutions/SuperSolutions-Taillard-js15/
SuperTaillard-js-15-18.xml
MD5SUM3f0141c7bb33af25d9039070b39091b8
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark52.3708
Satisfiable
(Un)Satisfiability was proved
Number of variables450
Number of constraints5580
Number of domains84
Minimum domain size1184
Maximum domain size1282
Distribution of domain sizes[{"size":1184,"count":10},{"size":1185,"count":4},{"size":1186,"count":4},{"size":1187,"count":10},{"size":1188,"count":8},{"size":1191,"count":6},{"size":1192,"count":4},{"size":1193,"count":6},{"size":1194,"count":8},{"size":1195,"count":6},{"size":1196,"count":2},{"size":1197,"count":2},{"size":1198,"count":6},{"size":1199,"count":6},{"size":1200,"count":10},{"size":1201,"count":6},{"size":1202,"count":10},{"size":1203,"count":10},{"size":1204,"count":6},{"size":1206,"count":4},{"size":1207,"count":10},{"size":1208,"count":6},{"size":1209,"count":2},{"size":1210,"count":2},{"size":1211,"count":2},"...",{"size":1253,"count":4}, {"size":1255,"count":6}, {"size":1256,"count":6}, {"size":1257,"count":2}, {"size":1259,"count":8}, {"size":1260,"count":6}, {"size":1261,"count":4}, {"size":1262,"count":6}, {"size":1263,"count":4}, {"size":1264,"count":2}, {"size":1265,"count":2}, {"size":1267,"count":8}, {"size":1268,"count":6}, {"size":1269,"count":10}, {"size":1272,"count":6}, {"size":1273,"count":2}, {"size":1274,"count":6}, {"size":1275,"count":4}, {"size":1276,"count":2}, {"size":1277,"count":10}, {"size":1278,"count":10}, {"size":1279,"count":12}, {"size":1280,"count":6}, {"size":1281,"count":4}, {"size":1282,"count":8}]
Minimum variable degree16
Maximum variable degree33
Distribution of variable degrees[{"degree":16,"count":30},{"degree":17,"count":195},{"degree":31,"count":30},{"degree":33,"count":195}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":5580}]
Number of extensional constraints0
Number of intensional constraints5580
Distribution of constraint types[{"type":"intension","count":5580}]
Optimization problemNO
Type of objective

Solver Data

0.00/0.00	c java -server -Xmx12000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4398878-1568699327.xml"  -tl '2520s' -p 4
0.13/0.18	c Choco e747e1e
0.13/0.18	c [HOME/instance-4398878-1568699327.xml, -tl, 2520s, -p, 4]
0.34/0.22	c 4 solvers in parallel
0.34/0.28	c parse instance...
2139.24/702.57	Exception in thread "main" java.lang.OutOfMemoryError: GC overhead limit exceeded
2139.24/702.57		at java.util.stream.ReferencePipeline.mapToInt(ReferencePipeline.java:203)
2139.24/702.57		at org.chocosolver.solver.expression.discrete.arithmetic.NaArExpression.ieval(NaArExpression.java:124)
2139.24/702.57		at org.chocosolver.solver.expression.discrete.relational.BiReExpression.beval(BiReExpression.java:214)
2139.24/702.57		at org.chocosolver.solver.expression.discrete.logical.NaLoExpression.beval(NaLoExpression.java:135)
2139.24/702.57		at org.chocosolver.solver.expression.discrete.relational.ReExpression.lambda$extension$3(ReExpression.java:150)
2139.24/702.57		at org.chocosolver.solver.expression.discrete.relational.ReExpression$$Lambda$147/1426329391.valid(Unknown Source)
2139.24/702.57		at org.chocosolver.solver.constraints.extension.TuplesFactory.generateTuples(TuplesFactory.java:88)
2139.24/702.57		at org.chocosolver.solver.expression.discrete.relational.ReExpression.extension(ReExpression.java:150)
2139.24/702.57		at org.chocosolver.parser.xcsp.XCSPParser.buildCtrIntension(XCSPParser.java:112)
2139.24/702.57		at org.xcsp.parser.loaders.CtrLoaderInteger.intension(CtrLoaderInteger.java:283)
2139.24/702.57		at org.xcsp.parser.loaders.CtrLoaderInteger.load(CtrLoaderInteger.java:164)
2139.24/702.57		at org.xcsp.parser.XCallbacks.loadCtr(XCallbacks.java:527)
2139.24/702.57		at org.xcsp.parser.XCallbacks.lambda$loadCtrs$3(XCallbacks.java:510)
2139.24/702.57		at org.xcsp.parser.XCallbacks$$Lambda$89/1032000752.accept(Unknown Source)
2139.24/702.57		at java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
2139.24/702.57		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:580)
2139.24/702.57		at org.xcsp.parser.XCallbacks.loadCtrs(XCallbacks.java:507)
2139.24/702.57		at org.chocosolver.parser.xcsp.XCSPParser.loadGroup(XCSPParser.java:1416)
2139.24/702.57		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:422)
2139.24/702.57		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:407)
2139.24/702.57		at org.xcsp.parser.XCallbacks.loadInstance(XCallbacks.java:297)
2139.24/702.57		at org.xcsp.parser.XCallbacks.loadInstance(XCallbacks.java:320)
2139.24/702.57		at org.chocosolver.parser.xcsp.XCSPParser.model(XCSPParser.java:88)
2139.24/702.57		at org.chocosolver.parser.xcsp.XCSP.parse(XCSP.java:111)
2139.24/702.57		at org.chocosolver.parser.xcsp.XCSP.buildModel(XCSP.java:99)
2139.24/702.57		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:22)
2173.53/712.50	s UNKNOWN
2173.53/712.50	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 (14181 MiB free)
  memory of node 1: 16384 MiB (14413 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4398878-1568699327/watcher-4398878-1568699327 -o /tmp/evaluation-result-4398878-1568699327/solver-4398878-1568699327 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node125-1568698192-7960 --watchdog 2580 xcsp3-exec -dir HOME -tl 2520 -p 4 -ml 12000 -tdir HOME -seed 2038333815 HOME/instance-4398878-1568699327.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=9850, runsolver pid=9847
Current StackSize limit: 8192 KiB


[startup+0.101683 s]*
/proc/loadavg: 9.04 8.28 6.00 6/233 9866
/proc/meminfo: memFree=29265928/32770624 swapFree=66967456/67108860
[pid=9850] ppid=9847 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/9850/stat : 9850 (xcsp3-exec) S 9847 9850 7929 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 446199572 115843072 363 33554432000 4194304 5098028 140731514066352 140731514064456 140224552497788 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 13840384 140731514073978 140731514074221 140731514074221 140731514077130 0
/proc/9850/statm: 28282 363 304 221 0 87 0
[pid=9852] ppid=9850 vsize=15144776 memory=28940 CPUtime=0.13 cores=0,2,4,6
/proc/9852/stat : 9852 (java) S 9850 9850 7929 0 -1 1077944320 5712 0 0 0 12 1 0 0 20 0 15 0 446199572 15508250624 7235 33554432000 4194304 4196468 140731392822496 140731392805040 140627281764087 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 24031232 140731392824303 140731392824474 140731392824474 140731392827343 0
/proc/9852/statm: 3786194 7235 3158 1 0 3748377 0
[pid=9852/tid=9853] ppid=9850 vsize=15144776 memory=7100839861431010418 CPUtime=0.09 cores=0,2,4,6
/proc/9852/task/9853/stat : 9853 (java) R 9850 9850 7929 0 -1 4202560 3587 0 0 0 9 0 0 0 20 0 15 0 446199573 15508250624 7235 33554432000 4194304 4196468 140731392822496 140627285986832 140627281776022 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 24031232 140731392824303 140731392824474 140731392824474 140731392827343 0
[pid=9852/tid=9854] ppid=9850 vsize=15144776 memory=-3689349214911541841 CPUtime=0 cores=0,2,4,6
/proc/9852/task/9854/stat : 9854 (java) S 9850 9850 7929 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 446199573 15508250624 7235 33554432000 4194304 4196468 140731392822496 140627234384528 140627281774293 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24031232 140731392824303 140731392824474 140731392824474 140731392827343 0
[pid=9852/tid=9855] ppid=9850 vsize=15144776 memory=140438195750528 CPUtime=0 cores=0,2,4,6
/proc/9852/task/9855/stat : 9855 (java) S 9850 9850 7929 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 446199573 15508250624 7235 33554432000 4194304 4196468 140731392822496 140627233331728 140627281774293 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24031232 140731392824303 140731392824474 140731392824474 140731392827343 0
[pid=9852/tid=9856] ppid=9850 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/9852/task/9856/stat : 9856 (java) S 9850 9850 7929 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 446199573 15508250624 7235 33554432000 4194304 4196468 140731392822496 140627232278928 140627281774293 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24031232 140731392824303 140731392824474 140731392824474 140731392827343 0
[pid=9852/tid=9857] ppid=9850 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/9852/task/9857/stat : 9857 (java) S 9850 9850 7929 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 446199573 15508250624 7235 33554432000 4194304 4196468 140731392822496 140627231226128 140627281774293 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24031232 140731392824303 140731392824474 140731392824474 140731392827343 0
[pid=9852/tid=9858] ppid=9850 vsize=15144776 memory=140438195750528 CPUtime=0 cores=0,2,4,6
/proc/9852/task/9858/stat : 9858 (java) S 9850 9850 7929 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 446199575 15508250624 7301 33554432000 4194304 4196468 140731392822496 140626154744688 140627281775234 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24031232 140731392824303 140731392824474 140731392824474 140731392827343 0
[pid=9852/tid=9859] ppid=9850 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/9852/task/9859/stat : 9859 (java) S 9850 9850 7929 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 446199575 15508250624 7301 33554432000 4194304 4196468 140731392822496 140626153690656 140627281774293 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24031232 140731392824303 140731392824474 140731392824474 140731392827343 0
[pid=9852/tid=9860] ppid=9850 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/9852/task/9860/stat : 9860 (java) S 9850 9850 7929 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 446199575 15508250624 7301 33554432000 4194304 4196468 140731392822496 140626152637808 140627281774293 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24031232 140731392824303 140731392824474 140731392824474 140731392827343 0
[pid=9852/tid=9861] ppid=9850 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/9852/task/9861/stat : 9861 (java) S 9850 9850 7929 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 446199578 15508250624 7301 33554432000 4194304 4196468 140731392822496 140626151586128 140627281782683 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24031232 140731392824303 140731392824474 140731392824474 140731392827343 0
[pid=9852/tid=9862] ppid=9850 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/9852/task/9862/stat : 9862 (java) R 9850 9850 7929 0 -1 4202560 412 0 0 0 0 0 0 0 20 0 15 0 446199578 15508250624 7301 33554432000 4194304 4196468 140731392822496 140626150533584 140627274749129 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 24031232 140731392824303 140731392824474 140731392824474 140731392827343 0
[pid=9852/tid=9863] ppid=9850 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/9852/task/9863/stat : 9863 (java) R 9850 9850 7929 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 15 0 446199578 15508250624 7301 33554432000 4194304 4196468 140731392822496 140626149480688 140627281775234 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 24031232 140731392824303 140731392824474 140731392824474 140731392827343 0
[pid=9852/tid=9864] ppid=9850 vsize=15144776 memory=140438195750528 CPUtime=0.02 cores=0,2,4,6
/proc/9852/task/9864/stat : 9864 (java) R 9850 9850 7929 0 -1 4202560 365 0 0 0 2 0 0 0 20 0 15 0 446199578 15508250624 7301 33554432000 4194304 4196468 140731392822496 140626148427888 140627265844574 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 24031232 140731392824303 140731392824474 140731392824474 140731392827343 0
[pid=9852/tid=9865] ppid=9850 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/9852/task/9865/stat : 9865 (java) S 9850 9850 7929 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 446199578 15508250624 7301 33554432000 4194304 4196468 140731392822496 140626147375328 140627281774293 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24031232 140731392824303 140731392824474 140731392824474 140731392827343 0
[pid=9852/tid=9866] ppid=9850 vsize=15144776 memory=140438195750528 CPUtime=0 cores=0,2,4,6
/proc/9852/task/9866/stat : 9866 (java) S 9850 9850 7929 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 446199578 15508250624 7301 33554432000 4194304 4196468 140731392822496 140626146323632 140627281775234 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24031232 140731392824303 140731392824474 140731392824474 140731392827343 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 30392 KiB

[startup+0.210784 s]*
/proc/loadavg: 9.04 8.28 6.00 7/233 9866
/proc/meminfo: memFree=29251776/32770624 swapFree=66967456/67108860
[pid=9850] ppid=9847 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/9850/stat : 9850 (xcsp3-exec) S 9847 9850 7929 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 446199572 115843072 363 33554432000 4194304 5098028 140731514066352 140731514064456 140224552497788 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 13840384 140731514073978 140731514074221 140731514074221 140731514077130 0
/proc/9850/statm: 28282 363 304 221 0 87 0
[pid=9852] ppid=9850 vsize=15144776 memory=40884 CPUtime=0.34 cores=0,2,4,6
/proc/9852/stat : 9852 (java) S 9850 9850 7929 0 -1 1077944320 9455 0 0 0 32 2 0 0 20 0 15 0 446199572 15508250624 10221 33554432000 4194304 4196468 140731392822496 140731392805040 140627281764087 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 24031232 140731392824303 140731392824474 140731392824474 140731392827343 0
/proc/9852/statm: 3786194 10221 3304 1 0 3748377 0
[pid=9852/tid=9853] ppid=9850 vsize=15144776 memory=7883960649037381690 CPUtime=0.19 cores=0,2,4,6
/proc/9852/task/9853/stat : 9853 (java) R 9850 9850 7929 0 -1 4202560 6603 0 0 0 18 1 0 0 20 0 15 0 446199573 15508250624 10221 33554432000 4194304 4196468 140731392822496 140627286002400 140627265844574 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 24031232 140731392824303 140731392824474 140731392824474 140731392827343 0
[pid=9852/tid=9854] ppid=9850 vsize=15144776 memory=9034 CPUtime=0 cores=0,2,4,6
/proc/9852/task/9854/stat : 9854 (java) S 9850 9850 7929 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 446199573 15508250624 10221 33554432000 4194304 4196468 140731392822496 140627234384528 140627281774293 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24031232 140731392824303 140731392824474 140731392824474 140731392827343 0
[pid=9852/tid=9855] ppid=9850 vsize=15144776 memory=140438197296206 CPUtime=0 cores=0,2,4,6
/proc/9852/task/9855/stat : 9855 (java) S 9850 9850 7929 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 446199573 15508250624 10221 33554432000 4194304 4196468 140731392822496 140627233331728 140627281774293 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24031232 140731392824303 140731392824474 140731392824474 140731392827343 0
[pid=9852/tid=9856] ppid=9850 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/9852/task/9856/stat : 9856 (java) S 9850 9850 7929 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 446199573 15508250624 10221 33554432000 4194304 4196468 140731392822496 140627232278928 140627281774293 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24031232 140731392824303 140731392824474 140731392824474 140731392827343 0
[pid=9852/tid=9857] ppid=9850 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/9852/task/9857/stat : 9857 (java) S 9850 9850 7929 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 446199573 15508250624 10221 33554432000 4194304 4196468 140731392822496 140627231226128 140627281774293 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24031232 140731392824303 140731392824474 140731392824474 140731392827343 0
[pid=9852/tid=9858] ppid=9850 vsize=15144776 memory=140438195750528 CPUtime=0 cores=0,2,4,6
/proc/9852/task/9858/stat : 9858 (java) S 9850 9850 7929 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 446199575 15508250624 10221 33554432000 4194304 4196468 140731392822496 140626154744688 140627281775234 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24031232 140731392824303 140731392824474 140731392824474 140731392827343 0
[pid=9852/tid=9859] ppid=9850 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/9852/task/9859/stat : 9859 (java) S 9850 9850 7929 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 446199575 15508250624 10221 33554432000 4194304 4196468 140731392822496 140626153690656 140627281774293 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24031232 140731392824303 140731392824474 140731392824474 140731392827343 0
[pid=9852/tid=9860] ppid=9850 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/9852/task/9860/stat : 9860 (java) S 9850 9850 7929 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 446199575 15508250624 10221 33554432000 4194304 4196468 140731392822496 140626152637808 140627281774293 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24031232 140731392824303 140731392824474 140731392824474 140731392827343 0
[pid=9852/tid=9861] ppid=9850 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/9852/task/9861/stat : 9861 (java) S 9850 9850 7929 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 446199578 15508250624 10221 33554432000 4194304 4196468 140731392822496 140626151586128 140627281782683 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24031232 140731392824303 140731392824474 140731392824474 140731392827343 0
[pid=9852/tid=9862] ppid=9850 vsize=15144776 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/9852/task/9862/stat : 9862 (java) S 9850 9850 7929 0 -1 1077944384 621 0 0 0 2 0 0 0 20 0 15 0 446199578 15508250624 10221 33554432000 4194304 4196468 140731392822496 140626150533488 140627281775234 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24031232 140731392824303 140731392824474 140731392824474 140731392827343 0
[pid=9852/tid=9863] ppid=9850 vsize=15144776 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/9852/task/9863/stat : 9863 (java) S 9850 9850 7929 0 -1 1077944384 146 0 0 0 2 0 0 0 20 0 15 0 446199578 15508250624 10221 33554432000 4194304 4196468 140731392822496 140626149480688 140627281775234 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24031232 140731392824303 140731392824474 140731392824474 140731392827343 0
[pid=9852/tid=9864] ppid=9850 vsize=15144776 memory=140438195750528 CPUtime=0.08 cores=0,2,4,6
/proc/9852/task/9864/stat : 9864 (java) S 9850 9850 7929 0 -1 1077944384 782 0 0 0 8 0 0 0 20 0 15 0 446199578 15508250624 10221 33554432000 4194304 4196468 140731392822496 140626148427888 140627281775234 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24031232 140731392824303 140731392824474 140731392824474 140731392827343 0
[pid=9852/tid=9865] ppid=9850 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/9852/task/9865/stat : 9865 (java) S 9850 9850 7929 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 446199578 15508250624 10221 33554432000 4194304 4196468 140731392822496 140626147375328 140627281774293 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24031232 140731392824303 140731392824474 140731392824474 140731392827343 0
[pid=9852/tid=9866] ppid=9850 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/9852/task/9866/stat : 9866 (java) S 9850 9850 7929 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 446199578 15508250624 10221 33554432000 4194304 4196468 140731392822496 140626146323632 140627281775234 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24031232 140731392824303 140731392824474 140731392824474 140731392827343 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 42336 KiB

[startup+0.311316 s]*
/proc/loadavg: 9.04 8.28 6.00 9/233 9866
/proc/meminfo: memFree=29244144/32770624 swapFree=66967456/67108860
[pid=9850] ppid=9847 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/9850/stat : 9850 (xcsp3-exec) S 9847 9850 7929 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 446199572 115843072 363 33554432000 4194304 5098028 140731514066352 140731514064456 140224552497788 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 13840384 140731514073978 140731514074221 140731514074221 140731514077130 0
/proc/9850/statm: 28282 363 304 221 0 87 0
[pid=9852] ppid=9850 vsize=15149032 memory=49836 CPUtime=0.53 cores=0,2,4,6
/proc/9852/stat : 9852 (java) S 9850 9850 7929 0 -1 1077944320 10848 0 0 0 50 3 0 0 20 0 15 0 446199572 15512608768 12459 33554432000 4194304 4196468 140731392822496 140731392805040 140627281764087 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 24031232 140731392824303 140731392824474 140731392824474 140731392827343 0
/proc/9852/statm: 3787258 12459 3344 1 0 3748377 0
[pid=9852/tid=9853] ppid=9850 vsize=15149032 memory=8317482817917895235 CPUtime=0.3 cores=0,2,4,6
/proc/9852/task/9853/stat : 9853 (java) R 9850 9850 7929 0 -1 4202560 7784 0 0 0 28 2 0 0 20 0 15 0 446199573 15512608768 12459 33554432000 4194304 4196468 140731392822496 140627285995200 140627263327639 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 24031232 140731392824303 140731392824474 140731392824474 140731392827343 0
[pid=9852/tid=9854] ppid=9850 vsize=15149032 memory=4126316290023845779 CPUtime=0 cores=0,2,4,6
/proc/9852/task/9854/stat : 9854 (java) S 9850 9850 7929 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 446199573 15512608768 12459 33554432000 4194304 4196468 140731392822496 140627234384528 140627281774293 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24031232 140731392824303 140731392824474 140731392824474 140731392827343 0
[pid=9852/tid=9855] ppid=9850 vsize=15149032 memory=6655300316396806240 CPUtime=0 cores=0,2,4,6
/proc/9852/task/9855/stat : 9855 (java) S 9850 9850 7929 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 446199573 15512608768 12524 33554432000 4194304 4196468 140731392822496 140627233331728 140627281774293 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24031232 140731392824303 140731392824474 140731392824474 140731392827343 0
[pid=9852/tid=9856] ppid=9850 vsize=15149032 memory=6944656592387989600 CPUtime=0 cores=0,2,4,6
/proc/9852/task/9856/stat : 9856 (java) S 9850 9850 7929 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 446199573 15512608768 12524 33554432000 4194304 4196468 140731392822496 140627232278928 140627281774293 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24031232 140731392824303 140731392824474 140731392824474 140731392827343 0
[pid=9852/tid=9857] ppid=9850 vsize=15149032 memory=8562125494162282060 CPUtime=0 cores=0,2,4,6
/proc/9852/task/9857/stat : 9857 (java) S 9850 9850 7929 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 446199573 15512608768 12524 33554432000 4194304 4196468 140731392822496 140627231226128 140627281774293 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24031232 140731392824303 140731392824474 140731392824474 140731392827343 0
[pid=9852/tid=9858] ppid=9850 vsize=15149032 memory=7223591943076881810 CPUtime=0 cores=0,2,4,6
/proc/9852/task/9858/stat : 9858 (java) S 9850 9850 7929 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 446199575 15512608768 12524 33554432000 4194304 4196468 140731392822496 140626154744688 140627281775234 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24031232 140731392824303 140731392824474 140731392824474 140731392827343 0
[pid=9852/tid=9859] ppid=9850 vsize=15149032 memory=6944938067432061290 CPUtime=0 cores=0,2,4,6
/proc/9852/task/9859/stat : 9859 (java) S 9850 9850 7929 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 446199575 15512608768 12524 33554432000 4194304 4196468 140731392822496 140626153690656 140627281774293 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24031232 140731392824303 140731392824474 140731392824474 140731392827343 0
[pid=9852/tid=9860] ppid=9850 vsize=15149032 memory=-9062862659931694204 CPUtime=0 cores=0,2,4,6
/proc/9852/task/9860/stat : 9860 (java) S 9850 9850 7929 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 446199575 15512608768 12524 33554432000 4194304 4196468 140731392822496 140626152637808 140627281774293 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24031232 140731392824303 140731392824474 140731392824474 140731392827343 0
[pid=9852/tid=9861] ppid=9850 vsize=15149032 memory=-7465405268641471099 CPUtime=0 cores=0,2,4,6
/proc/9852/task/9861/stat : 9861 (java) S 9850 9850 7929 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 446199578 15512608768 12524 33554432000 4194304 4196468 140731392822496 140626151586128 140627281782683 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24031232 140731392824303 140731392824474 140731392824474 140731392827343 0
[pid=9852/tid=9862] ppid=9850 vsize=15149032 memory=7031125463459224206 CPUtime=0.04 cores=0,2,4,6
/proc/9852/task/9862/stat : 9862 (java) S 9850 9850 7929 0 -1 1077944384 639 0 0 0 4 0 0 0 20 0 15 0 446199578 15512608768 12524 33554432000 4194304 4196468 140731392822496 140626150533488 140627281775234 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24031232 140731392824303 140731392824474 140731392824474 140731392827343 0
[pid=9852/tid=9863] ppid=9850 vsize=15149032 memory=0 CPUtime=0.05 cores=0,2,4,6
/proc/9852/task/9863/stat : 9863 (java) R 9850 9850 7929 0 -1 4202560 245 0 0 0 5 0 0 0 20 0 15 0 446199578 15512608768 12524 33554432000 4194304 4196468 140731392822496 140626149470800 140627261020597 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 24031232 140731392824303 140731392824474 140731392824474 140731392827343 0
[pid=9852/tid=9864] ppid=9850 vsize=15149032 memory=0 CPUtime=0.12 cores=0,2,4,6
/proc/9852/task/9864/stat : 9864 (java) S 9850 9850 7929 0 -1 1077944384 890 0 0 0 12 0 0 0 20 0 15 0 446199578 15512608768 12524 33554432000 4194304 4196468 140731392822496 140626148427888 140627281775234 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24031232 140731392824303 140731392824474 140731392824474 140731392827343 0
[pid=9852/tid=9865] ppid=9850 vsize=15149032 memory=0 CPUtime=0 cores=0,2,4,6
/proc/9852/task/9865/stat : 9865 (java) S 9850 9850 7929 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 446199578 15512608768 12524 33554432000 4194304 4196468 140731392822496 140626147375328 140627281774293 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24031232 140731392824303 140731392824474 140731392824474 140731392827343 0
[pid=9852/tid=9866] ppid=9850 vsize=15149032 memory=0 CPUtime=0 cores=0,2,4,6
/proc/9852/task/9866/stat : 9866 (java) S 9850 9850 7929 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 446199578 15512608768 12524 33554432000 4194304 4196468 140731392822496 140626146323632 140627281775234 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24031232 140731392824303 140731392824474 140731392824474 140731392827343 0
Current children cumulated CPU time: 0.53 s
Current children cumulated vsize: 15262160 KiB
Current children cumulated memory: 51288 KiB

[startup+0.702562 s]
/proc/loadavg: 9.04 8.28 6.00 8/233 9866
/proc/meminfo: memFree=29224912/32770624 swapFree=66967456/67108860
[pid=9850] ppid=9847 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/9850/stat : 9850 (xcsp3-exec) S 9847 9850 7929 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 446199572 115843072 363 33554432000 4194304 5098028 140731514066352 140731514064456 140224552497788 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 13840384 140731514073978 140731514074221 140731514074221 140731514077130 0
/proc/9850/statm: 28282 363 304 221 0 87 0
[pid=9852] ppid=9850 vsize=15151156 memory=102484 CPUtime=1.76 cores=0,2,4,6
/proc/9852/stat : 9852 (java) S 9850 9850 7929 0 -1 1077944320 14690 0 0 0 171 5 0 0 20 0 15 0 446199572 15514783744 25621 33554432000 4194304 4196468 140731392822496 140731392805040 140627281764087 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 24031232 140731392824303 140731392824474 140731392824474 140731392827343 0
/proc/9852/statm: 3787789 25621 3450 1 0 3748889 0
[pid=9852/tid=9853] ppid=9850 vsize=15151156 memory=0 CPUtime=0.68 cores=0,2,4,6
/proc/9852/task/9853/stat : 9853 (java) R 9850 9850 7929 0 -1 4202560 9009 0 0 0 65 3 0 0 20 0 15 0 446199573 15514783744 25621 33554432000 4194304 4196468 140731392822496 140627285999488 140627281776022 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 24031232 140731392824303 140731392824474 140731392824474 140731392827343 0
[pid=9852/tid=9854] ppid=9850 vsize=15151156 memory=47228 CPUtime=0 cores=0,2,4,6
/proc/9852/task/9854/stat : 9854 (java) S 9850 9850 7929 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 446199573 15514783744 25621 33554432000 4194304 4196468 140731392822496 140627234384528 140627281774293 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24031232 140731392824303 140731392824474 140731392824474 140731392827343 0
[pid=9852/tid=9855] ppid=9850 vsize=15151156 memory=984 CPUtime=0 cores=0,2,4,6
/proc/9852/task/9855/stat : 9855 (java) S 9850 9850 7929 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 446199573 15514783744 25621 33554432000 4194304 4196468 140731392822496 140627233331728 140627281774293 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24031232 140731392824303 140731392824474 140731392824474 140731392827343 0
[pid=9852/tid=9856] ppid=9850 vsize=15151156 memory=2004 CPUtime=0 cores=0,2,4,6
/proc/9852/task/9856/stat : 9856 (java) S 9850 9850 7929 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 446199573 15514783744 25621 33554432000 4194304 4196468 140731392822496 140627232278928 140627281774293 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24031232 140731392824303 140731392824474 140731392824474 140731392827343 0
[pid=9852/tid=9857] ppid=9850 vsize=15151156 memory=1376 CPUtime=0 cores=0,2,4,6
/proc/9852/task/9857/stat : 9857 (java) S 9850 9850 7929 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 446199573 15514783744 25621 33554432000 4194304 4196468 140731392822496 140627231226128 140627281774293 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24031232 140731392824303 140731392824474 140731392824474 140731392827343 0
[pid=9852/tid=9858] ppid=9850 vsize=15151156 memory=1060 CPUtime=0 cores=0,2,4,6
/proc/9852/task/9858/stat : 9858 (java) S 9850 9850 7929 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 446199575 15514783744 25621 33554432000 4194304 4196468 140731392822496 140626154744688 140627281775234 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24031232 140731392824303 140731392824474 140731392824474 140731392827343 0
[pid=9852/tid=9859] ppid=9850 vsize=15151156 memory=4068 CPUtime=0 cores=0,2,4,6
/proc/9852/task/9859/stat : 9859 (java) S 9850 9850 7929 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 446199575 15514783744 25621 33554432000 4194304 4196468 140731392822496 140626153690656 140627281774293 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24031232 140731392824303 140731392824474 140731392824474 140731392827343 0
[pid=9852/tid=9860] ppid=9850 vsize=15151156 memory=1720 CPUtime=0 cores=0,2,4,6
/proc/9852/task/9860/stat : 9860 (java) S 9850 9850 7929 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 446199575 15514783744 25621 33554432000 4194304 4196468 140731392822496 140626152637808 140627281774293 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24031232 140731392824303 140731392824474 140731392824474 140731392827343 0
[pid=9852/tid=9861] ppid=9850 vsize=15151156 memory=5948 CPUtime=0 cores=0,2,4,6
/proc/9852/task/9861/stat : 9861 (java) S 9850 9850 7929 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 446199578 15514783744 25621 33554432000 4194304 4196468 140731392822496 140626151586128 140627281782683 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24031232 140731392824303 140731392824474 140731392824474 140731392827343 0
[pid=9852/tid=9862] ppid=9850 vsize=15151156 memory=10564 CPUtime=0.34 cores=0,2,4,6
/proc/9852/task/9862/stat : 9862 (java) R 9850 9850 7929 0 -1 4202560 1473 0 0 0 34 0 0 0 20 0 15 0 446199578 15514783744 25621 33554432000 4194304 4196468 140731392822496 140626150524464 140627281776022 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 24031232 140731392824303 140731392824474 140731392824474 140731392827343 0
[pid=9852/tid=9863] ppid=9850 vsize=15151156 memory=716 CPUtime=0.36 cores=0,2,4,6
/proc/9852/task/9863/stat : 9863 (java) S 9850 9850 7929 0 -1 1077944384 1091 0 0 0 36 0 0 0 20 0 15 0 446199578 15514783744 25621 33554432000 4194304 4196468 140731392822496 140626149480688 140627281775234 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24031232 140731392824303 140731392824474 140731392824474 140731392827343 0
[pid=9852/tid=9864] ppid=9850 vsize=15151156 memory=780 CPUtime=0.35 cores=0,2,4,6
/proc/9852/task/9864/stat : 9864 (java) S 9850 9850 7929 0 -1 1077944384 1810 0 0 0 35 0 0 0 20 0 15 0 446199578 15514783744 25621 33554432000 4194304 4196468 140731392822496 140626148427888 140627281775234 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24031232 140731392824303 140731392824474 140731392824474 140731392827343 0
[pid=9852/tid=9865] ppid=9850 vsize=15151156 memory=1552 CPUtime=0 cores=0,2,4,6
/proc/9852/task/9865/stat : 9865 (java) S 9850 9850 7929 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 446199578 15514783744 25621 33554432000 4194304 4196468 140731392822496 140626147375328 140627281774293 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24031232 140731392824303 140731392824474 140731392824474 140731392827343 0
[pid=9852/tid=9866] ppid=9850 vsize=15151156 memory=2832 CPUtime=0 cores=0,2,4,6
/proc/9852/task/9866/stat : 9866 (java) S 9850 9850 7929 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 446199578 15514783744 25621 33554432000 4194304 4196468 140731392822496 140626146323632 140627281775234 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24031232 140731392824303 140731392824474 140731392824474 140731392827343 0
Current children cumulated CPU time: 1.76 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 103936 KiB

[startup+1.50129 s]
/proc/loadavg: 9.04 8.28 6.00 6/233 9866
/proc/meminfo: memFree=29085544/32770624 swapFree=66967456/67108860
[pid=9850] ppid=9847 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/9850/stat : 9850 (xcsp3-exec) S 9847 9850 7929 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 446199572 115843072 363 33554432000 4194304 5098028 140731514066352 140731514064456 140224552497788 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 13840384 140731514073978 140731514074221 140731514074221 140731514077130 0
/proc/9850/statm: 28282 363 304 221 0 87 0

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

[pid=9852/tid=9865] ppid=9850 vsize=15217720 memory=780 CPUtime=0 cores=0,2,4,6
/proc/9852/task/9865/stat : 9865 (java) S 9850 9850 7929 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 446199578 15582945280 3155062 33554432000 4194304 4196468 140731392822496 140626147375328 140627281774293 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24031232 140731392824303 140731392824474 140731392824474 140731392827343 0
[pid=9852/tid=9866] ppid=9850 vsize=15217720 memory=1552 CPUtime=0.28 cores=0,2,4,6
/proc/9852/task/9866/stat : 9866 (java) S 9850 9850 7929 0 -1 1077944384 738 0 0 0 16 12 0 0 20 0 16 0 446199578 15582945280 3155062 33554432000 4194304 4196468 140731392822496 140626146323632 140627281775234 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 37 0 0 6293624 6294260 24031232 140731392824303 140731392824474 140731392824474 140731392827343 0
[pid=9852/tid=10090] ppid=9850 vsize=15217720 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/9852/task/10090/stat : 10090 (java) S 9850 9850 7929 0 -1 1077944384 27 0 0 0 0 0 0 0 20 0 16 0 446269830 15582945280 3155062 33554432000 4194304 4196468 140731392822496 140626137345856 140627281774293 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24031232 140731392824303 140731392824474 140731392824474 140731392827343 0
Current children cumulated CPU time: 2170.46 s
Current children cumulated vsize: 15330848 KiB
Current children cumulated memory: 12621700 KiB

[startup+711.201 s]
/proc/loadavg: 7.94 7.95 6.83 6/234 10091
/proc/meminfo: memFree=16924132/32770624 swapFree=66967456/67108860
[pid=9850] ppid=9847 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/9850/stat : 9850 (xcsp3-exec) S 9847 9850 7929 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 446199572 115843072 363 33554432000 4194304 5098028 140731514066352 140731514064456 140224552497788 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 13840384 140731514073978 140731514074221 140731514074221 140731514077130 0
/proc/9850/statm: 28282 363 304 221 0 87 0
[pid=9852] ppid=9850 vsize=15217720 memory=12620248 CPUtime=2172.33 cores=0,2,4,6
/proc/9852/stat : 9852 (java) S 9850 9850 7929 0 -1 1077944320 631958 0 0 0 216355 878 0 0 20 0 16 0 446199572 15582945280 3155062 33554432000 4194304 4196468 140731392822496 140731392805040 140627281764087 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 24031232 140731392824303 140731392824474 140731392824474 140731392827343 0
/proc/9852/statm: 3804430 3155062 3504 1 0 3765530 0
[pid=9852/tid=9853] ppid=9850 vsize=15217720 memory=1452 CPUtime=143.95 cores=0,2,4,6
/proc/9852/task/9853/stat : 9853 (java) S 9850 9850 7929 0 -1 1077944384 32840 0 0 0 14348 47 0 0 20 0 16 0 446199573 15582945280 3155062 33554432000 4194304 4196468 140731392822496 140627286004768 140627281774293 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24031232 140731392824303 140731392824474 140731392824474 140731392827343 0
[pid=9852/tid=9854] ppid=9850 vsize=15217720 memory=12620248 CPUtime=487.38 cores=0,2,4,6
/proc/9852/task/9854/stat : 9854 (java) S 9850 9850 7929 0 -1 1077944384 137577 0 0 0 48530 208 0 0 20 0 16 0 446199573 15582945280 3155062 33554432000 4194304 4196468 140731392822496 140627234384528 140627281774293 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24031232 140731392824303 140731392824474 140731392824474 140731392827343 0
[pid=9852/tid=9855] ppid=9850 vsize=15217720 memory=8112282956445269571 CPUtime=487.85 cores=0,2,4,6
/proc/9852/task/9855/stat : 9855 (java) S 9850 9850 7929 0 -1 1077944384 81673 0 0 0 48589 196 0 0 20 0 16 0 446199573 15582945280 3155062 33554432000 4194304 4196468 140731392822496 140627233331728 140627281774293 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24031232 140731392824303 140731392824474 140731392824474 140731392827343 0
[pid=9852/tid=9856] ppid=9850 vsize=15217720 memory=1060 CPUtime=486.52 cores=0,2,4,6
/proc/9852/task/9856/stat : 9856 (java) S 9850 9850 7929 0 -1 1077944384 121149 0 0 0 48447 205 0 0 20 0 16 0 446199573 15582945280 3155062 33554432000 4194304 4196468 140731392822496 140627232278928 140627281774293 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24031232 140731392824303 140731392824474 140731392824474 140731392827343 0
[pid=9852/tid=9857] ppid=9850 vsize=15217720 memory=4068 CPUtime=487.85 cores=0,2,4,6
/proc/9852/task/9857/stat : 9857 (java) S 9850 9850 7929 0 -1 1077944384 110662 0 0 0 48592 193 0 0 20 0 16 0 446199573 15582945280 3155062 33554432000 4194304 4196468 140731392822496 140627231226128 140627281774293 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24031232 140731392824303 140731392824474 140731392824474 140731392827343 0
[pid=9852/tid=9858] ppid=9850 vsize=15217720 memory=1452 CPUtime=75.79 cores=0,2,4,6
/proc/9852/task/9858/stat : 9858 (java) R 9850 9850 7929 0 -1 4202560 130250 0 0 0 7561 18 0 0 20 0 16 0 446199575 15582945280 3155062 33554432000 4194304 4196468 140731392822496 140626154743120 140627266760491 0 0 0 16800975 0 0 0 -1 0 0 0 2 0 0 6293624 6294260 24031232 140731392824303 140731392824474 140731392824474 140731392827343 0
[pid=9852/tid=9859] ppid=9850 vsize=15217720 memory=984 CPUtime=0 cores=0,2,4,6
/proc/9852/task/9859/stat : 9859 (java) S 9850 9850 7929 0 -1 1077944384 37 0 0 0 0 0 0 0 20 0 16 0 446199575 15582945280 3155062 33554432000 4194304 4196468 140731392822496 140626153690720 140627281774293 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24031232 140731392824303 140731392824474 140731392824474 140731392827343 0
[pid=9852/tid=9860] ppid=9850 vsize=15217720 memory=2004 CPUtime=0 cores=0,2,4,6
/proc/9852/task/9860/stat : 9860 (java) S 9850 9850 7929 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 16 0 446199575 15582945280 3155062 33554432000 4194304 4196468 140731392822496 140626152637824 140627281774293 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24031232 140731392824303 140731392824474 140731392824474 140731392827343 0
[pid=9852/tid=9861] ppid=9850 vsize=15217720 memory=1376 CPUtime=0 cores=0,2,4,6
/proc/9852/task/9861/stat : 9861 (java) S 9850 9850 7929 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 446199578 15582945280 3155062 33554432000 4194304 4196468 140731392822496 140626151586128 140627281782683 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24031232 140731392824303 140731392824474 140731392824474 140731392827343 0
[pid=9852/tid=9862] ppid=9850 vsize=15217720 memory=1060 CPUtime=1.03 cores=0,2,4,6
/proc/9852/task/9862/stat : 9862 (java) S 9850 9850 7929 0 -1 1077944384 5469 0 0 0 102 1 0 0 20 0 16 0 446199578 15582945280 3155062 33554432000 4194304 4196468 140731392822496 140626150533536 140627281774293 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24031232 140731392824303 140731392824474 140731392824474 140731392827343 0
[pid=9852/tid=9863] ppid=9850 vsize=15217720 memory=780 CPUtime=1.02 cores=0,2,4,6
/proc/9852/task/9863/stat : 9863 (java) S 9850 9850 7929 0 -1 1077944384 4026 0 0 0 101 1 0 0 20 0 16 0 446199578 15582945280 3155062 33554432000 4194304 4196468 140731392822496 140626149480448 140627281774293 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24031232 140731392824303 140731392824474 140731392824474 140731392827343 0
[pid=9852/tid=9864] ppid=9850 vsize=15217720 memory=1552 CPUtime=0.57 cores=0,2,4,6
/proc/9852/task/9864/stat : 9864 (java) S 9850 9850 7929 0 -1 1077944384 6244 0 0 0 56 1 0 0 20 0 16 0 446199578 15582945280 3155062 33554432000 4194304 4196468 140731392822496 140626148427936 140627281774293 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24031232 140731392824303 140731392824474 140731392824474 140731392827343 0
[pid=9852/tid=9865] ppid=9850 vsize=15217720 memory=2832 CPUtime=0 cores=0,2,4,6
/proc/9852/task/9865/stat : 9865 (java) S 9850 9850 7929 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 446199578 15582945280 3155062 33554432000 4194304 4196468 140731392822496 140626147375328 140627281774293 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24031232 140731392824303 140731392824474 140731392824474 140731392827343 0
[pid=9852/tid=9866] ppid=9850 vsize=15217720 memory=1192 CPUtime=0.28 cores=0,2,4,6
/proc/9852/task/9866/stat : 9866 (java) S 9850 9850 7929 0 -1 1077944384 738 0 0 0 16 12 0 0 20 0 16 0 446199578 15582945280 3155062 33554432000 4194304 4196468 140731392822496 140626146323632 140627281775234 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 37 0 0 6293624 6294260 24031232 140731392824303 140731392824474 140731392824474 140731392827343 0
[pid=9852/tid=10090] ppid=9850 vsize=15217720 memory=940 CPUtime=0 cores=0,2,4,6
/proc/9852/task/10090/stat : 10090 (java) S 9850 9850 7929 0 -1 1077944384 27 0 0 0 0 0 0 0 20 0 16 0 446269830 15582945280 3155062 33554432000 4194304 4196468 140731392822496 140626137345856 140627281774293 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24031232 140731392824303 140731392824474 140731392824474 140731392827343 0
Current children cumulated CPU time: 2172.33 s
Current children cumulated vsize: 15330848 KiB
Current children cumulated memory: 12621700 KiB

[startup+712.001 s]*
/proc/loadavg: 7.71 7.90 6.82 6/234 10091
/proc/meminfo: memFree=16924256/32770624 swapFree=66967456/67108860
[pid=9850] ppid=9847 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/9850/stat : 9850 (xcsp3-exec) S 9847 9850 7929 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 446199572 115843072 363 33554432000 4194304 5098028 140731514066352 140731514064456 140224552497788 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 13840384 140731514073978 140731514074221 140731514074221 140731514077130 0
/proc/9850/statm: 28282 363 304 221 0 87 0
[pid=9852] ppid=9850 vsize=15217720 memory=12620248 CPUtime=2173.14 cores=0,2,4,6
/proc/9852/stat : 9852 (java) S 9850 9850 7929 0 -1 1077944320 632134 0 0 0 216436 878 0 0 20 0 16 0 446199572 15582945280 3155062 33554432000 4194304 4196468 140731392822496 140731392805040 140627281764087 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 24031232 140731392824303 140731392824474 140731392824474 140731392827343 0
/proc/9852/statm: 3804430 3155062 3504 1 0 3765530 0
[pid=9852/tid=9853] ppid=9850 vsize=15217720 memory=3848 CPUtime=143.95 cores=0,2,4,6
/proc/9852/task/9853/stat : 9853 (java) S 9850 9850 7929 0 -1 1077944384 32840 0 0 0 14348 47 0 0 20 0 16 0 446199573 15582945280 3155062 33554432000 4194304 4196468 140731392822496 140627286004768 140627281774293 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24031232 140731392824303 140731392824474 140731392824474 140731392827343 0
[pid=9852/tid=9854] ppid=9850 vsize=15217720 memory=2592 CPUtime=487.38 cores=0,2,4,6
/proc/9852/task/9854/stat : 9854 (java) S 9850 9850 7929 0 -1 1077944384 137577 0 0 0 48530 208 0 0 20 0 16 0 446199573 15582945280 3155062 33554432000 4194304 4196468 140731392822496 140627234384528 140627281774293 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24031232 140731392824303 140731392824474 140731392824474 140731392827343 0
[pid=9852/tid=9855] ppid=9850 vsize=15217720 memory=4126316290023845779 CPUtime=487.85 cores=0,2,4,6
/proc/9852/task/9855/stat : 9855 (java) S 9850 9850 7929 0 -1 1077944384 81673 0 0 0 48589 196 0 0 20 0 16 0 446199573 15582945280 3155062 33554432000 4194304 4196468 140731392822496 140627233331728 140627281774293 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24031232 140731392824303 140731392824474 140731392824474 140731392827343 0
[pid=9852/tid=9856] ppid=9850 vsize=15217720 memory=12620248 CPUtime=486.52 cores=0,2,4,6
/proc/9852/task/9856/stat : 9856 (java) S 9850 9850 7929 0 -1 1077944384 121149 0 0 0 48447 205 0 0 20 0 16 0 446199573 15582945280 3155062 33554432000 4194304 4196468 140731392822496 140627232278928 140627281774293 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24031232 140731392824303 140731392824474 140731392824474 140731392827343 0
[pid=9852/tid=9857] ppid=9850 vsize=15217720 memory=47232 CPUtime=487.85 cores=0,2,4,6
/proc/9852/task/9857/stat : 9857 (java) S 9850 9850 7929 0 -1 1077944384 110662 0 0 0 48592 193 0 0 20 0 16 0 446199573 15582945280 3155062 33554432000 4194304 4196468 140731392822496 140627231226128 140627281774293 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24031232 140731392824303 140731392824474 140731392824474 140731392827343 0
[pid=9852/tid=9858] ppid=9850 vsize=15217720 memory=984 CPUtime=76.6 cores=0,2,4,6
/proc/9852/task/9858/stat : 9858 (java) R 9850 9850 7929 0 -1 4202560 130426 0 0 0 7642 18 0 0 20 0 16 0 446199575 15582945280 3155062 33554432000 4194304 4196468 140731392822496 140626154743120 140627266221678 0 0 0 16800975 0 0 0 -1 0 0 0 2 0 0 6293624 6294260 24031232 140731392824303 140731392824474 140731392824474 140731392827343 0
[pid=9852/tid=9859] ppid=9850 vsize=15217720 memory=2004 CPUtime=0 cores=0,2,4,6
/proc/9852/task/9859/stat : 9859 (java) S 9850 9850 7929 0 -1 1077944384 37 0 0 0 0 0 0 0 20 0 16 0 446199575 15582945280 3155062 33554432000 4194304 4196468 140731392822496 140626153690720 140627281774293 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24031232 140731392824303 140731392824474 140731392824474 140731392827343 0
[pid=9852/tid=9860] ppid=9850 vsize=15217720 memory=1376 CPUtime=0 cores=0,2,4,6
/proc/9852/task/9860/stat : 9860 (java) S 9850 9850 7929 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 16 0 446199575 15582945280 3155062 33554432000 4194304 4196468 140731392822496 140626152637824 140627281774293 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24031232 140731392824303 140731392824474 140731392824474 140731392827343 0
[pid=9852/tid=9861] ppid=9850 vsize=15217720 memory=1060 CPUtime=0 cores=0,2,4,6
/proc/9852/task/9861/stat : 9861 (java) S 9850 9850 7929 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 446199578 15582945280 3155062 33554432000 4194304 4196468 140731392822496 140626151586128 140627281782683 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24031232 140731392824303 140731392824474 140731392824474 140731392827343 0
[pid=9852/tid=9862] ppid=9850 vsize=15217720 memory=4068 CPUtime=1.03 cores=0,2,4,6
/proc/9852/task/9862/stat : 9862 (java) S 9850 9850 7929 0 -1 1077944384 5469 0 0 0 102 1 0 0 20 0 16 0 446199578 15582945280 3155062 33554432000 4194304 4196468 140731392822496 140626150533536 140627281774293 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24031232 140731392824303 140731392824474 140731392824474 140731392827343 0
[pid=9852/tid=9863] ppid=9850 vsize=15217720 memory=1720 CPUtime=1.02 cores=0,2,4,6
/proc/9852/task/9863/stat : 9863 (java) S 9850 9850 7929 0 -1 1077944384 4026 0 0 0 101 1 0 0 20 0 16 0 446199578 15582945280 3155062 33554432000 4194304 4196468 140731392822496 140626149480448 140627281774293 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24031232 140731392824303 140731392824474 140731392824474 140731392827343 0
[pid=9852/tid=9864] ppid=9850 vsize=15217720 memory=5948 CPUtime=0.57 cores=0,2,4,6
/proc/9852/task/9864/stat : 9864 (java) S 9850 9850 7929 0 -1 1077944384 6244 0 0 0 56 1 0 0 20 0 16 0 446199578 15582945280 3155062 33554432000 4194304 4196468 140731392822496 140626148427936 140627281774293 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24031232 140731392824303 140731392824474 140731392824474 140731392827343 0
[pid=9852/tid=9865] ppid=9850 vsize=15217720 memory=111632 CPUtime=0 cores=0,2,4,6
/proc/9852/task/9865/stat : 9865 (java) S 9850 9850 7929 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 446199578 15582945280 3155062 33554432000 4194304 4196468 140731392822496 140626147375328 140627281774293 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24031232 140731392824303 140731392824474 140731392824474 140731392827343 0
[pid=9852/tid=9866] ppid=9850 vsize=15217720 memory=804 CPUtime=0.28 cores=0,2,4,6
/proc/9852/task/9866/stat : 9866 (java) S 9850 9850 7929 0 -1 1077944384 738 0 0 0 16 12 0 0 20 0 16 0 446199578 15582945280 3155062 33554432000 4194304 4196468 140731392822496 140626146323632 140627281775234 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 37 0 0 6293624 6294260 24031232 140731392824303 140731392824474 140731392824474 140731392827343 0
[pid=9852/tid=10090] ppid=9850 vsize=15217720 memory=1804 CPUtime=0 cores=0,2,4,6
/proc/9852/task/10090/stat : 10090 (java) S 9850 9850 7929 0 -1 1077944384 27 0 0 0 0 0 0 0 20 0 16 0 446269830 15582945280 3155062 33554432000 4194304 4196468 140731392822496 140626137345856 140627281774293 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24031232 140731392824303 140731392824474 140731392824474 140731392827343 0
Current children cumulated CPU time: 2173.14 s
Current children cumulated vsize: 15330848 KiB
Current children cumulated memory: 12621700 KiB

[startup+712.401 s]
/proc/loadavg: 7.71 7.90 6.82 6/234 10091
/proc/meminfo: memFree=16924256/32770624 swapFree=66967456/67108860
[pid=9850] ppid=9847 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/9850/stat : 9850 (xcsp3-exec) S 9847 9850 7929 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 446199572 115843072 363 33554432000 4194304 5098028 140731514066352 140731514064456 140224552497788 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 13840384 140731514073978 140731514074221 140731514074221 140731514077130 0
/proc/9850/statm: 28282 363 304 221 0 87 0
[pid=9852] ppid=9850 vsize=15217720 memory=12620248 CPUtime=2173.53 cores=0,2,4,6
/proc/9852/stat : 9852 (java) S 9850 9850 7929 0 -1 1077944320 632134 0 0 0 216475 878 0 0 20 0 16 0 446199572 15582945280 3155062 33554432000 4194304 4196468 140731392822496 140731392805040 140627281764087 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 24031232 140731392824303 140731392824474 140731392824474 140731392827343 0
/proc/9852/statm: 3804430 3155062 3504 1 0 3765530 0
[pid=9852/tid=9853] ppid=9850 vsize=15217720 memory=12620248 CPUtime=143.95 cores=0,2,4,6
/proc/9852/task/9853/stat : 9853 (java) S 9850 9850 7929 0 -1 1077944384 32840 0 0 0 14348 47 0 0 20 0 16 0 446199573 15582945280 3155062 33554432000 4194304 4196468 140731392822496 140627286004768 140627281774293 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24031232 140731392824303 140731392824474 140731392824474 140731392827343 0
[pid=9852/tid=9854] ppid=9850 vsize=15217720 memory=1556 CPUtime=487.38 cores=0,2,4,6
/proc/9852/task/9854/stat : 9854 (java) S 9850 9850 7929 0 -1 1077944384 137577 0 0 0 48530 208 0 0 20 0 16 0 446199573 15582945280 3155062 33554432000 4194304 4196468 140731392822496 140627234384528 140627281774293 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24031232 140731392824303 140731392824474 140731392824474 140731392827343 0
[pid=9852/tid=9855] ppid=9850 vsize=15217720 memory=928 CPUtime=487.85 cores=0,2,4,6
/proc/9852/task/9855/stat : 9855 (java) S 9850 9850 7929 0 -1 1077944384 81673 0 0 0 48589 196 0 0 20 0 16 0 446199573 15582945280 3155062 33554432000 4194304 4196468 140731392822496 140627233331728 140627281774293 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24031232 140731392824303 140731392824474 140731392824474 140731392827343 0
[pid=9852/tid=9856] ppid=9850 vsize=15217720 memory=1520 CPUtime=486.52 cores=0,2,4,6
/proc/9852/task/9856/stat : 9856 (java) S 9850 9850 7929 0 -1 1077944384 121149 0 0 0 48447 205 0 0 20 0 16 0 446199573 15582945280 3155062 33554432000 4194304 4196468 140731392822496 140627232278928 140627281774293 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24031232 140731392824303 140731392824474 140731392824474 140731392827343 0
[pid=9852/tid=9857] ppid=9850 vsize=15217720 memory=1980 CPUtime=487.85 cores=0,2,4,6
/proc/9852/task/9857/stat : 9857 (java) S 9850 9850 7929 0 -1 1077944384 110662 0 0 0 48592 193 0 0 20 0 16 0 446199573 15582945280 3155062 33554432000 4194304 4196468 140731392822496 140627231226128 140627281774293 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24031232 140731392824303 140731392824474 140731392824474 140731392827343 0
[pid=9852/tid=9858] ppid=9850 vsize=15217720 memory=2572 CPUtime=76.99 cores=0,2,4,6
/proc/9852/task/9858/stat : 9858 (java) R 9850 9850 7929 0 -1 4202560 130426 0 0 0 7681 18 0 0 20 0 16 0 446199575 15582945280 3155062 33554432000 4194304 4196468 140731392822496 140626154743120 140627266760491 0 0 0 16800975 0 0 0 -1 0 0 0 2 0 0 6293624 6294260 24031232 140731392824303 140731392824474 140731392824474 140731392827343 0
[pid=9852/tid=9859] ppid=9850 vsize=15217720 memory=900 CPUtime=0 cores=0,2,4,6
/proc/9852/task/9859/stat : 9859 (java) S 9850 9850 7929 0 -1 1077944384 37 0 0 0 0 0 0 0 20 0 16 0 446199575 15582945280 3155062 33554432000 4194304 4196468 140731392822496 140626153690720 140627281774293 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24031232 140731392824303 140731392824474 140731392824474 140731392827343 0
[pid=9852/tid=9860] ppid=9850 vsize=15217720 memory=1432 CPUtime=0 cores=0,2,4,6
/proc/9852/task/9860/stat : 9860 (java) S 9850 9850 7929 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 16 0 446199575 15582945280 3155062 33554432000 4194304 4196468 140731392822496 140626152637824 140627281774293 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24031232 140731392824303 140731392824474 140731392824474 140731392827343 0
[pid=9852/tid=9861] ppid=9850 vsize=15217720 memory=1720 CPUtime=0 cores=0,2,4,6
/proc/9852/task/9861/stat : 9861 (java) S 9850 9850 7929 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 446199578 15582945280 3155062 33554432000 4194304 4196468 140731392822496 140626151586128 140627281782683 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24031232 140731392824303 140731392824474 140731392824474 140731392827343 0
[pid=9852/tid=9862] ppid=9850 vsize=15217720 memory=5948 CPUtime=1.03 cores=0,2,4,6
/proc/9852/task/9862/stat : 9862 (java) S 9850 9850 7929 0 -1 1077944384 5469 0 0 0 102 1 0 0 20 0 16 0 446199578 15582945280 3155062 33554432000 4194304 4196468 140731392822496 140626150533536 140627281774293 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24031232 140731392824303 140731392824474 140731392824474 140731392827343 0
[pid=9852/tid=9863] ppid=9850 vsize=15217720 memory=10564 CPUtime=1.02 cores=0,2,4,6
/proc/9852/task/9863/stat : 9863 (java) S 9850 9850 7929 0 -1 1077944384 4026 0 0 0 101 1 0 0 20 0 16 0 446199578 15582945280 3155062 33554432000 4194304 4196468 140731392822496 140626149480448 140627281774293 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24031232 140731392824303 140731392824474 140731392824474 140731392827343 0
[pid=9852/tid=9864] ppid=9850 vsize=15217720 memory=716 CPUtime=0.57 cores=0,2,4,6
/proc/9852/task/9864/stat : 9864 (java) S 9850 9850 7929 0 -1 1077944384 6244 0 0 0 56 1 0 0 20 0 16 0 446199578 15582945280 3155062 33554432000 4194304 4196468 140731392822496 140626148427936 140627281774293 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24031232 140731392824303 140731392824474 140731392824474 140731392827343 0
[pid=9852/tid=9865] ppid=9850 vsize=15217720 memory=780 CPUtime=0 cores=0,2,4,6
/proc/9852/task/9865/stat : 9865 (java) S 9850 9850 7929 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 446199578 15582945280 3155062 33554432000 4194304 4196468 140731392822496 140626147375328 140627281774293 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24031232 140731392824303 140731392824474 140731392824474 140731392827343 0
[pid=9852/tid=9866] ppid=9850 vsize=15217720 memory=1552 CPUtime=0.28 cores=0,2,4,6
/proc/9852/task/9866/stat : 9866 (java) S 9850 9850 7929 0 -1 1077944384 738 0 0 0 16 12 0 0 20 0 16 0 446199578 15582945280 3155062 33554432000 4194304 4196468 140731392822496 140626146323632 140627281775234 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 37 0 0 6293624 6294260 24031232 140731392824303 140731392824474 140731392824474 140731392827343 0
[pid=9852/tid=10090] ppid=9850 vsize=15217720 memory=2832 CPUtime=0 cores=0,2,4,6
/proc/9852/task/10090/stat : 10090 (java) S 9850 9850 7929 0 -1 1077944384 27 0 0 0 0 0 0 0 20 0 16 0 446269830 15582945280 3155062 33554432000 4194304 4196468 140731392822496 140626137345856 140627281774293 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24031232 140731392824303 140731392824474 140731392824474 140731392827343 0
Current children cumulated CPU time: 2173.53 s
Current children cumulated vsize: 15330848 KiB
Current children cumulated memory: 12621700 KiB

[startup+712.501 s]
/proc/loadavg: 7.71 7.90 6.82 6/234 10091
/proc/meminfo: memFree=16924256/32770624 swapFree=66967456/67108860
[pid=9850] ppid=9847 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/9850/stat : 9850 (xcsp3-exec) S 9847 9850 7929 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 446199572 115843072 363 33554432000 4194304 5098028 140731514066352 140731514064456 140224552497788 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 13840384 140731514073978 140731514074221 140731514074221 140731514077130 0
/proc/9850/statm: 28282 363 304 221 0 87 0
[pid=9852] ppid=9850 vsize=15217720 memory=12620180 CPUtime=2173.63 cores=0,2,4,6
/proc/9852/stat : 9852 (java) S 9850 9850 7929 0 -1 1077944320 632154 0 0 0 216485 878 0 0 20 0 13 0 446199572 15582945280 3155073 33554432000 4194304 4196468 140731392822496 140731392805040 140627281764087 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 24031232 140731392824303 140731392824474 140731392824474 140731392827343 0
/proc/9852/statm: 3804430 3155045 3505 1 0 3765530 0
[pid=9852/tid=9854] ppid=9850 vsize=15217720 memory=12620248 CPUtime=487.38 cores=0,2,4,6
/proc/9852/task/9854/stat : 9854 (java) S 9850 9850 7929 0 -1 1077944384 137577 0 0 0 48530 208 0 0 20 0 12 0 446199573 15582945280 3155045 33554432000 4194304 4196468 140731392822496 140627234384528 140627281774293 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24031232 140731392824303 140731392824474 140731392824474 140731392827343 0
[pid=9852/tid=9855] ppid=9850 vsize=15217720 memory=12620248 CPUtime=487.85 cores=0,2,4,6
/proc/9852/task/9855/stat : 9855 (java) S 9850 9850 7929 0 -1 1077944384 81673 0 0 0 48589 196 0 0 20 0 12 0 446199573 15582945280 3155045 33554432000 4194304 4196468 140731392822496 140627233331728 140627281774293 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24031232 140731392824303 140731392824474 140731392824474 140731392827343 0
[pid=9852/tid=9856] ppid=9850 vsize=15217720 memory=12620244 CPUtime=486.52 cores=0,2,4,6
/proc/9852/task/9856/stat : 9856 (java) R 9850 9850 7929 0 -1 1077944384 121149 0 0 0 48447 205 0 0 20 0 12 0 446199573 15582945280 3155072 33554432000 4194304 4196468 140731392822496 140627232278928 140627281774293 256 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 24031232 140731392824303 140731392824474 140731392824474 140731392827343 0
[pid=9852/tid=9857] ppid=9850 vsize=15217720 memory=12620204 CPUtime=487.85 cores=0,2,4,6
/proc/9852/task/9857/stat : 9857 (java) R 9850 9850 7929 0 -1 1077944384 110662 0 0 0 48592 193 0 0 20 0 10 0 446199573 15582945280 3155073 33554432000 4194304 4196468 140731392822496 140627231226128 140627281774293 256 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 24031232 140731392824303 140731392824474 140731392824474 140731392827343 0
Current children cumulated CPU time: 2173.63 s
Current children cumulated vsize: 15330848 KiB
Current children cumulated memory: 12621632 KiB

Child status: 1
Real time (s): 712.565
CPU time (s): 2173.71
CPU user time (s): 2164.86
CPU system time (s): 8.84854
CPU usage (%): 305.054
Max. virtual memory (cumulated for all children) (KiB): 15330848
Max. memory (cumulated for all children) (KiB): 12621700

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2164.86
system time used= 8.84854
maximum resident set size= 12620536
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 632737
page faults= 0
swaps= 0
block input operations= 0
block output operations= 944
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 28041
involuntary context switches= 52228


# summary of solver processes directly reported to runsolver:
#   pid: 9850
#   total CPU time (s): 2173.71
#   total CPU user time (s): 2164.86
#   total CPU system time (s): 8.84854

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.45705 second user time and 7.44172 second system time

The end

Launcher Data

Begin job on node125 at 2019-09-17 07:48:05
IDJOB=4398878
IDBENCH=138482
IDSOLVER=2853
FILE ID=node125/4398878-1568699327
RUNJOBID= node125-1568698192-7960
PBS_JOBID= 21703810
Free space on /tmp= 59704 MiB

SOLVER NAME= choco-solver 2019-09-16
BENCH NAME= XCSP17/SuperSolutions/SuperSolutions-Taillard-js15/SuperTaillard-js-15-18.xml
COMMAND LINE= xcsp3-exec -dir DIR -tl TIMEOUT -p NBCORE -ml 12000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4398878-1568699327/watcher-4398878-1568699327 -o /tmp/evaluation-result-4398878-1568699327/solver-4398878-1568699327 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node125-1568698192-7960 --watchdog 2580  xcsp3-exec -dir HOME -tl 2520 -p 4 -ml 12000 -tdir HOME -seed 2038333815 HOME/instance-4398878-1568699327.xml

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

MD5SUM BENCH= 3f0141c7bb33af25d9039070b39091b8
RANDOM SEED=2038333815

node125.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.29
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.29
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.29
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.29
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:        29281424 kB
MemAvailable:   30856140 kB
Buffers:          206808 kB
Cached:          1666124 kB
SwapCached:        38412 kB
Active:          1848284 kB
Inactive:        1069736 kB
Active(anon):    1025344 kB
Inactive(anon):    68464 kB
Active(file):     822940 kB
Inactive(file):  1001272 kB
Unevictable:      108972 kB
Mlocked:          108972 kB
SwapTotal:      67108860 kB
SwapFree:       66967456 kB
Dirty:             26084 kB
Writeback:             0 kB
AnonPages:       1117524 kB
Mapped:            61456 kB
Shmem:             39868 kB
Slab:             162896 kB
SReclaimable:     132680 kB
SUnreclaim:        30216 kB
KernelStack:        3872 kB
PageTables:         7976 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2273232 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1015808 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      114048 kB
DirectMap2M:    33431552 kB

Free space on /tmp at the end= 59680 MiB
End job on node125 at 2019-09-17 07:59:58