Trace number 4405881

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
choco-solver 2019-09-24? 2062.67 682.51

General information on the benchmark

NameSuperSolutions/SuperSolutions-Taillard-js15/
SuperTaillard-js-15-08.xml
MD5SUM79bafde88fa7f495a04ad4879b5697b3
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark257.025
Satisfiable
(Un)Satisfiability was proved
Number of variables450
Number of constraints5580
Number of domains84
Minimum domain size1123
Maximum domain size1221
Distribution of domain sizes[{"size":1123,"count":10},{"size":1124,"count":4},{"size":1125,"count":4},{"size":1126,"count":10},{"size":1127,"count":8},{"size":1130,"count":6},{"size":1131,"count":4},{"size":1132,"count":6},{"size":1133,"count":8},{"size":1134,"count":6},{"size":1135,"count":2},{"size":1136,"count":2},{"size":1137,"count":6},{"size":1138,"count":6},{"size":1139,"count":10},{"size":1140,"count":6},{"size":1141,"count":10},{"size":1142,"count":10},{"size":1143,"count":6},{"size":1145,"count":4},{"size":1146,"count":10},{"size":1147,"count":6},{"size":1148,"count":2},{"size":1149,"count":2},{"size":1150,"count":2},"...",{"size":1192,"count":4}, {"size":1194,"count":6}, {"size":1195,"count":6}, {"size":1196,"count":2}, {"size":1198,"count":8}, {"size":1199,"count":6}, {"size":1200,"count":4}, {"size":1201,"count":6}, {"size":1202,"count":4}, {"size":1203,"count":2}, {"size":1204,"count":2}, {"size":1206,"count":8}, {"size":1207,"count":6}, {"size":1208,"count":10}, {"size":1211,"count":6}, {"size":1212,"count":2}, {"size":1213,"count":6}, {"size":1214,"count":4}, {"size":1215,"count":2}, {"size":1216,"count":10}, {"size":1217,"count":10}, {"size":1218,"count":12}, {"size":1219,"count":6}, {"size":1220,"count":4}, {"size":1221,"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-4405881-1569412575.xml"  -tl '2520s' -p 1
0.13/0.18	c Choco e747e1e
0.13/0.18	c [HOME/instance-4405881-1569412575.xml, -tl, 2520s, -p, 1]
0.34/0.22	c simple solver
0.34/0.29	c parse instance...
2062.54/682.45	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
2062.54/682.45		at org.chocosolver.solver.constraints.extension.nary.TuplesList.<init>(TuplesList.java:56)
2062.54/682.45		at org.chocosolver.solver.constraints.extension.nary.RelationFactory.makeListBasedRelation(RelationFactory.java:63)
2062.54/682.45		at org.chocosolver.solver.constraints.extension.nary.PropLargeGACSTRPos.<init>(PropLargeGACSTRPos.java:112)
2062.54/682.45		at org.chocosolver.solver.constraints.IIntConstraintFactory.table(IIntConstraintFactory.java:2125)
2062.54/682.45		at org.chocosolver.solver.constraints.IIntConstraintFactory.table(IIntConstraintFactory.java:2055)
2062.54/682.45		at org.chocosolver.solver.expression.discrete.relational.ReExpression.extension(ReExpression.java:152)
2062.54/682.45		at org.chocosolver.parser.xcsp.XCSPParser.buildCtrIntension(XCSPParser.java:112)
2062.54/682.45		at org.xcsp.parser.loaders.CtrLoaderInteger.intension(CtrLoaderInteger.java:283)
2062.54/682.45		at org.xcsp.parser.loaders.CtrLoaderInteger.load(CtrLoaderInteger.java:164)
2062.54/682.45		at org.xcsp.parser.XCallbacks.loadCtr(XCallbacks.java:527)
2062.54/682.45		at org.xcsp.parser.XCallbacks.lambda$loadCtrs$3(XCallbacks.java:510)
2062.54/682.45		at org.xcsp.parser.XCallbacks$$Lambda$89/1032000752.accept(Unknown Source)
2062.54/682.45		at java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
2062.54/682.45		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:580)
2062.54/682.45		at org.xcsp.parser.XCallbacks.loadCtrs(XCallbacks.java:507)
2062.54/682.45		at org.chocosolver.parser.xcsp.XCSPParser.loadGroup(XCSPParser.java:1416)
2062.54/682.45		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:422)
2062.54/682.45		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:407)
2062.54/682.45		at org.xcsp.parser.XCallbacks.loadInstance(XCallbacks.java:297)
2062.54/682.45		at org.xcsp.parser.XCallbacks.loadInstance(XCallbacks.java:320)
2062.54/682.45		at org.chocosolver.parser.xcsp.XCSPParser.model(XCSPParser.java:88)
2062.54/682.45		at org.chocosolver.parser.xcsp.XCSP.parse(XCSP.java:111)
2062.54/682.45		at org.chocosolver.parser.xcsp.XCSP.buildModel(XCSP.java:99)
2062.54/682.45		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:22)
2062.54/682.45	s UNKNOWN
2062.54/682.45	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 (13741 MiB free)
  memory of node 1: 16384 MiB (12124 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4405881-1569412575/watcher-4405881-1569412575 -o /tmp/evaluation-result-4405881-1569412575/solver-4405881-1569412575 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node104-1569392447-21328 --watchdog 2580 xcsp3-exec -dir HOME -tl 2520 -p 1 -ml 12000 -tdir HOME -seed 853557945 HOME/instance-4405881-1569412575.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=25121, runsolver pid=25118
Current StackSize limit: 8192 KiB


[startup+0.100208 s]*
/proc/loadavg: 1.49 1.55 1.63 6/229 25137
/proc/meminfo: memFree=26471332/32770624 swapFree=66986416/67108860
[pid=25121] ppid=25118 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/25121/stat : 25121 (xcsp3-exec) S 25118 25121 21297 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 517514037 115843072 363 33554432000 4194304 5098028 140722124285808 140722124283912 140011164734076 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 16273408 140722124288891 140722124289133 140722124289133 140722124292042 0
/proc/25121/statm: 28282 363 304 221 0 87 0
[pid=25123] ppid=25121 vsize=15144776 memory=29064 CPUtime=0.13 cores=0,2,4,6
/proc/25123/stat : 25123 (java) S 25121 25121 21297 0 -1 1077944320 5732 0 0 0 12 1 0 0 20 0 15 0 517514038 15508250624 7266 33554432000 4194304 4196468 140729601892816 140729601875360 140221795757815 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 39149568 140729601897455 140729601897626 140729601897626 140729601900495 0
/proc/25123/statm: 3786194 7266 3121 1 0 3748377 0
[pid=25123/tid=25124] ppid=25121 vsize=15144776 memory=576460756329955459 CPUtime=0.09 cores=0,2,4,6
/proc/25123/task/25124/stat : 25124 (java) R 25121 25121 21297 0 -1 4202560 3653 0 0 0 9 0 0 0 20 0 15 0 517514038 15508250624 7266 33554432000 4194304 4196468 140729601892816 140221799986992 140221795769750 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 39149568 140729601897455 140729601897626 140729601897626 140729601900495 0
[pid=25123/tid=25125] ppid=25121 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/25123/task/25125/stat : 25125 (java) S 25121 25121 21297 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517514039 15508250624 7266 33554432000 4194304 4196468 140729601892816 140221758864144 140221795768021 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39149568 140729601897455 140729601897626 140729601897626 140729601900495 0
[pid=25123/tid=25126] ppid=25121 vsize=15144776 memory=139952982310696 CPUtime=0 cores=0,2,4,6
/proc/25123/task/25126/stat : 25126 (java) S 25121 25121 21297 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517514039 15508250624 7266 33554432000 4194304 4196468 140729601892816 140221757811600 140221795768021 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39149568 140729601897455 140729601897626 140729601897626 140729601900495 0
[pid=25123/tid=25127] ppid=25121 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/25123/task/25127/stat : 25127 (java) S 25121 25121 21297 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517514039 15508250624 7266 33554432000 4194304 4196468 140729601892816 140221386513424 140221795768021 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39149568 140729601897455 140729601897626 140729601897626 140729601900495 0
[pid=25123/tid=25128] ppid=25121 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/25123/task/25128/stat : 25128 (java) S 25121 25121 21297 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 517514039 15508250624 7266 33554432000 4194304 4196468 140729601892816 140221385460880 140221795768021 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39149568 140729601897455 140729601897626 140729601897626 140729601900495 0
[pid=25123/tid=25129] ppid=25121 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/25123/task/25129/stat : 25129 (java) S 25121 25121 21297 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 517514040 15508250624 7266 33554432000 4194304 4196468 140729601892816 140220669810672 140221795768962 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39149568 140729601897455 140729601897626 140729601897626 140729601900495 0
[pid=25123/tid=25130] ppid=25121 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/25123/task/25130/stat : 25130 (java) S 25121 25121 21297 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 517514041 15508250624 7266 33554432000 4194304 4196468 140729601892816 140220668756896 140221795768021 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39149568 140729601897455 140729601897626 140729601897626 140729601900495 0
[pid=25123/tid=25131] ppid=25121 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/25123/task/25131/stat : 25131 (java) S 25121 25121 21297 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 517514041 15508250624 7266 33554432000 4194304 4196468 140729601892816 140220667704304 140221795768021 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39149568 140729601897455 140729601897626 140729601897626 140729601900495 0
[pid=25123/tid=25132] ppid=25121 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/25123/task/25132/stat : 25132 (java) S 25121 25121 21297 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517514043 15508250624 7266 33554432000 4194304 4196468 140729601892816 140220666652880 140221795776411 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39149568 140729601897455 140729601897626 140729601897626 140729601900495 0
[pid=25123/tid=25133] ppid=25121 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/25123/task/25133/stat : 25133 (java) S 25121 25121 21297 0 -1 1077944384 310 0 0 0 0 0 0 0 20 0 15 0 517514043 15508250624 7266 33554432000 4194304 4196468 140729601892816 140220665600496 140221795768962 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39149568 140729601897455 140729601897626 140729601897626 140729601900495 0
[pid=25123/tid=25134] ppid=25121 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/25123/task/25134/stat : 25134 (java) S 25121 25121 21297 0 -1 1077944384 123 0 0 0 0 0 0 0 20 0 15 0 517514043 15508250624 7266 33554432000 4194304 4196468 140729601892816 140220664547952 140221795768962 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39149568 140729601897455 140729601897626 140729601897626 140729601900495 0
[pid=25123/tid=25135] ppid=25121 vsize=15144776 memory=139952978646656 CPUtime=0.02 cores=0,2,4,6
/proc/25123/task/25135/stat : 25135 (java) R 25121 25121 21297 0 -1 4202560 342 0 0 0 2 0 0 0 20 0 15 0 517514043 15508250624 7266 33554432000 4194304 4196468 140729601892816 140220663495408 140221795779162 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 39149568 140729601897455 140729601897626 140729601897626 140729601900495 0
[pid=25123/tid=25136] ppid=25121 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/25123/task/25136/stat : 25136 (java) S 25121 25121 21297 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517514043 15508250624 7266 33554432000 4194304 4196468 140729601892816 140220662443104 140221795768021 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39149568 140729601897455 140729601897626 140729601897626 140729601900495 0
[pid=25123/tid=25137] ppid=25121 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/25123/task/25137/stat : 25137 (java) S 25121 25121 21297 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517514044 15508250624 7266 33554432000 4194304 4196468 140729601892816 140220661389616 140221795768962 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39149568 140729601897455 140729601897626 140729601897626 140729601900495 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 30516 KiB

[startup+0.210856 s]*
/proc/loadavg: 1.49 1.55 1.63 3/229 25137
/proc/meminfo: memFree=26458076/32770624 swapFree=66986416/67108860
[pid=25121] ppid=25118 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/25121/stat : 25121 (xcsp3-exec) S 25118 25121 21297 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 517514037 115843072 363 33554432000 4194304 5098028 140722124285808 140722124283912 140011164734076 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 16273408 140722124288891 140722124289133 140722124289133 140722124292042 0
/proc/25121/statm: 28282 363 304 221 0 87 0
[pid=25123] ppid=25121 vsize=15144776 memory=41220 CPUtime=0.34 cores=0,2,4,6
/proc/25123/stat : 25123 (java) S 25121 25121 21297 0 -1 1077944320 9521 0 0 0 32 2 0 0 20 0 15 0 517514038 15508250624 10305 33554432000 4194304 4196468 140729601892816 140729601875360 140221795757815 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 39149568 140729601897455 140729601897626 140729601897626 140729601900495 0
/proc/25123/statm: 3786194 10305 3292 1 0 3748377 0
[pid=25123/tid=25124] ppid=25121 vsize=15144776 memory=7883960649037381690 CPUtime=0.2 cores=0,2,4,6
/proc/25123/task/25124/stat : 25124 (java) R 25121 25121 21297 0 -1 4202560 6662 0 0 0 18 2 0 0 20 0 15 0 517514038 15508250624 10305 33554432000 4194304 4196468 140729601892816 140221799991696 140221779838302 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 39149568 140729601897455 140729601897626 140729601897626 140729601900495 0
[pid=25123/tid=25125] ppid=25121 vsize=15144776 memory=1898158 CPUtime=0 cores=0,2,4,6
/proc/25123/task/25125/stat : 25125 (java) S 25121 25121 21297 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517514039 15508250624 10305 33554432000 4194304 4196468 140729601892816 140221758864144 140221795768021 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39149568 140729601897455 140729601897626 140729601897626 140729601900495 0
[pid=25123/tid=25126] ppid=25121 vsize=15144776 memory=4049495254323680928 CPUtime=0 cores=0,2,4,6
/proc/25123/task/25126/stat : 25126 (java) S 25121 25121 21297 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517514039 15508250624 10305 33554432000 4194304 4196468 140729601892816 140221757811600 140221795768021 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39149568 140729601897455 140729601897626 140729601897626 140729601900495 0
[pid=25123/tid=25127] ppid=25121 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/25123/task/25127/stat : 25127 (java) S 25121 25121 21297 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517514039 15508250624 10305 33554432000 4194304 4196468 140729601892816 140221386513424 140221795768021 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39149568 140729601897455 140729601897626 140729601897626 140729601900495 0
[pid=25123/tid=25128] ppid=25121 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/25123/task/25128/stat : 25128 (java) S 25121 25121 21297 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 517514039 15508250624 10305 33554432000 4194304 4196468 140729601892816 140221385460880 140221795768021 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39149568 140729601897455 140729601897626 140729601897626 140729601900495 0
[pid=25123/tid=25129] ppid=25121 vsize=15144776 memory=139952978646656 CPUtime=0 cores=0,2,4,6
/proc/25123/task/25129/stat : 25129 (java) S 25121 25121 21297 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 517514040 15508250624 10305 33554432000 4194304 4196468 140729601892816 140220669810672 140221795768962 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39149568 140729601897455 140729601897626 140729601897626 140729601900495 0
[pid=25123/tid=25130] ppid=25121 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/25123/task/25130/stat : 25130 (java) S 25121 25121 21297 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 517514041 15508250624 10305 33554432000 4194304 4196468 140729601892816 140220668756896 140221795768021 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39149568 140729601897455 140729601897626 140729601897626 140729601900495 0
[pid=25123/tid=25131] ppid=25121 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/25123/task/25131/stat : 25131 (java) S 25121 25121 21297 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 517514041 15508250624 10305 33554432000 4194304 4196468 140729601892816 140220667704304 140221795768021 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39149568 140729601897455 140729601897626 140729601897626 140729601900495 0
[pid=25123/tid=25132] ppid=25121 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/25123/task/25132/stat : 25132 (java) S 25121 25121 21297 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517514043 15508250624 10305 33554432000 4194304 4196468 140729601892816 140220666652880 140221795776411 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39149568 140729601897455 140729601897626 140729601897626 140729601900495 0
[pid=25123/tid=25133] ppid=25121 vsize=15144776 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/25123/task/25133/stat : 25133 (java) S 25121 25121 21297 0 -1 1077944384 393 0 0 0 2 0 0 0 20 0 15 0 517514043 15508250624 10305 33554432000 4194304 4196468 140729601892816 140220665600496 140221795768962 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39149568 140729601897455 140729601897626 140729601897626 140729601900495 0
[pid=25123/tid=25134] ppid=25121 vsize=15144776 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/25123/task/25134/stat : 25134 (java) S 25121 25121 21297 0 -1 1077944384 428 0 0 0 2 0 0 0 20 0 15 0 517514043 15508250624 10305 33554432000 4194304 4196468 140729601892816 140220664547952 140221795768962 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39149568 140729601897455 140729601897626 140729601897626 140729601900495 0
[pid=25123/tid=25135] ppid=25121 vsize=15144776 memory=139952978646656 CPUtime=0.08 cores=0,2,4,6
/proc/25123/task/25135/stat : 25135 (java) R 25121 25121 21297 0 -1 4202560 730 0 0 0 8 0 0 0 20 0 15 0 517514043 15508250624 10305 33554432000 4194304 4196468 140729601892816 140220663495408 140221774892352 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 39149568 140729601897455 140729601897626 140729601897626 140729601900495 0
[pid=25123/tid=25136] ppid=25121 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/25123/task/25136/stat : 25136 (java) S 25121 25121 21297 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517514043 15508250624 10305 33554432000 4194304 4196468 140729601892816 140220662443104 140221795768021 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39149568 140729601897455 140729601897626 140729601897626 140729601900495 0
[pid=25123/tid=25137] ppid=25121 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/25123/task/25137/stat : 25137 (java) S 25121 25121 21297 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517514044 15508250624 10305 33554432000 4194304 4196468 140729601892816 140220661389616 140221795768962 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39149568 140729601897455 140729601897626 140729601897626 140729601900495 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 42672 KiB

[startup+0.311343 s]*
/proc/loadavg: 1.49 1.55 1.63 6/229 25137
/proc/meminfo: memFree=26452656/32770624 swapFree=66986416/67108860
[pid=25121] ppid=25118 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/25121/stat : 25121 (xcsp3-exec) S 25118 25121 21297 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 517514037 115843072 363 33554432000 4194304 5098028 140722124285808 140722124283912 140011164734076 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 16273408 140722124288891 140722124289133 140722124289133 140722124292042 0
/proc/25121/statm: 28282 363 304 221 0 87 0
[pid=25123] ppid=25121 vsize=15149032 memory=49640 CPUtime=0.52 cores=0,2,4,6
/proc/25123/stat : 25123 (java) S 25121 25121 21297 0 -1 1077944320 10766 0 0 0 49 3 0 0 20 0 15 0 517514038 15512608768 12410 33554432000 4194304 4196468 140729601892816 140729601875360 140221795757815 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 39149568 140729601897455 140729601897626 140729601897626 140729601900495 0
/proc/25123/statm: 3787258 12410 3360 1 0 3748377 0
[pid=25123/tid=25124] ppid=25121 vsize=15149032 memory=8317482817917895235 CPUtime=0.29 cores=0,2,4,6
/proc/25123/task/25124/stat : 25124 (java) R 25121 25121 21297 0 -1 4202560 7753 0 0 0 27 2 0 0 20 0 15 0 517514038 15512608768 12455 33554432000 4194304 4196468 140729601892816 140221799984432 140221788474778 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 39149568 140729601897455 140729601897626 140729601897626 140729601900495 0
[pid=25123/tid=25125] ppid=25121 vsize=15149032 memory=6944652177228980320 CPUtime=0 cores=0,2,4,6
/proc/25123/task/25125/stat : 25125 (java) S 25121 25121 21297 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517514039 15512608768 12455 33554432000 4194304 4196468 140729601892816 140221758864144 140221795768021 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39149568 140729601897455 140729601897626 140729601897626 140729601900495 0
[pid=25123/tid=25126] ppid=25121 vsize=15149032 memory=6655300316396806240 CPUtime=0 cores=0,2,4,6
/proc/25123/task/25126/stat : 25126 (java) S 25121 25121 21297 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517514039 15512608768 12455 33554432000 4194304 4196468 140729601892816 140221757811600 140221795768021 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39149568 140729601897455 140729601897626 140729601897626 140729601900495 0
[pid=25123/tid=25127] ppid=25121 vsize=15149032 memory=6944652177228980320 CPUtime=0 cores=0,2,4,6
/proc/25123/task/25127/stat : 25127 (java) S 25121 25121 21297 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517514039 15512608768 12455 33554432000 4194304 4196468 140729601892816 140221386513424 140221795768021 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39149568 140729601897455 140729601897626 140729601897626 140729601900495 0
[pid=25123/tid=25128] ppid=25121 vsize=15149032 memory=-4190076264842474805 CPUtime=0 cores=0,2,4,6
/proc/25123/task/25128/stat : 25128 (java) S 25121 25121 21297 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 517514039 15512608768 12455 33554432000 4194304 4196468 140729601892816 140221385460880 140221795768021 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39149568 140729601897455 140729601897626 140729601897626 140729601900495 0
[pid=25123/tid=25129] ppid=25121 vsize=15149032 memory=-7233795148219007135 CPUtime=0 cores=0,2,4,6
/proc/25123/task/25129/stat : 25129 (java) S 25121 25121 21297 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 517514040 15512608768 12455 33554432000 4194304 4196468 140729601892816 140220669810672 140221795768962 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39149568 140729601897455 140729601897626 140729601897626 140729601900495 0
[pid=25123/tid=25130] ppid=25121 vsize=15149032 memory=6944656425123485561 CPUtime=0 cores=0,2,4,6
/proc/25123/task/25130/stat : 25130 (java) S 25121 25121 21297 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 517514041 15512608768 12455 33554432000 4194304 4196468 140729601892816 140220668756896 140221795768021 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39149568 140729601897455 140729601897626 140729601897626 140729601900495 0
[pid=25123/tid=25131] ppid=25121 vsize=15149032 memory=7893295687695687954 CPUtime=0 cores=0,2,4,6
/proc/25123/task/25131/stat : 25131 (java) S 25121 25121 21297 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 517514041 15512608768 12455 33554432000 4194304 4196468 140729601892816 140220667704304 140221795768021 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39149568 140729601897455 140729601897626 140729601897626 140729601900495 0
[pid=25123/tid=25132] ppid=25121 vsize=15149032 memory=4627853888499060086 CPUtime=0 cores=0,2,4,6
/proc/25123/task/25132/stat : 25132 (java) S 25121 25121 21297 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517514043 15512608768 12455 33554432000 4194304 4196468 140729601892816 140220666652880 140221795776411 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39149568 140729601897455 140729601897626 140729601897626 140729601900495 0
[pid=25123/tid=25133] ppid=25121 vsize=15149032 memory=7827413994055111515 CPUtime=0.04 cores=0,2,4,6
/proc/25123/task/25133/stat : 25133 (java) R 25121 25121 21297 0 -1 4202560 492 0 0 0 4 0 0 0 20 0 15 0 517514043 15512608768 12455 33554432000 4194304 4196468 140729601892816 140220665590880 140221779258313 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 39149568 140729601897455 140729601897626 140729601897626 140729601900495 0
[pid=25123/tid=25134] ppid=25121 vsize=15149032 memory=0 CPUtime=0.04 cores=0,2,4,6
/proc/25123/task/25134/stat : 25134 (java) S 25121 25121 21297 0 -1 1077944384 434 0 0 0 4 0 0 0 20 0 15 0 517514043 15512608768 12455 33554432000 4194304 4196468 140729601892816 140220664547952 140221795768962 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39149568 140729601897455 140729601897626 140729601897626 140729601900495 0
[pid=25123/tid=25135] ppid=25121 vsize=15149032 memory=0 CPUtime=0.12 cores=0,2,4,6
/proc/25123/task/25135/stat : 25135 (java) S 25121 25121 21297 0 -1 1077944384 781 0 0 0 12 0 0 0 20 0 15 0 517514043 15512608768 12455 33554432000 4194304 4196468 140729601892816 140220663495408 140221795768962 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39149568 140729601897455 140729601897626 140729601897626 140729601900495 0
[pid=25123/tid=25136] ppid=25121 vsize=15149032 memory=0 CPUtime=0 cores=0,2,4,6
/proc/25123/task/25136/stat : 25136 (java) S 25121 25121 21297 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517514043 15512608768 12455 33554432000 4194304 4196468 140729601892816 140220662443104 140221795768021 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39149568 140729601897455 140729601897626 140729601897626 140729601900495 0
[pid=25123/tid=25137] ppid=25121 vsize=15149032 memory=0 CPUtime=0 cores=0,2,4,6
/proc/25123/task/25137/stat : 25137 (java) S 25121 25121 21297 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517514044 15512608768 12455 33554432000 4194304 4196468 140729601892816 140220661389616 140221795768962 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39149568 140729601897455 140729601897626 140729601897626 140729601900495 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 15262160 KiB
Current children cumulated memory: 51092 KiB

[startup+0.705175 s]
/proc/loadavg: 1.49 1.55 1.63 6/229 25137
/proc/meminfo: memFree=26434296/32770624 swapFree=66986416/67108860
[pid=25121] ppid=25118 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/25121/stat : 25121 (xcsp3-exec) S 25118 25121 21297 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 517514037 115843072 363 33554432000 4194304 5098028 140722124285808 140722124283912 140011164734076 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 16273408 140722124288891 140722124289133 140722124289133 140722124292042 0
/proc/25121/statm: 28282 363 304 221 0 87 0
[pid=25123] ppid=25121 vsize=15151156 memory=102120 CPUtime=1.75 cores=0,2,4,6
/proc/25123/stat : 25123 (java) S 25121 25121 21297 0 -1 1077944320 15653 0 0 0 171 4 0 0 20 0 15 0 517514038 15514783744 25530 33554432000 4194304 4196468 140729601892816 140729601875360 140221795757815 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 39149568 140729601897455 140729601897626 140729601897626 140729601900495 0
/proc/25123/statm: 3787789 25530 3443 1 0 3748889 0
[pid=25123/tid=25124] ppid=25121 vsize=15151156 memory=-3704326594973231466 CPUtime=0.67 cores=0,2,4,6
/proc/25123/task/25124/stat : 25124 (java) R 25121 25121 21297 0 -1 4202560 9014 0 0 0 64 3 0 0 20 0 15 0 517514038 15514783744 25530 33554432000 4194304 4196468 140729601892816 140221799993232 140221779801445 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 39149568 140729601897455 140729601897626 140729601897626 140729601900495 0
[pid=25123/tid=25125] ppid=25121 vsize=15151156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/25123/task/25125/stat : 25125 (java) S 25121 25121 21297 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517514039 15514783744 25530 33554432000 4194304 4196468 140729601892816 140221758864144 140221795768021 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39149568 140729601897455 140729601897626 140729601897626 140729601900495 0
[pid=25123/tid=25126] ppid=25121 vsize=15151156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/25123/task/25126/stat : 25126 (java) S 25121 25121 21297 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517514039 15514783744 25530 33554432000 4194304 4196468 140729601892816 140221757811600 140221795768021 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39149568 140729601897455 140729601897626 140729601897626 140729601900495 0
[pid=25123/tid=25127] ppid=25121 vsize=15151156 memory=692 CPUtime=0 cores=0,2,4,6
/proc/25123/task/25127/stat : 25127 (java) S 25121 25121 21297 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517514039 15514783744 25530 33554432000 4194304 4196468 140729601892816 140221386513424 140221795768021 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39149568 140729601897455 140729601897626 140729601897626 140729601900495 0
[pid=25123/tid=25128] ppid=25121 vsize=15151156 memory=1056 CPUtime=0 cores=0,2,4,6
/proc/25123/task/25128/stat : 25128 (java) S 25121 25121 21297 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 517514039 15514783744 25530 33554432000 4194304 4196468 140729601892816 140221385460880 140221795768021 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39149568 140729601897455 140729601897626 140729601897626 140729601900495 0
[pid=25123/tid=25129] ppid=25121 vsize=15151156 memory=1556 CPUtime=0 cores=0,2,4,6
/proc/25123/task/25129/stat : 25129 (java) S 25121 25121 21297 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 517514040 15514783744 25530 33554432000 4194304 4196468 140729601892816 140220669810672 140221795768962 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39149568 140729601897455 140729601897626 140729601897626 140729601900495 0
[pid=25123/tid=25130] ppid=25121 vsize=15151156 memory=780 CPUtime=0 cores=0,2,4,6
/proc/25123/task/25130/stat : 25130 (java) S 25121 25121 21297 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 517514041 15514783744 25530 33554432000 4194304 4196468 140729601892816 140220668756896 140221795768021 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39149568 140729601897455 140729601897626 140729601897626 140729601900495 0
[pid=25123/tid=25131] ppid=25121 vsize=15151156 memory=3616 CPUtime=0 cores=0,2,4,6
/proc/25123/task/25131/stat : 25131 (java) S 25121 25121 21297 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 517514041 15514783744 25530 33554432000 4194304 4196468 140729601892816 140220667704304 140221795768021 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39149568 140729601897455 140729601897626 140729601897626 140729601900495 0
[pid=25123/tid=25132] ppid=25121 vsize=15151156 memory=1228 CPUtime=0 cores=0,2,4,6
/proc/25123/task/25132/stat : 25132 (java) S 25121 25121 21297 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517514043 15514783744 25530 33554432000 4194304 4196468 140729601892816 140220666652880 140221795776411 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39149568 140729601897455 140729601897626 140729601897626 140729601900495 0
[pid=25123/tid=25133] ppid=25121 vsize=15151156 memory=6212 CPUtime=0.37 cores=0,2,4,6
/proc/25123/task/25133/stat : 25133 (java) R 25121 25121 21297 0 -1 4202560 1635 0 0 0 37 0 0 0 20 0 15 0 517514043 15514783744 25530 33554432000 4194304 4196468 140729601892816 140220665587280 140221795779162 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 39149568 140729601897455 140729601897626 140729601897626 140729601900495 0
[pid=25123/tid=25134] ppid=25121 vsize=15151156 memory=7552 CPUtime=0.35 cores=0,2,4,6
/proc/25123/task/25134/stat : 25134 (java) R 25121 25121 21297 0 -1 4202560 1717 0 0 0 35 0 0 0 20 0 15 0 517514043 15514783744 25530 33554432000 4194304 4196468 140729601892816 140220664544320 140221780655399 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 39149568 140729601897455 140729601897626 140729601897626 140729601900495 0
[pid=25123/tid=25135] ppid=25121 vsize=15151156 memory=2832 CPUtime=0.34 cores=0,2,4,6
/proc/25123/task/25135/stat : 25135 (java) R 25121 25121 21297 0 -1 4202560 1980 0 0 0 34 0 0 0 20 0 15 0 517514043 15514783744 25530 33554432000 4194304 4196468 140729601892816 140220663495408 140221795769750 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 39149568 140729601897455 140729601897626 140729601897626 140729601900495 0
[pid=25123/tid=25136] ppid=25121 vsize=15151156 memory=1084 CPUtime=0 cores=0,2,4,6
/proc/25123/task/25136/stat : 25136 (java) S 25121 25121 21297 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517514043 15514783744 25530 33554432000 4194304 4196468 140729601892816 140220662443104 140221795768021 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39149568 140729601897455 140729601897626 140729601897626 140729601900495 0
[pid=25123/tid=25137] ppid=25121 vsize=15151156 memory=14012 CPUtime=0 cores=0,2,4,6
/proc/25123/task/25137/stat : 25137 (java) S 25121 25121 21297 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517514044 15514783744 25530 33554432000 4194304 4196468 140729601892816 140220661389616 140221795768962 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39149568 140729601897455 140729601897626 140729601897626 140729601900495 0
Current children cumulated CPU time: 1.75 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 103572 KiB

[startup+1.50093 s]
/proc/loadavg: 1.49 1.55 1.63 3/230 25139
/proc/meminfo: memFree=26286904/32770624 swapFree=66986416/67108860
[pid=25121] ppid=25118 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/25121/stat : 25121 (xcsp3-exec) S 25118 25121 21297 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 517514037 115843072 363 33554432000 4194304 5098028 140722124285808 140722124283912 140011164734076 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 16273408 140722124288891 140722124289133 140722124289133 140722124292042 0
/proc/25121/statm: 28282 363 304 221 0 87 0

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

/proc/25123/task/25126/stat : 25126 (java) R 25121 25121 21297 0 -1 4202560 75944 0 0 0 45787 147 0 0 20 0 15 0 517514039 15514783744 3175682 33554432000 4194304 4196468 140729601892816 140221757811800 140221780747479 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 39149568 140729601897455 140729601897626 140729601897626 140729601900495 0
[pid=25123/tid=25127] ppid=25121 vsize=15151156 memory=8317482817917895235 CPUtime=459.31 cores=0,2,4,6
/proc/25123/task/25127/stat : 25127 (java) R 25121 25121 21297 0 -1 4202560 133657 0 0 0 45762 169 0 0 20 0 15 0 517514039 15514783744 3175682 33554432000 4194304 4196468 140729601892816 140221386513232 140221788386023 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 39149568 140729601897455 140729601897626 140729601897626 140729601900495 0
[pid=25123/tid=25128] ppid=25121 vsize=15151156 memory=1564 CPUtime=459.95 cores=0,2,4,6
/proc/25123/task/25128/stat : 25128 (java) R 25121 25121 21297 0 -1 4202560 72685 0 0 0 45847 148 0 0 20 0 15 0 517514039 15514783744 3175682 33554432000 4194304 4196468 140729601892816 140221385461000 140221788386023 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 39149568 140729601897455 140729601897626 140729601897626 140729601900495 0
[pid=25123/tid=25129] ppid=25121 vsize=15151156 memory=924 CPUtime=65.64 cores=0,2,4,6
/proc/25123/task/25129/stat : 25129 (java) S 25121 25121 21297 0 -1 1077944384 116443 0 0 0 6553 11 0 0 20 0 15 0 517514040 15514783744 3175682 33554432000 4194304 4196468 140729601892816 140220669809232 140221795768021 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39149568 140729601897455 140729601897626 140729601897626 140729601900495 0
[pid=25123/tid=25130] ppid=25121 vsize=15151156 memory=1760 CPUtime=0 cores=0,2,4,6
/proc/25123/task/25130/stat : 25130 (java) S 25121 25121 21297 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 517514041 15514783744 3175682 33554432000 4194304 4196468 140729601892816 140220668756960 140221795768021 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39149568 140729601897455 140729601897626 140729601897626 140729601900495 0
[pid=25123/tid=25131] ppid=25121 vsize=15151156 memory=1440 CPUtime=0 cores=0,2,4,6
/proc/25123/task/25131/stat : 25131 (java) S 25121 25121 21297 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 15 0 517514041 15514783744 3175682 33554432000 4194304 4196468 140729601892816 140220667704320 140221795768021 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39149568 140729601897455 140729601897626 140729601897626 140729601900495 0
[pid=25123/tid=25132] ppid=25121 vsize=15151156 memory=912 CPUtime=0 cores=0,2,4,6
/proc/25123/task/25132/stat : 25132 (java) S 25121 25121 21297 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517514043 15514783744 3175682 33554432000 4194304 4196468 140729601892816 140220666652880 140221795776411 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39149568 140729601897455 140729601897626 140729601897626 140729601900495 0
[pid=25123/tid=25133] ppid=25121 vsize=15151156 memory=1984 CPUtime=1.14 cores=0,2,4,6
/proc/25123/task/25133/stat : 25133 (java) S 25121 25121 21297 0 -1 1077944384 4414 0 0 0 113 1 0 0 20 0 15 0 517514043 15514783744 3175682 33554432000 4194304 4196468 140729601892816 140220665600256 140221795768021 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 17 0 0 6293624 6294260 39149568 140729601897455 140729601897626 140729601897626 140729601900495 0
[pid=25123/tid=25134] ppid=25121 vsize=15151156 memory=2480 CPUtime=1.07 cores=0,2,4,6
/proc/25123/task/25134/stat : 25134 (java) S 25121 25121 21297 0 -1 1077944384 4568 0 0 0 106 1 0 0 20 0 15 0 517514043 15514783744 3175682 33554432000 4194304 4196468 140729601892816 140220664548000 140221795768021 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 17 0 0 6293624 6294260 39149568 140729601897455 140729601897626 140729601897626 140729601900495 0
[pid=25123/tid=25135] ppid=25121 vsize=15151156 memory=1768 CPUtime=0.54 cores=0,2,4,6
/proc/25123/task/25135/stat : 25135 (java) S 25121 25121 21297 0 -1 1077944384 6150 0 0 0 53 1 0 0 20 0 15 0 517514043 15514783744 3175682 33554432000 4194304 4196468 140729601892816 140220663495456 140221795768021 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 30 0 0 6293624 6294260 39149568 140729601897455 140729601897626 140729601897626 140729601900495 0
[pid=25123/tid=25136] ppid=25121 vsize=15151156 memory=111632 CPUtime=0 cores=0,2,4,6
/proc/25123/task/25136/stat : 25136 (java) S 25121 25121 21297 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517514043 15514783744 3175682 33554432000 4194304 4196468 140729601892816 140220662443104 140221795768021 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39149568 140729601897455 140729601897626 140729601897626 140729601900495 0
[pid=25123/tid=25137] ppid=25121 vsize=15151156 memory=796 CPUtime=0.57 cores=0,2,4,6
/proc/25123/task/25137/stat : 25137 (java) S 25121 25121 21297 0 -1 1077944384 656 0 0 0 24 33 0 0 20 0 15 0 517514044 15514783744 3175682 33554432000 4194304 4196468 140729601892816 140220661389616 140221795768962 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 33 0 0 6293624 6294260 39149568 140729601897455 140729601897626 140729601897626 140729601900495 0
Current children cumulated CPU time: 2058.14 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 12704180 KiB

[startup+681.601 s]
/proc/loadavg: 4.33 3.95 2.83 3/229 25352
/proc/meminfo: memFree=13756152/32770624 swapFree=66986416/67108860
[pid=25121] ppid=25118 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/25121/stat : 25121 (xcsp3-exec) S 25118 25121 21297 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 517514037 115843072 363 33554432000 4194304 5098028 140722124285808 140722124283912 140011164734076 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 16273408 140722124288891 140722124289133 140722124289133 140722124292042 0
/proc/25121/statm: 28282 363 304 221 0 87 0
[pid=25123] ppid=25121 vsize=15151156 memory=12702728 CPUtime=2061.74 cores=0,2,4,6
/proc/25123/stat : 25123 (java) S 25121 25121 21297 0 -1 1077944320 525451 0 0 0 205478 696 0 0 20 0 15 0 517514038 15514783744 3175682 33554432000 4194304 4196468 140729601892816 140729601875360 140221795757815 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 39149568 140729601897455 140729601897626 140729601897626 140729601900495 0
/proc/25123/statm: 3787789 3175682 3502 1 0 3748889 0
[pid=25123/tid=25124] ppid=25121 vsize=15151156 memory=1728 CPUtime=151.57 cores=0,2,4,6
/proc/25123/task/25124/stat : 25124 (java) S 25121 25121 21297 0 -1 1077944384 32384 0 0 0 15111 46 0 0 20 0 15 0 517514038 15514783744 3175682 33554432000 4194304 4196468 140729601892816 140221799995680 140221795768021 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39149568 140729601897455 140729601897626 140729601897626 140729601900495 0
[pid=25123/tid=25125] ppid=25121 vsize=15151156 memory=12702728 CPUtime=459.59 cores=0,2,4,6
/proc/25123/task/25125/stat : 25125 (java) S 25121 25121 21297 0 -1 1077944384 77222 0 0 0 45795 164 0 0 20 0 15 0 517514039 15514783744 3175682 33554432000 4194304 4196468 140729601892816 140221758864144 140221795768021 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39149568 140729601897455 140729601897626 140729601897626 140729601900495 0
[pid=25123/tid=25126] ppid=25121 vsize=15151156 memory=1452 CPUtime=460.04 cores=0,2,4,6
/proc/25123/task/25126/stat : 25126 (java) S 25121 25121 21297 0 -1 1077944384 75973 0 0 0 45857 147 0 0 20 0 15 0 517514039 15514783744 3175682 33554432000 4194304 4196468 140729601892816 140221757811600 140221795768021 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39149568 140729601897455 140729601897626 140729601897626 140729601900495 0
[pid=25123/tid=25127] ppid=25121 vsize=15151156 memory=12702728 CPUtime=459.99 cores=0,2,4,6
/proc/25123/task/25127/stat : 25127 (java) S 25121 25121 21297 0 -1 1077944384 133657 0 0 0 45830 169 0 0 20 0 15 0 517514039 15514783744 3175682 33554432000 4194304 4196468 140729601892816 140221386513424 140221795768021 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39149568 140729601897455 140729601897626 140729601897626 140729601900495 0
[pid=25123/tid=25128] ppid=25121 vsize=15151156 memory=1416 CPUtime=460.62 cores=0,2,4,6
/proc/25123/task/25128/stat : 25128 (java) S 25121 25121 21297 0 -1 1077944384 72685 0 0 0 45914 148 0 0 20 0 15 0 517514039 15514783744 3175682 33554432000 4194304 4196468 140729601892816 140221385460880 140221795768021 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39149568 140729601897455 140729601897626 140729601897626 140729601900495 0
[pid=25123/tid=25129] ppid=25121 vsize=15151156 memory=1728 CPUtime=66.53 cores=0,2,4,6
/proc/25123/task/25129/stat : 25129 (java) R 25121 25121 21297 0 -1 4202560 116443 0 0 0 6642 11 0 0 20 0 15 0 517514040 15514783744 3175682 33554432000 4194304 4196468 140729601892816 140220669809120 140221780754196 0 0 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 39149568 140729601897455 140729601897626 140729601897626 140729601900495 0
[pid=25123/tid=25130] ppid=25121 vsize=15151156 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/25123/task/25130/stat : 25130 (java) S 25121 25121 21297 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 517514041 15514783744 3175682 33554432000 4194304 4196468 140729601892816 140220668756960 140221795768021 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39149568 140729601897455 140729601897626 140729601897626 140729601900495 0
[pid=25123/tid=25131] ppid=25121 vsize=15151156 memory=12702728 CPUtime=0 cores=0,2,4,6
/proc/25123/task/25131/stat : 25131 (java) S 25121 25121 21297 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 15 0 517514041 15514783744 3175682 33554432000 4194304 4196468 140729601892816 140220667704320 140221795768021 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39149568 140729601897455 140729601897626 140729601897626 140729601900495 0
[pid=25123/tid=25132] ppid=25121 vsize=15151156 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/25123/task/25132/stat : 25132 (java) S 25121 25121 21297 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517514043 15514783744 3175682 33554432000 4194304 4196468 140729601892816 140220666652880 140221795776411 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39149568 140729601897455 140729601897626 140729601897626 140729601900495 0
[pid=25123/tid=25133] ppid=25121 vsize=15151156 memory=6791534058613427641 CPUtime=1.14 cores=0,2,4,6
/proc/25123/task/25133/stat : 25133 (java) S 25121 25121 21297 0 -1 1077944384 4414 0 0 0 113 1 0 0 20 0 15 0 517514043 15514783744 3175682 33554432000 4194304 4196468 140729601892816 140220665600256 140221795768021 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 17 0 0 6293624 6294260 39149568 140729601897455 140729601897626 140729601897626 140729601900495 0
[pid=25123/tid=25134] ppid=25121 vsize=15151156 memory=1728 CPUtime=1.07 cores=0,2,4,6
/proc/25123/task/25134/stat : 25134 (java) S 25121 25121 21297 0 -1 1077944384 4568 0 0 0 106 1 0 0 20 0 15 0 517514043 15514783744 3175682 33554432000 4194304 4196468 140729601892816 140220664548000 140221795768021 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 17 0 0 6293624 6294260 39149568 140729601897455 140729601897626 140729601897626 140729601900495 0
[pid=25123/tid=25135] ppid=25121 vsize=15151156 memory=692 CPUtime=0.54 cores=0,2,4,6
/proc/25123/task/25135/stat : 25135 (java) S 25121 25121 21297 0 -1 1077944384 6150 0 0 0 53 1 0 0 20 0 15 0 517514043 15514783744 3175682 33554432000 4194304 4196468 140729601892816 140220663495456 140221795768021 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 30 0 0 6293624 6294260 39149568 140729601897455 140729601897626 140729601897626 140729601900495 0
[pid=25123/tid=25136] ppid=25121 vsize=15151156 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/25123/task/25136/stat : 25136 (java) S 25121 25121 21297 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517514043 15514783744 3175682 33554432000 4194304 4196468 140729601892816 140220662443104 140221795768021 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39149568 140729601897455 140729601897626 140729601897626 140729601900495 0
[pid=25123/tid=25137] ppid=25121 vsize=15151156 memory=12702716 CPUtime=0.57 cores=0,2,4,6
/proc/25123/task/25137/stat : 25137 (java) S 25121 25121 21297 0 -1 1077944384 656 0 0 0 24 33 0 0 20 0 15 0 517514044 15514783744 3175682 33554432000 4194304 4196468 140729601892816 140220661389616 140221795768962 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 33 0 0 6293624 6294260 39149568 140729601897455 140729601897626 140729601897626 140729601900495 0
Current children cumulated CPU time: 2061.74 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 12704180 KiB

[startup+682.001 s]*
/proc/loadavg: 4.33 3.95 2.83 3/229 25352
/proc/meminfo: memFree=13756152/32770624 swapFree=66986416/67108860
[pid=25121] ppid=25118 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/25121/stat : 25121 (xcsp3-exec) S 25118 25121 21297 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 517514037 115843072 363 33554432000 4194304 5098028 140722124285808 140722124283912 140011164734076 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 16273408 140722124288891 140722124289133 140722124289133 140722124292042 0
/proc/25121/statm: 28282 363 304 221 0 87 0
[pid=25123] ppid=25121 vsize=15151156 memory=12702732 CPUtime=2062.15 cores=0,2,4,6
/proc/25123/stat : 25123 (java) S 25121 25121 21297 0 -1 1077944320 525516 0 0 0 205519 696 0 0 20 0 15 0 517514038 15514783744 3175683 33554432000 4194304 4196468 140729601892816 140729601875360 140221795757815 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 39149568 140729601897455 140729601897626 140729601897626 140729601900495 0
/proc/25123/statm: 3787789 3175683 3502 1 0 3748889 0
[pid=25123/tid=25124] ppid=25121 vsize=15151156 memory=8317482817917895235 CPUtime=151.57 cores=0,2,4,6
/proc/25123/task/25124/stat : 25124 (java) S 25121 25121 21297 0 -1 1077944384 32384 0 0 0 15111 46 0 0 20 0 15 0 517514038 15514783744 3175683 33554432000 4194304 4196468 140729601892816 140221799995680 140221795768021 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39149568 140729601897455 140729601897626 140729601897626 140729601900495 0
[pid=25123/tid=25125] ppid=25121 vsize=15151156 memory=14012 CPUtime=459.59 cores=0,2,4,6
/proc/25123/task/25125/stat : 25125 (java) S 25121 25121 21297 0 -1 1077944384 77222 0 0 0 45795 164 0 0 20 0 15 0 517514039 15514783744 3175683 33554432000 4194304 4196468 140729601892816 140221758864144 140221795768021 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39149568 140729601897455 140729601897626 140729601897626 140729601900495 0
[pid=25123/tid=25126] ppid=25121 vsize=15151156 memory=14048 CPUtime=460.04 cores=0,2,4,6
/proc/25123/task/25126/stat : 25126 (java) S 25121 25121 21297 0 -1 1077944384 75973 0 0 0 45857 147 0 0 20 0 15 0 517514039 15514783744 3175683 33554432000 4194304 4196468 140729601892816 140221757811600 140221795768021 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39149568 140729601897455 140729601897626 140729601897626 140729601900495 0
[pid=25123/tid=25127] ppid=25121 vsize=15151156 memory=35936 CPUtime=459.99 cores=0,2,4,6
/proc/25123/task/25127/stat : 25127 (java) S 25121 25121 21297 0 -1 1077944384 133657 0 0 0 45830 169 0 0 20 0 15 0 517514039 15514783744 3175683 33554432000 4194304 4196468 140729601892816 140221386513424 140221795768021 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39149568 140729601897455 140729601897626 140729601897626 140729601900495 0
[pid=25123/tid=25128] ppid=25121 vsize=15151156 memory=2600 CPUtime=460.62 cores=0,2,4,6
/proc/25123/task/25128/stat : 25128 (java) S 25121 25121 21297 0 -1 1077944384 72685 0 0 0 45914 148 0 0 20 0 15 0 517514039 15514783744 3175683 33554432000 4194304 4196468 140729601892816 140221385460880 140221795768021 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39149568 140729601897455 140729601897626 140729601897626 140729601900495 0
[pid=25123/tid=25129] ppid=25121 vsize=15151156 memory=2852 CPUtime=66.94 cores=0,2,4,6
/proc/25123/task/25129/stat : 25129 (java) R 25121 25121 21297 0 -1 4202560 116508 0 0 0 6683 11 0 0 20 0 15 0 517514040 15514783744 3175683 33554432000 4194304 4196468 140729601892816 140220669809120 140221780754167 0 0 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 39149568 140729601897455 140729601897626 140729601897626 140729601900495 0
[pid=25123/tid=25130] ppid=25121 vsize=15151156 memory=4104 CPUtime=0 cores=0,2,4,6
/proc/25123/task/25130/stat : 25130 (java) S 25121 25121 21297 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 517514041 15514783744 3175683 33554432000 4194304 4196468 140729601892816 140220668756960 140221795768021 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39149568 140729601897455 140729601897626 140729601897626 140729601900495 0
[pid=25123/tid=25131] ppid=25121 vsize=15151156 memory=1412 CPUtime=0 cores=0,2,4,6
/proc/25123/task/25131/stat : 25131 (java) S 25121 25121 21297 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 15 0 517514041 15514783744 3175683 33554432000 4194304 4196468 140729601892816 140220667704320 140221795768021 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39149568 140729601897455 140729601897626 140729601897626 140729601900495 0
[pid=25123/tid=25132] ppid=25121 vsize=15151156 memory=3200 CPUtime=0 cores=0,2,4,6
/proc/25123/task/25132/stat : 25132 (java) S 25121 25121 21297 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517514043 15514783744 3175683 33554432000 4194304 4196468 140729601892816 140220666652880 140221795776411 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39149568 140729601897455 140729601897626 140729601897626 140729601900495 0
[pid=25123/tid=25133] ppid=25121 vsize=15151156 memory=1452 CPUtime=1.14 cores=0,2,4,6
/proc/25123/task/25133/stat : 25133 (java) S 25121 25121 21297 0 -1 1077944384 4414 0 0 0 113 1 0 0 20 0 15 0 517514043 15514783744 3175683 33554432000 4194304 4196468 140729601892816 140220665600256 140221795768021 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 17 0 0 6293624 6294260 39149568 140729601897455 140729601897626 140729601897626 140729601900495 0
[pid=25123/tid=25134] ppid=25121 vsize=15151156 memory=12702728 CPUtime=1.07 cores=0,2,4,6
/proc/25123/task/25134/stat : 25134 (java) S 25121 25121 21297 0 -1 1077944384 4568 0 0 0 106 1 0 0 20 0 15 0 517514043 15514783744 3175683 33554432000 4194304 4196468 140729601892816 140220664548000 140221795768021 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 17 0 0 6293624 6294260 39149568 140729601897455 140729601897626 140729601897626 140729601900495 0
[pid=25123/tid=25135] ppid=25121 vsize=15151156 memory=1412 CPUtime=0.54 cores=0,2,4,6
/proc/25123/task/25135/stat : 25135 (java) S 25121 25121 21297 0 -1 1077944384 6150 0 0 0 53 1 0 0 20 0 15 0 517514043 15514783744 3175683 33554432000 4194304 4196468 140729601892816 140220663495456 140221795768021 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 30 0 0 6293624 6294260 39149568 140729601897455 140729601897626 140729601897626 140729601900495 0
[pid=25123/tid=25136] ppid=25121 vsize=15151156 memory=3128 CPUtime=0 cores=0,2,4,6
/proc/25123/task/25136/stat : 25136 (java) S 25121 25121 21297 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517514043 15514783744 3175683 33554432000 4194304 4196468 140729601892816 140220662443104 140221795768021 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39149568 140729601897455 140729601897626 140729601897626 140729601900495 0
[pid=25123/tid=25137] ppid=25121 vsize=15151156 memory=1452 CPUtime=0.57 cores=0,2,4,6
/proc/25123/task/25137/stat : 25137 (java) S 25121 25121 21297 0 -1 1077944384 656 0 0 0 24 33 0 0 20 0 15 0 517514044 15514783744 3175683 33554432000 4194304 4196468 140729601892816 140220661389616 140221795768962 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 33 0 0 6293624 6294260 39149568 140729601897455 140729601897626 140729601897626 140729601900495 0
Current children cumulated CPU time: 2062.15 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 12704184 KiB

[startup+682.401 s]
/proc/loadavg: 4.33 3.95 2.83 3/229 25352
/proc/meminfo: memFree=13756152/32770624 swapFree=66986416/67108860
[pid=25121] ppid=25118 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/25121/stat : 25121 (xcsp3-exec) S 25118 25121 21297 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 517514037 115843072 363 33554432000 4194304 5098028 140722124285808 140722124283912 140011164734076 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 16273408 140722124288891 140722124289133 140722124289133 140722124292042 0
/proc/25121/statm: 28282 363 304 221 0 87 0
[pid=25123] ppid=25121 vsize=15151156 memory=12702732 CPUtime=2062.54 cores=0,2,4,6
/proc/25123/stat : 25123 (java) S 25121 25121 21297 0 -1 1077944320 525516 0 0 0 205558 696 0 0 20 0 15 0 517514038 15514783744 3175683 33554432000 4194304 4196468 140729601892816 140729601875360 140221795757815 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 39149568 140729601897455 140729601897626 140729601897626 140729601900495 0
/proc/25123/statm: 3787789 3175683 3502 1 0 3748889 0
[pid=25123/tid=25124] ppid=25121 vsize=15151156 memory=12702728 CPUtime=151.57 cores=0,2,4,6
/proc/25123/task/25124/stat : 25124 (java) S 25121 25121 21297 0 -1 1077944384 32384 0 0 0 15111 46 0 0 20 0 15 0 517514038 15514783744 3175683 33554432000 4194304 4196468 140729601892816 140221799995680 140221795768021 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39149568 140729601897455 140729601897626 140729601897626 140729601900495 0
[pid=25123/tid=25125] ppid=25121 vsize=15151156 memory=6791534058613427641 CPUtime=459.59 cores=0,2,4,6
/proc/25123/task/25125/stat : 25125 (java) S 25121 25121 21297 0 -1 1077944384 77222 0 0 0 45795 164 0 0 20 0 15 0 517514039 15514783744 3175683 33554432000 4194304 4196468 140729601892816 140221758864144 140221795768021 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39149568 140729601897455 140729601897626 140729601897626 140729601900495 0
[pid=25123/tid=25126] ppid=25121 vsize=15151156 memory=12702728 CPUtime=460.04 cores=0,2,4,6
/proc/25123/task/25126/stat : 25126 (java) S 25121 25121 21297 0 -1 1077944384 75973 0 0 0 45857 147 0 0 20 0 15 0 517514039 15514783744 3175683 33554432000 4194304 4196468 140729601892816 140221757811600 140221795768021 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39149568 140729601897455 140729601897626 140729601897626 140729601900495 0
[pid=25123/tid=25127] ppid=25121 vsize=15151156 memory=12702728 CPUtime=459.99 cores=0,2,4,6
/proc/25123/task/25127/stat : 25127 (java) S 25121 25121 21297 0 -1 1077944384 133657 0 0 0 45830 169 0 0 20 0 15 0 517514039 15514783744 3175683 33554432000 4194304 4196468 140729601892816 140221386513424 140221795768021 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39149568 140729601897455 140729601897626 140729601897626 140729601900495 0
[pid=25123/tid=25128] ppid=25121 vsize=15151156 memory=12702728 CPUtime=460.62 cores=0,2,4,6
/proc/25123/task/25128/stat : 25128 (java) S 25121 25121 21297 0 -1 1077944384 72685 0 0 0 45914 148 0 0 20 0 15 0 517514039 15514783744 3175683 33554432000 4194304 4196468 140729601892816 140221385460880 140221795768021 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39149568 140729601897455 140729601897626 140729601897626 140729601900495 0
[pid=25123/tid=25129] ppid=25121 vsize=15151156 memory=4516 CPUtime=67.33 cores=0,2,4,6
/proc/25123/task/25129/stat : 25129 (java) R 25121 25121 21297 0 -1 4202560 116508 0 0 0 6722 11 0 0 20 0 15 0 517514040 15514783744 3175683 33554432000 4194304 4196468 140729601892816 140220669809120 140221774127995 0 0 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 39149568 140729601897455 140729601897626 140729601897626 140729601900495 0
[pid=25123/tid=25130] ppid=25121 vsize=15151156 memory=6724 CPUtime=0 cores=0,2,4,6
/proc/25123/task/25130/stat : 25130 (java) S 25121 25121 21297 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 517514041 15514783744 3175683 33554432000 4194304 4196468 140729601892816 140220668756960 140221795768021 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39149568 140729601897455 140729601897626 140729601897626 140729601900495 0
[pid=25123/tid=25131] ppid=25121 vsize=15151156 memory=6791534058613427641 CPUtime=0 cores=0,2,4,6
/proc/25123/task/25131/stat : 25131 (java) S 25121 25121 21297 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 15 0 517514041 15514783744 3175683 33554432000 4194304 4196468 140729601892816 140220667704320 140221795768021 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39149568 140729601897455 140729601897626 140729601897626 140729601900495 0
[pid=25123/tid=25132] ppid=25121 vsize=15151156 memory=12702728 CPUtime=0 cores=0,2,4,6
/proc/25123/task/25132/stat : 25132 (java) S 25121 25121 21297 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517514043 15514783744 3175683 33554432000 4194304 4196468 140729601892816 140220666652880 140221795776411 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39149568 140729601897455 140729601897626 140729601897626 140729601900495 0
[pid=25123/tid=25133] ppid=25121 vsize=15151156 memory=14048 CPUtime=1.14 cores=0,2,4,6
/proc/25123/task/25133/stat : 25133 (java) S 25121 25121 21297 0 -1 1077944384 4414 0 0 0 113 1 0 0 20 0 15 0 517514043 15514783744 3175683 33554432000 4194304 4196468 140729601892816 140220665600256 140221795768021 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 17 0 0 6293624 6294260 39149568 140729601897455 140729601897626 140729601897626 140729601900495 0
[pid=25123/tid=25134] ppid=25121 vsize=15151156 memory=35936 CPUtime=1.07 cores=0,2,4,6
/proc/25123/task/25134/stat : 25134 (java) S 25121 25121 21297 0 -1 1077944384 4568 0 0 0 106 1 0 0 20 0 15 0 517514043 15514783744 3175683 33554432000 4194304 4196468 140729601892816 140220664548000 140221795768021 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 17 0 0 6293624 6294260 39149568 140729601897455 140729601897626 140729601897626 140729601900495 0
[pid=25123/tid=25135] ppid=25121 vsize=15151156 memory=1452 CPUtime=0.54 cores=0,2,4,6
/proc/25123/task/25135/stat : 25135 (java) S 25121 25121 21297 0 -1 1077944384 6150 0 0 0 53 1 0 0 20 0 15 0 517514043 15514783744 3175683 33554432000 4194304 4196468 140729601892816 140220663495456 140221795768021 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 30 0 0 6293624 6294260 39149568 140729601897455 140729601897626 140729601897626 140729601900495 0
[pid=25123/tid=25136] ppid=25121 vsize=15151156 memory=12702728 CPUtime=0 cores=0,2,4,6
/proc/25123/task/25136/stat : 25136 (java) S 25121 25121 21297 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517514043 15514783744 3175683 33554432000 4194304 4196468 140729601892816 140220662443104 140221795768021 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39149568 140729601897455 140729601897626 140729601897626 140729601900495 0
[pid=25123/tid=25137] ppid=25121 vsize=15151156 memory=3616 CPUtime=0.57 cores=0,2,4,6
/proc/25123/task/25137/stat : 25137 (java) S 25121 25121 21297 0 -1 1077944384 656 0 0 0 24 33 0 0 20 0 15 0 517514044 15514783744 3175683 33554432000 4194304 4196468 140729601892816 140220661389616 140221795768962 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 33 0 0 6293624 6294260 39149568 140729601897455 140729601897626 140729601897626 140729601900495 0
Current children cumulated CPU time: 2062.54 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 12704184 KiB

[startup+682.501 s]
/proc/loadavg: 4.33 3.95 2.83 3/229 25352
/proc/meminfo: memFree=13756152/32770624 swapFree=66986416/67108860
[pid=25121] ppid=25118 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/25121/stat : 25121 (xcsp3-exec) S 25118 25121 21297 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 517514037 115843072 363 33554432000 4194304 5098028 140722124285808 140722124283912 140011164734076 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 16273408 140722124288891 140722124289133 140722124289133 140722124292042 0
/proc/25121/statm: 28282 363 304 221 0 87 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 113128 KiB
Current children cumulated memory: 1452 KiB

Child status: 1
Real time (s): 682.51
CPU time (s): 2062.67
CPU user time (s): 2055.65
CPU system time (s): 7.02585
CPU usage (%): 302.219
Max. virtual memory (cumulated for all children) (KiB): 15264284
Max. memory (cumulated for all children) (KiB): 12704184

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2055.65
system time used= 7.02585
maximum resident set size= 12703068
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 526297
page faults= 0
swaps= 0
block input operations= 0
block output operations= 896
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 27770
involuntary context switches= 17643


# summary of solver processes directly reported to runsolver:
#   pid: 25121
#   total CPU time (s): 2062.67
#   total CPU user time (s): 2055.65
#   total CPU system time (s): 7.02585

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.44157 second user time and 7.0891 second system time

The end

Launcher Data

Begin job on node104 at 2019-09-25 12:45:51
IDJOB=4405881
IDBENCH=138477
IDSOLVER=2869
FILE ID=node104/4405881-1569412575
RUNJOBID= node104-1569392447-21328
PBS_JOBID= 21705699
Free space on /tmp= 9808 MiB

SOLVER NAME= choco-solver 2019-09-24
BENCH NAME= XCSP17/SuperSolutions/SuperSolutions-Taillard-js15/SuperTaillard-js-15-08.xml
COMMAND LINE= xcsp3-exec -dir DIR -tl TIMEOUT -p 1 -ml 12000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4405881-1569412575/watcher-4405881-1569412575 -o /tmp/evaluation-result-4405881-1569412575/solver-4405881-1569412575 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node104-1569392447-21328 --watchdog 2580  xcsp3-exec -dir HOME -tl 2520 -p 1 -ml 12000 -tdir HOME -seed 853557945 HOME/instance-4405881-1569412575.xml

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

MD5SUM BENCH= 79bafde88fa7f495a04ad4879b5697b3
RANDOM SEED=853557945

node104.alineos.net Linux 3.10.0-514.16.1.el7.x86_64 #1 SMP Wed Apr 12 15:04:24 UTC 2017

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5334.09
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5334.09
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5334.09
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5334.09
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:        26486440 kB
MemAvailable:   31636828 kB
Buffers:          128824 kB
Cached:          5113100 kB
SwapCached:        22624 kB
Active:          3410692 kB
Inactive:        2040604 kB
Active(anon):     187408 kB
Inactive(anon):    80124 kB
Active(file):    3223284 kB
Inactive(file):  1960480 kB
Unevictable:      109660 kB
Mlocked:          109660 kB
SwapTotal:      67108860 kB
SwapFree:       66986416 kB
Dirty:             26452 kB
Writeback:             0 kB
AnonPages:        386232 kB
Mapped:            71572 kB
Shmem:             49048 kB
Slab:             425028 kB
SReclaimable:     395084 kB
SUnreclaim:        29944 kB
KernelStack:        4032 kB
PageTables:         6632 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1385228 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    327680 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      124288 kB
DirectMap2M:    33421312 kB

Free space on /tmp at the end= 9784 MiB
End job on node104 at 2019-09-25 12:57:13