Trace number 4292230

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 NameAnswerobjective functionCPU timeWall clock time
Choco-solver 4.0.7 seq (493a269)? 224.357 186.59

General information on the benchmark

NameCrosswordDesign/
CrosswordDesign-08-4-rom_c18.xml
MD5SUMd2036c1580b702d26a2ba71e1295e02d
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark70
Best CPU time to get the best result obtained on this benchmark2520.2
Satisfiable
(Un)Satisfiability was proved
Number of variables256
Number of constraints64
Number of domains5
Minimum domain size2
Maximum domain size62899
Distribution of domain sizes[{"size":2,"count":16},{"size":9,"count":112},{"size":27,"count":64},{"size":62899,"count":64}]
Minimum variable degree1
Maximum variable degree8
Distribution of variable degrees[{"degree":1,"count":80},{"degree":2,"count":112},{"degree":8,"count":64}]
Minimum constraint arity11
Maximum constraint arity12
Distribution of constraint arities[{"arity":11,"count":16},{"arity":12,"count":48}]
Number of extensional constraints64
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":64}]
Optimization problemYES
Type of objectivemax SUM

Solver Data

0.00/0.00	c java -server -Xmx11000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4292230-1532333858.xml"  -tl '2400s' -p 1 -x 0
0.12/0.17	c Choco 493a269
0.12/0.18	c [HOME/instance-4292230-1532333858.xml, -tl, 2400s, -p, 1, -x, 0]
0.12/0.21	c simple solver
0.34/0.28	c parse instance...
217.46/184.75	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
217.46/184.75		at org.chocosolver.solver.constraints.extension.nary.PropCompactTableStar.computeSupports(PropCompactTableStar.java:80)
217.46/184.75		at org.chocosolver.solver.constraints.extension.nary.PropCompactTable.<init>(PropCompactTable.java:61)
217.46/184.75		at org.chocosolver.solver.constraints.extension.nary.PropCompactTableStar.<init>(PropCompactTableStar.java:45)
224.26/186.50		at org.chocosolver.solver.constraints.IIntConstraintFactory.table(IIntConstraintFactory.java:2012)
224.26/186.50		at org.chocosolver.solver.constraints.IIntConstraintFactory.table(IIntConstraintFactory.java:1970)
224.26/186.50		at org.chocosolver.parser.xcsp.XCSPParser.buildCtrExtension(XCSPParser.java:315)
224.26/186.50		at org.xcsp.parser.loaders.CtrLoaderInteger.extension(CtrLoaderInteger.java:306)
224.26/186.50		at org.xcsp.parser.loaders.CtrLoaderInteger.load(CtrLoaderInteger.java:167)
224.26/186.50		at org.xcsp.parser.XCallbacks.loadCtr(XCallbacks.java:527)
224.26/186.50		at org.xcsp.parser.XCallbacks.lambda$loadCtrs$3(XCallbacks.java:510)
224.26/186.50		at org.xcsp.parser.XCallbacks$$Lambda$98/1613255205.accept(Unknown Source)
224.26/186.50		at java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
224.26/186.50		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:580)
224.26/186.50		at org.xcsp.parser.XCallbacks.loadCtrs(XCallbacks.java:507)
224.26/186.50		at org.chocosolver.parser.xcsp.XCSPParser.loadGroup(XCSPParser.java:1414)
224.26/186.50		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:422)
224.26/186.50		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:407)
224.26/186.50		at org.xcsp.parser.XCallbacks.loadInstance(XCallbacks.java:297)
224.26/186.50		at org.xcsp.parser.XCallbacks.loadInstance(XCallbacks.java:320)
224.26/186.50		at org.chocosolver.parser.xcsp.XCSPParser.model(XCSPParser.java:88)
224.26/186.50		at org.chocosolver.parser.xcsp.XCSP.parse(XCSP.java:107)
224.26/186.50		at org.chocosolver.parser.xcsp.XCSP.buildModel(XCSP.java:94)
224.26/186.50		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:23)
224.26/186.50	s UNKNOWN
224.26/186.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 (11518 MiB free)
  memory of node 1: 16384 MiB (13745 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4292230-1532333858/watcher-4292230-1532333858 -o /tmp/evaluation-result-4292230-1532333858/solver-4292230-1532333858 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node134-1532328652-14414 --watchdog 2560 HOME/xcsp3-exec -seed 806870264 -dir HOME -tl 2400 -ml 11000 -p 1 HOME/instance-4292230-1532333858.xml 

running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2500 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=15313, runsolver pid=15310
Current StackSize limit: 8192 KiB


[startup+0.100396 s]*
/proc/loadavg: 2.09 2.07 2.04 3/221 15329
/proc/meminfo: memFree=25853152/32770624 swapFree=67108860/67108860
[pid=15313] ppid=15310 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/15313/stat : 15313 (xcsp3-exec) S 15310 15313 14382 0 -1 4202496 535 0 0 0 0 0 0 0 20 0 1 0 50948993 115843072 363 33554432000 4194304 5098028 140734451830112 140734451828216 140118988169852 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 36265984 140734451835963 140734451836164 140734451836164 140734451838922 0
/proc/15313/statm: 28282 363 305 221 0 87 0
[pid=15315] ppid=15313 vsize=14082840 memory=28524 CPUtime=0.12 cores=1,3,5,7
/proc/15315/stat : 15315 (java) S 15313 15313 14382 0 -1 1077944320 5461 0 0 0 11 1 0 0 20 0 15 0 50948993 14420828160 7131 33554432000 4194304 4196468 140721948578432 140721948560976 139916482694903 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 17465344 140721948583041 140721948583217 140721948583217 140721948585935 0
/proc/15315/statm: 3520710 7131 3012 1 0 3483008 0
[pid=15315/tid=15316] ppid=15313 vsize=14082840 memory=-6962121287837372198 CPUtime=0.09 cores=1,3,5,7
/proc/15315/task/15316/stat : 15316 (java) R 15313 15313 14382 0 -1 4202560 3483 0 0 0 8 1 0 0 20 0 15 0 50948993 14420828160 7131 33554432000 4194304 4196468 140721948578432 139916486928176 139916466775390 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 17465344 140721948583041 140721948583217 140721948583217 140721948585935 0
[pid=15315/tid=15317] ppid=15313 vsize=14082840 memory=-3689349214911541841 CPUtime=0 cores=1,3,5,7
/proc/15315/task/15317/stat : 15317 (java) S 15313 15313 14382 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 50948994 14420828160 7131 33554432000 4194304 4196468 140721948578432 139916412783376 139916482705109 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17465344 140721948583041 140721948583217 140721948583217 140721948585935 0
[pid=15315/tid=15318] ppid=15313 vsize=14082840 memory=140279326033536 CPUtime=0 cores=1,3,5,7
/proc/15315/task/15318/stat : 15318 (java) S 15313 15313 14382 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 50948994 14420828160 7131 33554432000 4194304 4196468 140721948578432 139916077611920 139916482705109 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17465344 140721948583041 140721948583217 140721948583217 140721948585935 0
[pid=15315/tid=15319] ppid=15313 vsize=14082840 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15315/task/15319/stat : 15319 (java) S 15313 15313 14382 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 50948994 14420828160 7131 33554432000 4194304 4196468 140721948578432 139916076559376 139916482705109 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17465344 140721948583041 140721948583217 140721948583217 140721948585935 0
[pid=15315/tid=15320] ppid=15313 vsize=14082840 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/15315/task/15320/stat : 15320 (java) S 15313 15313 14382 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 50948994 14420828160 7131 33554432000 4194304 4196468 140721948578432 139916075506832 139916482705109 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17465344 140721948583041 140721948583217 140721948583217 140721948585935 0
[pid=15315/tid=15321] ppid=15313 vsize=14082840 memory=140279326033536 CPUtime=0 cores=1,3,5,7
/proc/15315/task/15321/stat : 15321 (java) S 15313 15313 14382 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 50948996 14420828160 7131 33554432000 4194304 4196468 140721948578432 139915596482544 139916482706050 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17465344 140721948583041 140721948583217 140721948583217 140721948585935 0
[pid=15315/tid=15322] ppid=15313 vsize=14082840 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/15315/task/15322/stat : 15322 (java) S 15313 15313 14382 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 50948996 14420828160 7131 33554432000 4194304 4196468 140721948578432 139915595428768 139916482705109 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17465344 140721948583041 140721948583217 140721948583217 140721948585935 0
[pid=15315/tid=15323] ppid=15313 vsize=14082840 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15315/task/15323/stat : 15323 (java) S 15313 15313 14382 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 50948996 14420828160 7131 33554432000 4194304 4196468 140721948578432 139915594376176 139916482705109 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17465344 140721948583041 140721948583217 140721948583217 140721948585935 0
[pid=15315/tid=15324] ppid=15313 vsize=14082840 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15315/task/15324/stat : 15324 (java) S 15313 15313 14382 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 50948999 14420828160 7131 33554432000 4194304 4196468 140721948578432 139915593324752 139916482713499 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17465344 140721948583041 140721948583217 140721948583217 140721948585935 0
[pid=15315/tid=15325] ppid=15313 vsize=14082840 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15315/task/15325/stat : 15325 (java) S 15313 15313 14382 0 -1 1077944384 414 0 0 0 0 0 0 0 20 0 15 0 50948999 14420828160 7131 33554432000 4194304 4196468 140721948578432 139915592272368 139916482706050 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17465344 140721948583041 140721948583217 140721948583217 140721948585935 0
[pid=15315/tid=15326] ppid=15313 vsize=14082840 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/15315/task/15326/stat : 15326 (java) S 15313 15313 14382 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 50948999 14420828160 7131 33554432000 4194304 4196468 140721948578432 139915591219824 139916482706050 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17465344 140721948583041 140721948583217 140721948583217 140721948585935 0
[pid=15315/tid=15327] ppid=15313 vsize=14082840 memory=140279326033536 CPUtime=0.01 cores=1,3,5,7
/proc/15315/task/15327/stat : 15327 (java) R 15313 15313 14382 0 -1 4202560 263 0 0 0 1 0 0 0 20 0 15 0 50948999 14420828160 7131 33554432000 4194304 4196468 140721948578432 139915590164816 139916482716250 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 17465344 140721948583041 140721948583217 140721948583217 140721948585935 0
[pid=15315/tid=15328] ppid=15313 vsize=14082840 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/15315/task/15328/stat : 15328 (java) S 15313 15313 14382 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 50948999 14420828160 7131 33554432000 4194304 4196468 140721948578432 139915589114976 139916482705109 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17465344 140721948583041 140721948583217 140721948583217 140721948585935 0
[pid=15315/tid=15329] ppid=15313 vsize=14082840 memory=140279326033536 CPUtime=0 cores=1,3,5,7
/proc/15315/task/15329/stat : 15329 (java) S 15313 15313 14382 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 50948999 14420828160 7131 33554432000 4194304 4196468 140721948578432 139915588061488 139916482706050 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17465344 140721948583041 140721948583217 140721948583217 140721948585935 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 14195968 KiB
Current children cumulated memory: 29976 KiB

[startup+0.210826 s]*
/proc/loadavg: 2.09 2.07 2.04 3/221 15329
/proc/meminfo: memFree=25841476/32770624 swapFree=67108860/67108860
[pid=15313] ppid=15310 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/15313/stat : 15313 (xcsp3-exec) S 15310 15313 14382 0 -1 4202496 535 0 0 0 0 0 0 0 20 0 1 0 50948993 115843072 363 33554432000 4194304 5098028 140734451830112 140734451828216 140118988169852 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 36265984 140734451835963 140734451836164 140734451836164 140734451838922 0
/proc/15313/statm: 28282 363 305 221 0 87 0
[pid=15315] ppid=15313 vsize=14082840 memory=40240 CPUtime=0.34 cores=1,3,5,7
/proc/15315/stat : 15315 (java) S 15313 15313 14382 0 -1 1077944320 8172 0 0 0 31 3 0 0 20 0 15 0 50948993 14420828160 10060 33554432000 4194304 4196468 140721948578432 140721948560976 139916482694903 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 17465344 140721948583041 140721948583217 140721948583217 140721948585935 0
/proc/15315/statm: 3520710 10060 3161 1 0 3483008 0
[pid=15315/tid=15316] ppid=15313 vsize=14082840 memory=7883960649037381690 CPUtime=0.2 cores=1,3,5,7
/proc/15315/task/15316/stat : 15316 (java) R 15313 15313 14382 0 -1 4202560 5395 0 0 0 18 2 0 0 20 0 15 0 50948993 14420828160 10060 33554432000 4194304 4196468 140721948578432 139916486929888 139916482716829 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 17465344 140721948583041 140721948583217 140721948583217 140721948585935 0
[pid=15315/tid=15317] ppid=15313 vsize=14082840 memory=13660 CPUtime=0 cores=1,3,5,7
/proc/15315/task/15317/stat : 15317 (java) S 15313 15313 14382 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 50948994 14420828160 10060 33554432000 4194304 4196468 140721948578432 139916412783376 139916482705109 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17465344 140721948583041 140721948583217 140721948583217 140721948585935 0
[pid=15315/tid=15318] ppid=15313 vsize=14082840 memory=140279326048636 CPUtime=0 cores=1,3,5,7
/proc/15315/task/15318/stat : 15318 (java) S 15313 15313 14382 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 50948994 14420828160 10060 33554432000 4194304 4196468 140721948578432 139916077611920 139916482705109 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17465344 140721948583041 140721948583217 140721948583217 140721948585935 0
[pid=15315/tid=15319] ppid=15313 vsize=14082840 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15315/task/15319/stat : 15319 (java) S 15313 15313 14382 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 50948994 14420828160 10060 33554432000 4194304 4196468 140721948578432 139916076559376 139916482705109 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17465344 140721948583041 140721948583217 140721948583217 140721948585935 0
[pid=15315/tid=15320] ppid=15313 vsize=14082840 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/15315/task/15320/stat : 15320 (java) S 15313 15313 14382 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 50948994 14420828160 10060 33554432000 4194304 4196468 140721948578432 139916075506832 139916482705109 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17465344 140721948583041 140721948583217 140721948583217 140721948585935 0
[pid=15315/tid=15321] ppid=15313 vsize=14082840 memory=140279326033536 CPUtime=0 cores=1,3,5,7
/proc/15315/task/15321/stat : 15321 (java) S 15313 15313 14382 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 50948996 14420828160 10060 33554432000 4194304 4196468 140721948578432 139915596482544 139916482706050 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17465344 140721948583041 140721948583217 140721948583217 140721948585935 0
[pid=15315/tid=15322] ppid=15313 vsize=14082840 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/15315/task/15322/stat : 15322 (java) S 15313 15313 14382 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 50948996 14420828160 10060 33554432000 4194304 4196468 140721948578432 139915595428768 139916482705109 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17465344 140721948583041 140721948583217 140721948583217 140721948585935 0
[pid=15315/tid=15323] ppid=15313 vsize=14082840 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15315/task/15323/stat : 15323 (java) S 15313 15313 14382 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 50948996 14420828160 10060 33554432000 4194304 4196468 140721948578432 139915594376176 139916482705109 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17465344 140721948583041 140721948583217 140721948583217 140721948585935 0
[pid=15315/tid=15324] ppid=15313 vsize=14082840 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15315/task/15324/stat : 15324 (java) S 15313 15313 14382 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 50948999 14420828160 10060 33554432000 4194304 4196468 140721948578432 139915593324752 139916482713499 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17465344 140721948583041 140721948583217 140721948583217 140721948585935 0
[pid=15315/tid=15325] ppid=15313 vsize=14082840 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/15315/task/15325/stat : 15325 (java) S 15313 15313 14382 0 -1 1077944384 524 0 0 0 2 0 0 0 20 0 15 0 50948999 14420828160 10060 33554432000 4194304 4196468 140721948578432 139915592272368 139916482706050 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17465344 140721948583041 140721948583217 140721948583217 140721948585935 0
[pid=15315/tid=15326] ppid=15313 vsize=14082840 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/15315/task/15326/stat : 15326 (java) S 15313 15313 14382 0 -1 1077944384 164 0 0 0 2 0 0 0 20 0 15 0 50948999 14420828160 10060 33554432000 4194304 4196468 140721948578432 139915591219824 139916482706050 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17465344 140721948583041 140721948583217 140721948583217 140721948585935 0
[pid=15315/tid=15327] ppid=15313 vsize=14082840 memory=140279326033536 CPUtime=0.07 cores=1,3,5,7
/proc/15315/task/15327/stat : 15327 (java) S 15313 15313 14382 0 -1 1077944384 787 0 0 0 7 0 0 0 20 0 15 0 50948999 14420828160 10060 33554432000 4194304 4196468 140721948578432 139915590167280 139916482706050 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17465344 140721948583041 140721948583217 140721948583217 140721948585935 0
[pid=15315/tid=15328] ppid=15313 vsize=14082840 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/15315/task/15328/stat : 15328 (java) S 15313 15313 14382 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 50948999 14420828160 10060 33554432000 4194304 4196468 140721948578432 139915589114976 139916482705109 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17465344 140721948583041 140721948583217 140721948583217 140721948585935 0
[pid=15315/tid=15329] ppid=15313 vsize=14082840 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15315/task/15329/stat : 15329 (java) S 15313 15313 14382 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 50948999 14420828160 10060 33554432000 4194304 4196468 140721948578432 139915588061488 139916482706050 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17465344 140721948583041 140721948583217 140721948583217 140721948585935 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 14195968 KiB
Current children cumulated memory: 41692 KiB

[startup+0.310805 s]*
/proc/loadavg: 2.09 2.07 2.04 3/221 15329
/proc/meminfo: memFree=25834776/32770624 swapFree=67108860/67108860
[pid=15313] ppid=15310 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/15313/stat : 15313 (xcsp3-exec) S 15310 15313 14382 0 -1 4202496 535 0 0 0 0 0 0 0 20 0 1 0 50948993 115843072 363 33554432000 4194304 5098028 140734451830112 140734451828216 140118988169852 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 36265984 140734451835963 140734451836164 140734451836164 140734451838922 0
/proc/15313/statm: 28282 363 305 221 0 87 0
[pid=15315] ppid=15313 vsize=14087096 memory=47776 CPUtime=0.5 cores=1,3,5,7
/proc/15315/stat : 15315 (java) S 15313 15313 14382 0 -1 1077944320 9058 0 0 0 47 3 0 0 20 0 15 0 50948993 14425186304 11944 33554432000 4194304 4196468 140721948578432 140721948560976 139916482694903 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 17465344 140721948583041 140721948583217 140721948583217 140721948585935 0
/proc/15315/statm: 3521774 11944 3229 1 0 3483008 0
[pid=15315/tid=15316] ppid=15313 vsize=14087096 memory=6791534058613427641 CPUtime=0.3 cores=1,3,5,7
/proc/15315/task/15316/stat : 15316 (java) R 15313 15313 14382 0 -1 4202560 6115 0 0 0 27 3 0 0 20 0 15 0 50948993 14425186304 11944 33554432000 4194304 4196468 140721948578432 139916486928688 139916466775390 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 17465344 140721948583041 140721948583217 140721948583217 140721948585935 0
[pid=15315/tid=15317] ppid=15313 vsize=14087096 memory=4126316290023845779 CPUtime=0 cores=1,3,5,7
/proc/15315/task/15317/stat : 15317 (java) S 15313 15313 14382 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 50948994 14425186304 11944 33554432000 4194304 4196468 140721948578432 139916412783376 139916482705109 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17465344 140721948583041 140721948583217 140721948583217 140721948585935 0
[pid=15315/tid=15318] ppid=15313 vsize=14087096 memory=6944656575208382560 CPUtime=0 cores=1,3,5,7
/proc/15315/task/15318/stat : 15318 (java) S 15313 15313 14382 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 50948994 14425186304 11953 33554432000 4194304 4196468 140721948578432 139916077611920 139916482705109 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17465344 140721948583041 140721948583217 140721948583217 140721948585935 0
[pid=15315/tid=15319] ppid=15313 vsize=14087096 memory=-3258418265892434876 CPUtime=0 cores=1,3,5,7
/proc/15315/task/15319/stat : 15319 (java) S 15313 15313 14382 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 50948994 14425186304 11953 33554432000 4194304 4196468 140721948578432 139916076559376 139916482705109 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17465344 140721948583041 140721948583217 140721948583217 140721948585935 0
[pid=15315/tid=15320] ppid=15313 vsize=14087096 memory=4572146066226452084 CPUtime=0 cores=1,3,5,7
/proc/15315/task/15320/stat : 15320 (java) S 15313 15313 14382 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 50948994 14425186304 11953 33554432000 4194304 4196468 140721948578432 139916075506832 139916482705109 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17465344 140721948583041 140721948583217 140721948583217 140721948585935 0
[pid=15315/tid=15321] ppid=15313 vsize=14087096 memory=6944613755495348631 CPUtime=0 cores=1,3,5,7
/proc/15315/task/15321/stat : 15321 (java) S 15313 15313 14382 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 50948996 14425186304 11953 33554432000 4194304 4196468 140721948578432 139915596482544 139916482706050 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17465344 140721948583041 140721948583217 140721948583217 140721948585935 0
[pid=15315/tid=15322] ppid=15313 vsize=14087096 memory=7893295687695687954 CPUtime=0 cores=1,3,5,7
/proc/15315/task/15322/stat : 15322 (java) S 15313 15313 14382 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 50948996 14425186304 11953 33554432000 4194304 4196468 140721948578432 139915595428768 139916482705109 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17465344 140721948583041 140721948583217 140721948583217 140721948585935 0
[pid=15315/tid=15323] ppid=15313 vsize=14087096 memory=-8813974798734826869 CPUtime=0 cores=1,3,5,7
/proc/15315/task/15323/stat : 15323 (java) S 15313 15313 14382 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 50948996 14425186304 11953 33554432000 4194304 4196468 140721948578432 139915594376176 139916482705109 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17465344 140721948583041 140721948583217 140721948583217 140721948585935 0
[pid=15315/tid=15324] ppid=15313 vsize=14087096 memory=-6664436420846797971 CPUtime=0 cores=1,3,5,7
/proc/15315/task/15324/stat : 15324 (java) S 15313 15313 14382 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 50948999 14425186304 11953 33554432000 4194304 4196468 140721948578432 139915593324752 139916482713499 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17465344 140721948583041 140721948583217 140721948583217 140721948585935 0
[pid=15315/tid=15325] ppid=15313 vsize=14087096 memory=4426078206164241782 CPUtime=0.03 cores=1,3,5,7
/proc/15315/task/15325/stat : 15325 (java) S 15313 15313 14382 0 -1 1077944384 538 0 0 0 3 0 0 0 20 0 15 0 50948999 14425186304 11953 33554432000 4194304 4196468 140721948578432 139915592272368 139916482706050 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17465344 140721948583041 140721948583217 140721948583217 140721948585935 0
[pid=15315/tid=15326] ppid=15313 vsize=14087096 memory=0 CPUtime=0.04 cores=1,3,5,7
/proc/15315/task/15326/stat : 15326 (java) S 15313 15313 14382 0 -1 1077944384 170 0 0 0 4 0 0 0 20 0 15 0 50948999 14425186304 11953 33554432000 4194304 4196468 140721948578432 139915591219824 139916482706050 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17465344 140721948583041 140721948583217 140721948583217 140721948585935 0
[pid=15315/tid=15327] ppid=15313 vsize=14087096 memory=0 CPUtime=0.12 cores=1,3,5,7
/proc/15315/task/15327/stat : 15327 (java) S 15313 15313 14382 0 -1 1077944384 932 0 0 0 12 0 0 0 20 0 15 0 50948999 14425186304 11953 33554432000 4194304 4196468 140721948578432 139915590167280 139916482706050 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17465344 140721948583041 140721948583217 140721948583217 140721948585935 0
[pid=15315/tid=15328] ppid=15313 vsize=14087096 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15315/task/15328/stat : 15328 (java) S 15313 15313 14382 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 50948999 14425186304 11953 33554432000 4194304 4196468 140721948578432 139915589114976 139916482705109 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17465344 140721948583041 140721948583217 140721948583217 140721948585935 0
[pid=15315/tid=15329] ppid=15313 vsize=14087096 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15315/task/15329/stat : 15329 (java) S 15313 15313 14382 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 50948999 14425186304 11953 33554432000 4194304 4196468 140721948578432 139915588061488 139916482706050 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17465344 140721948583041 140721948583217 140721948583217 140721948585935 0
Current children cumulated CPU time: 0.5 s
Current children cumulated vsize: 14200224 KiB
Current children cumulated memory: 49228 KiB

[startup+0.700854 s]
/proc/loadavg: 2.09 2.07 2.04 5/221 15329
/proc/meminfo: memFree=25769000/32770624 swapFree=67108860/67108860
[pid=15313] ppid=15310 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/15313/stat : 15313 (xcsp3-exec) S 15310 15313 14382 0 -1 4202496 535 0 0 0 0 0 0 0 20 0 1 0 50948993 115843072 363 33554432000 4194304 5098028 140734451830112 140734451828216 140118988169852 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 36265984 140734451835963 140734451836164 140734451836164 140734451838922 0
/proc/15313/statm: 28282 363 305 221 0 87 0
[pid=15315] ppid=15313 vsize=14089220 memory=220540 CPUtime=1.56 cores=1,3,5,7
/proc/15315/stat : 15315 (java) S 15313 15313 14382 0 -1 1077944320 11486 0 0 0 146 10 0 0 20 0 15 0 50948993 14427361280 55135 33554432000 4194304 4196468 140721948578432 140721948560976 139916482694903 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 17465344 140721948583041 140721948583217 140721948583217 140721948585935 0
/proc/15315/statm: 3522305 55135 3340 1 0 3483520 0
[pid=15315/tid=15316] ppid=15313 vsize=14089220 memory=33 CPUtime=0.65 cores=1,3,5,7
/proc/15315/task/15316/stat : 15316 (java) R 15313 15313 14382 0 -1 4202560 6545 0 0 0 60 5 0 0 20 0 15 0 50948993 14427361280 55135 33554432000 4194304 4196468 140721948578432 139916486932544 139916095773153 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 17465344 140721948583041 140721948583217 140721948583217 140721948585935 0
[pid=15315/tid=15317] ppid=15313 vsize=14089220 memory=-7816663703405220396 CPUtime=0.01 cores=1,3,5,7
/proc/15315/task/15317/stat : 15317 (java) S 15313 15313 14382 0 -1 1077944384 29 0 0 0 0 1 0 0 20 0 15 0 50948994 14427361280 55135 33554432000 4194304 4196468 140721948578432 139916412783376 139916482705109 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17465344 140721948583041 140721948583217 140721948583217 140721948585935 0
[pid=15315/tid=15318] ppid=15313 vsize=14089220 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15315/task/15318/stat : 15318 (java) S 15313 15313 14382 0 -1 1077944384 18 0 0 0 0 0 0 0 20 0 15 0 50948994 14427361280 55135 33554432000 4194304 4196468 140721948578432 139916077611920 139916482705109 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17465344 140721948583041 140721948583217 140721948583217 140721948585935 0
[pid=15315/tid=15319] ppid=15313 vsize=14089220 memory=16736 CPUtime=0.01 cores=1,3,5,7
/proc/15315/task/15319/stat : 15319 (java) S 15313 15313 14382 0 -1 1077944384 21 0 0 0 1 0 0 0 20 0 15 0 50948994 14427361280 55135 33554432000 4194304 4196468 140721948578432 139916076559376 139916482705109 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17465344 140721948583041 140721948583217 140721948583217 140721948585935 0
[pid=15315/tid=15320] ppid=15313 vsize=14089220 memory=2396 CPUtime=0.01 cores=1,3,5,7
/proc/15315/task/15320/stat : 15320 (java) S 15313 15313 14382 0 -1 1077944384 21 0 0 0 0 1 0 0 20 0 15 0 50948994 14427361280 55135 33554432000 4194304 4196468 140721948578432 139916075506832 139916482705109 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17465344 140721948583041 140721948583217 140721948583217 140721948585935 0
[pid=15315/tid=15321] ppid=15313 vsize=14089220 memory=1292 CPUtime=0 cores=1,3,5,7
/proc/15315/task/15321/stat : 15321 (java) S 15313 15313 14382 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 15 0 50948996 14427361280 55135 33554432000 4194304 4196468 140721948578432 139915596482544 139916482706050 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17465344 140721948583041 140721948583217 140721948583217 140721948585935 0
[pid=15315/tid=15322] ppid=15313 vsize=14089220 memory=1732 CPUtime=0 cores=1,3,5,7
/proc/15315/task/15322/stat : 15322 (java) S 15313 15313 14382 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 15 0 50948996 14427361280 55135 33554432000 4194304 4196468 140721948578432 139915595428768 139916482705109 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17465344 140721948583041 140721948583217 140721948583217 140721948585935 0
[pid=15315/tid=15323] ppid=15313 vsize=14089220 memory=1008 CPUtime=0 cores=1,3,5,7
/proc/15315/task/15323/stat : 15323 (java) S 15313 15313 14382 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 50948996 14427361280 55135 33554432000 4194304 4196468 140721948578432 139915594376176 139916482705109 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17465344 140721948583041 140721948583217 140721948583217 140721948585935 0
[pid=15315/tid=15324] ppid=15313 vsize=14089220 memory=5404 CPUtime=0 cores=1,3,5,7
/proc/15315/task/15324/stat : 15324 (java) S 15313 15313 14382 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 50948999 14427361280 55135 33554432000 4194304 4196468 140721948578432 139915593324752 139916482713499 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17465344 140721948583041 140721948583217 140721948583217 140721948585935 0
[pid=15315/tid=15325] ppid=15313 vsize=14089220 memory=796 CPUtime=0.27 cores=1,3,5,7
/proc/15315/task/15325/stat : 15325 (java) S 15313 15313 14382 0 -1 1077944384 1060 0 0 0 27 0 0 0 20 0 15 0 50948999 14427361280 55135 33554432000 4194304 4196468 140721948578432 139915592272368 139916482706050 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17465344 140721948583041 140721948583217 140721948583217 140721948585935 0
[pid=15315/tid=15326] ppid=15313 vsize=14089220 memory=4616 CPUtime=0.3 cores=1,3,5,7
/proc/15315/task/15326/stat : 15326 (java) S 15313 15313 14382 0 -1 1077944384 913 0 0 0 30 0 0 0 20 0 15 0 50948999 14427361280 55135 33554432000 4194304 4196468 140721948578432 139915591219824 139916482706050 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17465344 140721948583041 140721948583217 140721948583217 140721948585935 0
[pid=15315/tid=15327] ppid=15313 vsize=14089220 memory=1424 CPUtime=0.23 cores=1,3,5,7
/proc/15315/task/15327/stat : 15327 (java) S 15313 15313 14382 0 -1 1077944384 1496 0 0 0 23 0 0 0 20 0 15 0 50948999 14427361280 55135 33554432000 4194304 4196468 140721948578432 139915590167280 139916482706050 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17465344 140721948583041 140721948583217 140721948583217 140721948585935 0
[pid=15315/tid=15328] ppid=15313 vsize=14089220 memory=10940 CPUtime=0 cores=1,3,5,7
/proc/15315/task/15328/stat : 15328 (java) S 15313 15313 14382 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 50948999 14427361280 55135 33554432000 4194304 4196468 140721948578432 139915589114976 139916482705109 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17465344 140721948583041 140721948583217 140721948583217 140721948585935 0
[pid=15315/tid=15329] ppid=15313 vsize=14089220 memory=1200 CPUtime=0 cores=1,3,5,7
/proc/15315/task/15329/stat : 15329 (java) S 15313 15313 14382 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 50948999 14427361280 55135 33554432000 4194304 4196468 140721948578432 139915588061488 139916482706050 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17465344 140721948583041 140721948583217 140721948583217 140721948585935 0
Current children cumulated CPU time: 1.56 s
Current children cumulated vsize: 14202348 KiB
Current children cumulated memory: 221992 KiB

[startup+1.50173 s]
/proc/loadavg: 2.09 2.07 2.04 4/221 15329
/proc/meminfo: memFree=25634836/32770624 swapFree=67108860/67108860
[pid=15313] ppid=15310 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/15313/stat : 15313 (xcsp3-exec) S 15310 15313 14382 0 -1 4202496 535 0 0 0 0 0 0 0 20 0 1 0 50948993 115843072 363 33554432000 4194304 5098028 140734451830112 140734451828216 140118988169852 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 36265984 140734451835963 140734451836164 140734451836164 140734451838922 0
/proc/15313/statm: 28282 363 305 221 0 87 0

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

/proc/15313/stat : 15313 (xcsp3-exec) S 15310 15313 14382 0 -1 4202496 535 0 0 0 0 0 0 0 20 0 1 0 50948993 115843072 363 33554432000 4194304 5098028 140734451830112 140734451828216 140118988169852 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 36265984 140734451835963 140734451836164 140734451836164 140734451838922 0
/proc/15313/statm: 28282 363 305 221 0 87 0
[pid=15315] ppid=15313 vsize=14089220 memory=11725888 CPUtime=220.87 cores=1,3,5,7
/proc/15315/stat : 15315 (java) S 15313 15313 14382 0 -1 1077944320 384935 0 0 0 20878 1209 0 0 20 0 15 0 50948993 14427361280 2931472 33554432000 4194304 4196468 140721948578432 140721948560976 139916482694903 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 17465344 140721948583041 140721948583217 140721948583217 140721948585935 0
/proc/15315/statm: 3522305 2931472 3382 1 0 3483520 0
[pid=15315/tid=15316] ppid=15313 vsize=14089220 memory=6791534058613427641 CPUtime=173.43 cores=1,3,5,7
/proc/15315/task/15316/stat : 15316 (java) S 15313 15313 14382 0 -1 1077944384 47078 0 0 0 17325 18 0 0 20 0 15 0 50948993 14427361280 2931472 33554432000 4194304 4196468 140721948578432 139916486934576 139916482705109 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17465344 140721948583041 140721948583217 140721948583217 140721948585935 0
[pid=15315/tid=15317] ppid=15313 vsize=14089220 memory=11725620 CPUtime=11.23 cores=1,3,5,7
/proc/15315/task/15317/stat : 15317 (java) R 15313 15313 14382 0 -1 4202560 65312 0 0 0 771 352 0 0 20 0 15 0 50948994 14427361280 2931472 33554432000 4194304 4196468 140721948578432 139916412783576 139916475791628 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 17465344 140721948583041 140721948583217 140721948583217 140721948585935 0
[pid=15315/tid=15318] ppid=15313 vsize=14089220 memory=1200 CPUtime=11.38 cores=1,3,5,7
/proc/15315/task/15318/stat : 15318 (java) R 15313 15313 14382 0 -1 4202560 138942 0 0 0 843 295 0 0 20 0 15 0 50948994 14427361280 2931472 33554432000 4194304 4196468 140721948578432 139916077611920 139916475791660 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 17465344 140721948583041 140721948583217 140721948583217 140721948585935 0
[pid=15315/tid=15319] ppid=15313 vsize=14089220 memory=1228 CPUtime=11.34 cores=1,3,5,7
/proc/15315/task/15319/stat : 15319 (java) R 15313 15313 14382 0 -1 4202560 41847 0 0 0 872 262 0 0 20 0 15 0 50948994 14427361280 2931472 33554432000 4194304 4196468 140721948578432 139916076559576 139916475791636 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 17465344 140721948583041 140721948583217 140721948583217 140721948585935 0
[pid=15315/tid=15320] ppid=15313 vsize=14089220 memory=1452 CPUtime=11.28 cores=1,3,5,7
/proc/15315/task/15320/stat : 15320 (java) R 15313 15313 14382 0 -1 4202560 68435 0 0 0 856 272 0 0 20 0 15 0 50948994 14427361280 2931472 33554432000 4194304 4196468 140721948578432 139916075506832 139916475791644 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 17465344 140721948583041 140721948583217 140721948583217 140721948585935 0
[pid=15315/tid=15321] ppid=15313 vsize=14089220 memory=11725860 CPUtime=0.69 cores=1,3,5,7
/proc/15315/task/15321/stat : 15321 (java) S 15313 15313 14382 0 -1 1077944384 16198 0 0 0 67 2 0 0 20 0 15 0 50948996 14427361280 2931472 33554432000 4194304 4196468 140721948578432 139915596481088 139916482705109 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17465344 140721948583041 140721948583217 140721948583217 140721948585935 0
[pid=15315/tid=15322] ppid=15313 vsize=14089220 memory=1200 CPUtime=0 cores=1,3,5,7
/proc/15315/task/15322/stat : 15322 (java) S 15313 15313 14382 0 -1 1077944384 40 0 0 0 0 0 0 0 20 0 15 0 50948996 14427361280 2931472 33554432000 4194304 4196468 140721948578432 139915595428832 139916482705109 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17465344 140721948583041 140721948583217 140721948583217 140721948585935 0
[pid=15315/tid=15323] ppid=15313 vsize=14089220 memory=1228 CPUtime=0 cores=1,3,5,7
/proc/15315/task/15323/stat : 15323 (java) S 15313 15313 14382 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 15 0 50948996 14427361280 2931472 33554432000 4194304 4196468 140721948578432 139915594376192 139916482705109 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17465344 140721948583041 140721948583217 140721948583217 140721948585935 0
[pid=15315/tid=15324] ppid=15313 vsize=14089220 memory=1008 CPUtime=0 cores=1,3,5,7
/proc/15315/task/15324/stat : 15324 (java) S 15313 15313 14382 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 50948999 14427361280 2931472 33554432000 4194304 4196468 140721948578432 139915593324752 139916482713499 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17465344 140721948583041 140721948583217 140721948583217 140721948585935 0
[pid=15315/tid=15325] ppid=15313 vsize=14089220 memory=5404 CPUtime=0.5 cores=1,3,5,7
/proc/15315/task/15325/stat : 15325 (java) S 15313 15313 14382 0 -1 1077944384 2283 0 0 0 50 0 0 0 20 0 15 0 50948999 14427361280 2931472 33554432000 4194304 4196468 140721948578432 139915592272368 139916482706050 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17465344 140721948583041 140721948583217 140721948583217 140721948585935 0
[pid=15315/tid=15326] ppid=15313 vsize=14089220 memory=796 CPUtime=0.53 cores=1,3,5,7
/proc/15315/task/15326/stat : 15326 (java) S 15313 15313 14382 0 -1 1077944384 1219 0 0 0 53 0 0 0 20 0 15 0 50948999 14427361280 2931472 33554432000 4194304 4196468 140721948578432 139915591219824 139916482706050 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17465344 140721948583041 140721948583217 140721948583217 140721948585935 0
[pid=15315/tid=15327] ppid=15313 vsize=14089220 memory=4616 CPUtime=0.31 cores=1,3,5,7
/proc/15315/task/15327/stat : 15327 (java) S 15313 15313 14382 0 -1 1077944384 2150 0 0 0 31 0 0 0 20 0 15 0 50948999 14427361280 2931472 33554432000 4194304 4196468 140721948578432 139915590167280 139916482706050 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17465344 140721948583041 140721948583217 140721948583217 140721948585935 0
[pid=15315/tid=15328] ppid=15313 vsize=14089220 memory=4096 CPUtime=0 cores=1,3,5,7
/proc/15315/task/15328/stat : 15328 (java) S 15313 15313 14382 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 50948999 14427361280 2931472 33554432000 4194304 4196468 140721948578432 139915589114976 139916482705109 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17465344 140721948583041 140721948583217 140721948583217 140721948585935 0
[pid=15315/tid=15329] ppid=15313 vsize=14089220 memory=16744 CPUtime=0.09 cores=1,3,5,7
/proc/15315/task/15329/stat : 15329 (java) S 15313 15313 14382 0 -1 1077944384 146 0 0 0 4 5 0 0 20 0 15 0 50948999 14427361280 2931472 33554432000 4194304 4196468 140721948578432 139915588061488 139916482706050 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 34 0 0 6293624 6294260 17465344 140721948583041 140721948583217 140721948583217 140721948585935 0
Current children cumulated CPU time: 220.87 s
Current children cumulated vsize: 14202348 KiB
Current children cumulated memory: 11727340 KiB

[startup+186.002 s]*
/proc/loadavg: 2.13 2.10 2.05 6/221 15340
/proc/meminfo: memFree=13970960/32770624 swapFree=67108860/67108860
[pid=15313] ppid=15310 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/15313/stat : 15313 (xcsp3-exec) S 15310 15313 14382 0 -1 4202496 535 0 0 0 0 0 0 0 20 0 1 0 50948993 115843072 363 33554432000 4194304 5098028 140734451830112 140734451828216 140118988169852 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 36265984 140734451835963 140734451836164 140734451836164 140734451838922 0
/proc/15313/statm: 28282 363 305 221 0 87 0
[pid=15315] ppid=15313 vsize=14089220 memory=11725888 CPUtime=222.49 cores=1,3,5,7
/proc/15315/stat : 15315 (java) S 15313 15313 14382 0 -1 1077944320 384952 0 0 0 21040 1209 0 0 20 0 15 0 50948993 14427361280 2931472 33554432000 4194304 4196468 140721948578432 140721948560976 139916482694903 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 17465344 140721948583041 140721948583217 140721948583217 140721948585935 0
/proc/15315/statm: 3522305 2931472 3382 1 0 3483520 0
[pid=15315/tid=15316] ppid=15313 vsize=14089220 memory=6791534058613427641 CPUtime=173.43 cores=1,3,5,7
/proc/15315/task/15316/stat : 15316 (java) S 15313 15313 14382 0 -1 1077944384 47078 0 0 0 17325 18 0 0 20 0 15 0 50948993 14427361280 2931472 33554432000 4194304 4196468 140721948578432 139916486934576 139916482705109 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17465344 140721948583041 140721948583217 140721948583217 140721948585935 0
[pid=15315/tid=15317] ppid=15313 vsize=14089220 memory=1568 CPUtime=11.63 cores=1,3,5,7
/proc/15315/task/15317/stat : 15317 (java) R 15313 15313 14382 0 -1 4202560 65319 0 0 0 811 352 0 0 20 0 15 0 50948994 14427361280 2931472 33554432000 4194304 4196468 140721948578432 139916412783576 139916475791660 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 17465344 140721948583041 140721948583217 140721948583217 140721948585935 0
[pid=15315/tid=15318] ppid=15313 vsize=14089220 memory=2240 CPUtime=11.79 cores=1,3,5,7
/proc/15315/task/15318/stat : 15318 (java) R 15313 15313 14382 0 -1 4202560 138949 0 0 0 884 295 0 0 20 0 15 0 50948994 14427361280 2931472 33554432000 4194304 4196468 140721948578432 139916077611920 139916475791636 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 17465344 140721948583041 140721948583217 140721948583217 140721948585935 0
[pid=15315/tid=15319] ppid=15313 vsize=14089220 memory=4124 CPUtime=11.76 cores=1,3,5,7
/proc/15315/task/15319/stat : 15319 (java) R 15313 15313 14382 0 -1 4202560 41848 0 0 0 914 262 0 0 20 0 15 0 50948994 14427361280 2931472 33554432000 4194304 4196468 140721948578432 139916076559576 139916475791628 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 17465344 140721948583041 140721948583217 140721948583217 140721948585935 0
[pid=15315/tid=15320] ppid=15313 vsize=14089220 memory=4126316290023845779 CPUtime=11.69 cores=1,3,5,7
/proc/15315/task/15320/stat : 15320 (java) R 15313 15313 14382 0 -1 4202560 68437 0 0 0 897 272 0 0 20 0 15 0 50948994 14427361280 2931472 33554432000 4194304 4196468 140721948578432 139916075506832 139916475791604 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 17465344 140721948583041 140721948583217 140721948583217 140721948585935 0
[pid=15315/tid=15321] ppid=15313 vsize=14089220 memory=11725860 CPUtime=0.69 cores=1,3,5,7
/proc/15315/task/15321/stat : 15321 (java) S 15313 15313 14382 0 -1 1077944384 16198 0 0 0 67 2 0 0 20 0 15 0 50948996 14427361280 2931472 33554432000 4194304 4196468 140721948578432 139915596481088 139916482705109 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17465344 140721948583041 140721948583217 140721948583217 140721948585935 0
[pid=15315/tid=15322] ppid=15313 vsize=14089220 memory=10420 CPUtime=0 cores=1,3,5,7
/proc/15315/task/15322/stat : 15322 (java) S 15313 15313 14382 0 -1 1077944384 40 0 0 0 0 0 0 0 20 0 15 0 50948996 14427361280 2931472 33554432000 4194304 4196468 140721948578432 139915595428832 139916482705109 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17465344 140721948583041 140721948583217 140721948583217 140721948585935 0
[pid=15315/tid=15323] ppid=15313 vsize=14089220 memory=15872 CPUtime=0 cores=1,3,5,7
/proc/15315/task/15323/stat : 15323 (java) S 15313 15313 14382 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 15 0 50948996 14427361280 2931472 33554432000 4194304 4196468 140721948578432 139915594376192 139916482705109 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17465344 140721948583041 140721948583217 140721948583217 140721948585935 0
[pid=15315/tid=15324] ppid=15313 vsize=14089220 memory=18476 CPUtime=0 cores=1,3,5,7
/proc/15315/task/15324/stat : 15324 (java) S 15313 15313 14382 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 50948999 14427361280 2931472 33554432000 4194304 4196468 140721948578432 139915593324752 139916482713499 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17465344 140721948583041 140721948583217 140721948583217 140721948585935 0
[pid=15315/tid=15325] ppid=15313 vsize=14089220 memory=1236 CPUtime=0.5 cores=1,3,5,7
/proc/15315/task/15325/stat : 15325 (java) S 15313 15313 14382 0 -1 1077944384 2283 0 0 0 50 0 0 0 20 0 15 0 50948999 14427361280 2931472 33554432000 4194304 4196468 140721948578432 139915592272368 139916482706050 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17465344 140721948583041 140721948583217 140721948583217 140721948585935 0
[pid=15315/tid=15326] ppid=15313 vsize=14089220 memory=10080 CPUtime=0.53 cores=1,3,5,7
/proc/15315/task/15326/stat : 15326 (java) S 15313 15313 14382 0 -1 1077944384 1219 0 0 0 53 0 0 0 20 0 15 0 50948999 14427361280 2931472 33554432000 4194304 4196468 140721948578432 139915591219824 139916482706050 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17465344 140721948583041 140721948583217 140721948583217 140721948585935 0
[pid=15315/tid=15327] ppid=15313 vsize=14089220 memory=4052 CPUtime=0.31 cores=1,3,5,7
/proc/15315/task/15327/stat : 15327 (java) S 15313 15313 14382 0 -1 1077944384 2150 0 0 0 31 0 0 0 20 0 15 0 50948999 14427361280 2931472 33554432000 4194304 4196468 140721948578432 139915590167280 139916482706050 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17465344 140721948583041 140721948583217 140721948583217 140721948585935 0
[pid=15315/tid=15328] ppid=15313 vsize=14089220 memory=644 CPUtime=0 cores=1,3,5,7
/proc/15315/task/15328/stat : 15328 (java) S 15313 15313 14382 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 50948999 14427361280 2931472 33554432000 4194304 4196468 140721948578432 139915589114976 139916482705109 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17465344 140721948583041 140721948583217 140721948583217 140721948585935 0
[pid=15315/tid=15329] ppid=15313 vsize=14089220 memory=1800 CPUtime=0.09 cores=1,3,5,7
/proc/15315/task/15329/stat : 15329 (java) S 15313 15313 14382 0 -1 1077944384 146 0 0 0 4 5 0 0 20 0 15 0 50948999 14427361280 2931472 33554432000 4194304 4196468 140721948578432 139915588061488 139916482706050 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 34 0 0 6293624 6294260 17465344 140721948583041 140721948583217 140721948583217 140721948585935 0
Current children cumulated CPU time: 222.49 s
Current children cumulated vsize: 14202348 KiB
Current children cumulated memory: 11727340 KiB

[startup+186.402 s]
/proc/loadavg: 2.13 2.10 2.05 6/221 15340
/proc/meminfo: memFree=13970960/32770624 swapFree=67108860/67108860
[pid=15313] ppid=15310 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/15313/stat : 15313 (xcsp3-exec) S 15310 15313 14382 0 -1 4202496 535 0 0 0 0 0 0 0 20 0 1 0 50948993 115843072 363 33554432000 4194304 5098028 140734451830112 140734451828216 140118988169852 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 36265984 140734451835963 140734451836164 140734451836164 140734451838922 0
/proc/15313/statm: 28282 363 305 221 0 87 0
[pid=15315] ppid=15313 vsize=14089220 memory=11725888 CPUtime=224.05 cores=1,3,5,7
/proc/15315/stat : 15315 (java) S 15313 15313 14382 0 -1 1077944320 385104 0 0 0 21196 1209 0 0 20 0 15 0 50948993 14427361280 2931472 33554432000 4194304 4196468 140721948578432 140721948560976 139916482694903 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 17465344 140721948583041 140721948583217 140721948583217 140721948585935 0
/proc/15315/statm: 3522305 2931472 3382 1 0 3483520 0
[pid=15315/tid=15316] ppid=15313 vsize=14089220 memory=916 CPUtime=173.43 cores=1,3,5,7
/proc/15315/task/15316/stat : 15316 (java) S 15313 15313 14382 0 -1 1077944384 47078 0 0 0 17325 18 0 0 20 0 15 0 50948993 14427361280 2931472 33554432000 4194304 4196468 140721948578432 139916486934576 139916482705109 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17465344 140721948583041 140721948583217 140721948583217 140721948585935 0
[pid=15315/tid=15317] ppid=15313 vsize=14089220 memory=3852 CPUtime=12.01 cores=1,3,5,7
/proc/15315/task/15317/stat : 15317 (java) R 15313 15313 14382 0 -1 4202560 65410 0 0 0 849 352 0 0 20 0 15 0 50948994 14427361280 2931472 33554432000 4194304 4196468 140721948578432 139916412783576 139916475791612 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 17465344 140721948583041 140721948583217 140721948583217 140721948585935 0
[pid=15315/tid=15318] ppid=15313 vsize=14089220 memory=32 CPUtime=12.18 cores=1,3,5,7
/proc/15315/task/15318/stat : 15318 (java) R 15313 15313 14382 0 -1 4202560 138966 0 0 0 923 295 0 0 20 0 15 0 50948994 14427361280 2931472 33554432000 4194304 4196468 140721948578432 139916077612120 139916475791616 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 17465344 140721948583041 140721948583217 140721948583217 140721948585935 0
[pid=15315/tid=15319] ppid=15313 vsize=14089220 memory=0 CPUtime=12.14 cores=1,3,5,7
/proc/15315/task/15319/stat : 15319 (java) R 15313 15313 14382 0 -1 4202560 41871 0 0 0 952 262 0 0 20 0 15 0 50948994 14427361280 2931472 33554432000 4194304 4196468 140721948578432 139916076559576 139916475791604 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 17465344 140721948583041 140721948583217 140721948583217 140721948585935 0
[pid=15315/tid=15320] ppid=15313 vsize=14089220 memory=0 CPUtime=12.08 cores=1,3,5,7
/proc/15315/task/15320/stat : 15320 (java) R 15313 15313 14382 0 -1 4202560 68458 0 0 0 936 272 0 0 20 0 15 0 50948994 14427361280 2931472 33554432000 4194304 4196468 140721948578432 139916075506720 139916475791628 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 17465344 140721948583041 140721948583217 140721948583217 140721948585935 0
[pid=15315/tid=15321] ppid=15313 vsize=14089220 memory=0 CPUtime=0.69 cores=1,3,5,7
/proc/15315/task/15321/stat : 15321 (java) S 15313 15313 14382 0 -1 1077944384 16198 0 0 0 67 2 0 0 20 0 15 0 50948996 14427361280 2931472 33554432000 4194304 4196468 140721948578432 139915596481088 139916482705109 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17465344 140721948583041 140721948583217 140721948583217 140721948585935 0
[pid=15315/tid=15322] ppid=15313 vsize=14089220 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15315/task/15322/stat : 15322 (java) S 15313 15313 14382 0 -1 1077944384 40 0 0 0 0 0 0 0 20 0 15 0 50948996 14427361280 2931472 33554432000 4194304 4196468 140721948578432 139915595428832 139916482705109 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17465344 140721948583041 140721948583217 140721948583217 140721948585935 0
[pid=15315/tid=15323] ppid=15313 vsize=14089220 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15315/task/15323/stat : 15323 (java) S 15313 15313 14382 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 15 0 50948996 14427361280 2931472 33554432000 4194304 4196468 140721948578432 139915594376192 139916482705109 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17465344 140721948583041 140721948583217 140721948583217 140721948585935 0
[pid=15315/tid=15324] ppid=15313 vsize=14089220 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/15315/task/15324/stat : 15324 (java) S 15313 15313 14382 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 50948999 14427361280 2931472 33554432000 4194304 4196468 140721948578432 139915593324752 139916482713499 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17465344 140721948583041 140721948583217 140721948583217 140721948585935 0
[pid=15315/tid=15325] ppid=15313 vsize=14089220 memory=1568 CPUtime=0.5 cores=1,3,5,7
/proc/15315/task/15325/stat : 15325 (java) S 15313 15313 14382 0 -1 1077944384 2283 0 0 0 50 0 0 0 20 0 15 0 50948999 14427361280 2931472 33554432000 4194304 4196468 140721948578432 139915592272368 139916482706050 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17465344 140721948583041 140721948583217 140721948583217 140721948585935 0
[pid=15315/tid=15326] ppid=15313 vsize=14089220 memory=2240 CPUtime=0.53 cores=1,3,5,7
/proc/15315/task/15326/stat : 15326 (java) S 15313 15313 14382 0 -1 1077944384 1219 0 0 0 53 0 0 0 20 0 15 0 50948999 14427361280 2931472 33554432000 4194304 4196468 140721948578432 139915591219824 139916482706050 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17465344 140721948583041 140721948583217 140721948583217 140721948585935 0
[pid=15315/tid=15327] ppid=15313 vsize=14089220 memory=4124 CPUtime=0.31 cores=1,3,5,7
/proc/15315/task/15327/stat : 15327 (java) S 15313 15313 14382 0 -1 1077944384 2150 0 0 0 31 0 0 0 20 0 15 0 50948999 14427361280 2931472 33554432000 4194304 4196468 140721948578432 139915590167280 139916482706050 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17465344 140721948583041 140721948583217 140721948583217 140721948585935 0
[pid=15315/tid=15328] ppid=15313 vsize=14089220 memory=2196 CPUtime=0 cores=1,3,5,7
/proc/15315/task/15328/stat : 15328 (java) S 15313 15313 14382 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 50948999 14427361280 2931472 33554432000 4194304 4196468 140721948578432 139915589114976 139916482705109 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17465344 140721948583041 140721948583217 140721948583217 140721948585935 0
[pid=15315/tid=15329] ppid=15313 vsize=14089220 memory=7636 CPUtime=0.09 cores=1,3,5,7
/proc/15315/task/15329/stat : 15329 (java) S 15313 15313 14382 0 -1 1077944384 146 0 0 0 4 5 0 0 20 0 15 0 50948999 14427361280 2931472 33554432000 4194304 4196468 140721948578432 139915588061488 139916482706050 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 34 0 0 6293624 6294260 17465344 140721948583041 140721948583217 140721948583217 140721948585935 0
Current children cumulated CPU time: 224.05 s
Current children cumulated vsize: 14202348 KiB
Current children cumulated memory: 11727340 KiB

[startup+186.501 s]
/proc/loadavg: 2.13 2.10 2.05 6/221 15340
/proc/meminfo: memFree=13970960/32770624 swapFree=67108860/67108860
[pid=15313] ppid=15310 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/15313/stat : 15313 (xcsp3-exec) S 15310 15313 14382 0 -1 4202496 535 0 0 0 0 0 0 0 20 0 1 0 50948993 115843072 363 33554432000 4194304 5098028 140734451830112 140734451828216 140118988169852 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 36265984 140734451835963 140734451836164 140734451836164 140734451838922 0
/proc/15313/statm: 28282 363 305 221 0 87 0
[pid=15315] ppid=15313 vsize=14089220 memory=11725904 CPUtime=224.26 cores=1,3,5,7
/proc/15315/stat : 15315 (java) S 15313 15313 14382 0 -1 1077944320 385748 0 0 0 21217 1209 0 0 20 0 15 0 50948993 14427361280 2931476 33554432000 4194304 4196468 140721948578432 140721948560976 139916482694903 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 17465344 140721948583041 140721948583217 140721948583217 140721948585935 0
/proc/15315/statm: 3522305 2931476 3382 1 0 3483520 0
[pid=15315/tid=15316] ppid=15313 vsize=14089220 memory=11725876 CPUtime=173.43 cores=1,3,5,7
/proc/15315/task/15316/stat : 15316 (java) S 15313 15313 14382 0 -1 1077944384 47078 0 0 0 17325 18 0 0 20 0 15 0 50948993 14427361280 2931476 33554432000 4194304 4196468 140721948578432 139916486934576 139916482705109 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17465344 140721948583041 140721948583217 140721948583217 140721948585935 0
[pid=15315/tid=15317] ppid=15313 vsize=14089220 memory=11725888 CPUtime=12.05 cores=1,3,5,7
/proc/15315/task/15317/stat : 15317 (java) S 15313 15313 14382 0 -1 1077944384 65546 0 0 0 853 352 0 0 20 0 15 0 50948994 14427361280 2931476 33554432000 4194304 4196468 140721948578432 139916412783376 139916482705109 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17465344 140721948583041 140721948583217 140721948583217 140721948585935 0
[pid=15315/tid=15318] ppid=15313 vsize=14089220 memory=11725888 CPUtime=12.22 cores=1,3,5,7
/proc/15315/task/15318/stat : 15318 (java) S 15313 15313 14382 0 -1 1077944384 138976 0 0 0 927 295 0 0 20 0 15 0 50948994 14427361280 2931476 33554432000 4194304 4196468 140721948578432 139916077611920 139916482705109 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17465344 140721948583041 140721948583217 140721948583217 140721948585935 0
[pid=15315/tid=15319] ppid=15313 vsize=14089220 memory=1452 CPUtime=12.18 cores=1,3,5,7
/proc/15315/task/15319/stat : 15319 (java) S 15313 15313 14382 0 -1 1077944384 42007 0 0 0 956 262 0 0 20 0 15 0 50948994 14427361280 2931476 33554432000 4194304 4196468 140721948578432 139916076559376 139916482705109 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17465344 140721948583041 140721948583217 140721948583217 140721948585935 0
[pid=15315/tid=15320] ppid=15313 vsize=14089220 memory=1452 CPUtime=12.12 cores=1,3,5,7
/proc/15315/task/15320/stat : 15320 (java) S 15313 15313 14382 0 -1 1077944384 68721 0 0 0 940 272 0 0 20 0 15 0 50948994 14427361280 2931476 33554432000 4194304 4196468 140721948578432 139916075506832 139916482705109 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17465344 140721948583041 140721948583217 140721948583217 140721948585935 0
[pid=15315/tid=15321] ppid=15313 vsize=14089220 memory=11725888 CPUtime=0.75 cores=1,3,5,7
/proc/15315/task/15321/stat : 15321 (java) R 15313 15313 14382 0 -1 4202560 16296 0 0 0 73 2 0 0 20 0 15 0 50948996 14427361280 2931476 33554432000 4194304 4196468 140721948578432 139915596481088 139916461065064 0 0 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 17465344 140721948583041 140721948583217 140721948583217 140721948585935 0
[pid=15315/tid=15322] ppid=15313 vsize=14089220 memory=840 CPUtime=0 cores=1,3,5,7
/proc/15315/task/15322/stat : 15322 (java) S 15313 15313 14382 0 -1 1077944384 40 0 0 0 0 0 0 0 20 0 15 0 50948996 14427361280 2931476 33554432000 4194304 4196468 140721948578432 139915595428832 139916482705109 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17465344 140721948583041 140721948583217 140721948583217 140721948585935 0
[pid=15315/tid=15323] ppid=15313 vsize=14089220 memory=2240 CPUtime=0 cores=1,3,5,7
/proc/15315/task/15323/stat : 15323 (java) S 15313 15313 14382 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 15 0 50948996 14427361280 2931476 33554432000 4194304 4196468 140721948578432 139915594376192 139916482705109 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17465344 140721948583041 140721948583217 140721948583217 140721948585935 0
[pid=15315/tid=15324] ppid=15313 vsize=14089220 memory=4124 CPUtime=0 cores=1,3,5,7
/proc/15315/task/15324/stat : 15324 (java) S 15313 15313 14382 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 50948999 14427361280 2931476 33554432000 4194304 4196468 140721948578432 139915593324752 139916482713499 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17465344 140721948583041 140721948583217 140721948583217 140721948585935 0
[pid=15315/tid=15325] ppid=15313 vsize=14089220 memory=1452 CPUtime=0.5 cores=1,3,5,7
/proc/15315/task/15325/stat : 15325 (java) S 15313 15313 14382 0 -1 1077944384 2283 0 0 0 50 0 0 0 20 0 15 0 50948999 14427361280 2931476 33554432000 4194304 4196468 140721948578432 139915592272416 139916482705109 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17465344 140721948583041 140721948583217 140721948583217 140721948585935 0
[pid=15315/tid=15326] ppid=15313 vsize=14089220 memory=1452 CPUtime=0.53 cores=1,3,5,7
/proc/15315/task/15326/stat : 15326 (java) S 15313 15313 14382 0 -1 1077944384 1220 0 0 0 53 0 0 0 20 0 15 0 50948999 14427361280 2931476 33554432000 4194304 4196468 140721948578432 139915591219584 139916482705109 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17465344 140721948583041 140721948583217 140721948583217 140721948585935 0
[pid=15315/tid=15327] ppid=15313 vsize=14089220 memory=1568 CPUtime=0.31 cores=1,3,5,7
/proc/15315/task/15327/stat : 15327 (java) S 15313 15313 14382 0 -1 1077944384 2150 0 0 0 31 0 0 0 20 0 15 0 50948999 14427361280 2931476 33554432000 4194304 4196468 140721948578432 139915590167328 139916482705109 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17465344 140721948583041 140721948583217 140721948583217 140721948585935 0
[pid=15315/tid=15328] ppid=15313 vsize=14089220 memory=2240 CPUtime=0 cores=1,3,5,7
/proc/15315/task/15328/stat : 15328 (java) S 15313 15313 14382 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 50948999 14427361280 2931476 33554432000 4194304 4196468 140721948578432 139915589114976 139916482705109 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17465344 140721948583041 140721948583217 140721948583217 140721948585935 0
[pid=15315/tid=15329] ppid=15313 vsize=14089220 memory=16744 CPUtime=0.09 cores=1,3,5,7
/proc/15315/task/15329/stat : 15329 (java) S 15313 15313 14382 0 -1 1077944384 146 0 0 0 4 5 0 0 20 0 15 0 50948999 14427361280 2931476 33554432000 4194304 4196468 140721948578432 139915588061488 139916482706050 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 34 0 0 6293624 6294260 17465344 140721948583041 140721948583217 140721948583217 140721948585935 0
Current children cumulated CPU time: 224.26 s
Current children cumulated vsize: 14202348 KiB
Current children cumulated memory: 11727356 KiB

Child status: 1
Real time (s): 186.59
CPU time (s): 224.357
CPU user time (s): 212.186
CPU system time (s): 12.1708
CPU usage (%): 120.24
Max. virtual memory (cumulated for all children) (KiB): 14202348
Max. memory (cumulated for all children) (KiB): 11727356

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 212.186
system time used= 12.1708
maximum resident set size= 11726184
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 386389
page faults= 0
swaps= 0
block input operations= 0
block output operations= 312
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 10335
involuntary context switches= 554


# summary of solver processes directly reported to runsolver:
#   pid: 15313
#   total CPU time (s): 224.357
#   total CPU user time (s): 212.186
#   total CPU system time (s): 12.1708

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.12377 second user time and 2.01796 second system time

The end

Launcher Data

Begin job on node134 at 2018-07-23 10:17:38
IDJOB=4292230
IDBENCH=141303
IDSOLVER=2747
FILE ID=node134/4292230-1532333858
RUNJOBID= node134-1532328652-14414
PBS_JOBID= 21018997
Free space on /tmp= 55928 MiB

SOLVER NAME= Choco-solver 4.0.7 seq (493a269)
BENCH NAME= XCSP18/CrosswordDesign/CrosswordDesign-08-4-rom_c18.xml
COMMAND LINE= HOME/xcsp3-exec -seed RANDOMSEED -dir DIR -tl TIMEOUT -ml 11000 -p 1 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4292230-1532333858/watcher-4292230-1532333858 -o /tmp/evaluation-result-4292230-1532333858/solver-4292230-1532333858 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node134-1532328652-14414 --watchdog 2560  HOME/xcsp3-exec -seed 806870264 -dir HOME -tl 2400 -ml 11000 -p 1 HOME/instance-4292230-1532333858.xml

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

MD5SUM BENCH= d2036c1580b702d26a2ba71e1295e02d
RANDOM SEED=806870264

node134.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.68
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.68
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.68
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.68
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:        25870244 kB
MemAvailable:   30433644 kB
Buffers:          187524 kB
Cached:          4640152 kB
SwapCached:            0 kB
Active:          3022116 kB
Inactive:        3402188 kB
Active(anon):    1546392 kB
Inactive(anon):    70304 kB
Active(file):    1475724 kB
Inactive(file):  3331884 kB
Unevictable:        7396 kB
Mlocked:            7396 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             30364 kB
Writeback:             0 kB
AnonPages:       1604216 kB
Mapped:            49496 kB
Shmem:             17056 kB
Slab:             171832 kB
SReclaimable:     143256 kB
SUnreclaim:        28576 kB
KernelStack:        3600 kB
PageTables:         8096 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3468492 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1480704 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      120192 kB
DirectMap2M:    33425408 kB

Free space on /tmp at the end= 55908 MiB
End job on node134 at 2018-07-23 10:20:45