Trace number 4281774

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.5 seq (2017-08-18)? 156.367 106.609

General information on the benchmark

NameBinPacking/BinPacking-tab-sw120/
BinPacking-tab-sw120-50.xml
MD5SUM53b1156e30bb035a294b23873bcaa6f4
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark2400.08
Satisfiable
(Un)Satisfiability was proved
Number of variables133
Number of constraints25
Number of domains2
Minimum domain size23
Maximum domain size47
Distribution of domain sizes[{"size":23,"count":1},{"size":47,"count":132}]
Minimum variable degree2
Maximum variable degree4
Distribution of variable degrees[{"degree":2,"count":1},{"degree":3,"count":110},{"degree":4,"count":22}]
Minimum constraint arity6
Maximum constraint arity132
Distribution of constraint arities[{"arity":6,"count":22},{"arity":23,"count":1},{"arity":132,"count":2}]
Number of extensional constraints22
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":22},{"type":"lex","count":1},{"type":"count","count":1},{"type":"cardinality","count":1}]
Optimization problemYES
Type of objectivemax VAR

Solver Data

0.00/0.10	c java -server -Xmx11000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4281774-1503156942.xml"  -tl '2520s' -p 1 -x 0
0.08/0.28	c [HOME/instance-4281774-1503156942.xml, -tl, 2520s, -p, 1, -x, 0]
0.26/0.34	c simple solver
0.26/0.40	c parse instance...
156.25/106.52	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
156.25/106.53		at org.chocosolver.solver.constraints.extension.nary.PropCompactTable.computeSupports(PropCompactTable.java:98)
156.25/106.53		at org.chocosolver.solver.constraints.extension.nary.PropCompactTable.<init>(PropCompactTable.java:61)
156.25/106.53		at org.chocosolver.solver.constraints.IIntConstraintFactory.table(IIntConstraintFactory.java:1867)
156.25/106.53		at org.chocosolver.solver.constraints.IIntConstraintFactory.table(IIntConstraintFactory.java:1823)
156.25/106.53		at org.chocosolver.parser.xcsp.XCSPParser.buildCtrExtension(XCSPParser.java:313)
156.25/106.53		at org.xcsp.parser.loaders.CtrLoaderInteger.extension(CtrLoaderInteger.java:413)
156.25/106.53		at org.xcsp.parser.loaders.CtrLoaderInteger.load(CtrLoaderInteger.java:130)
156.25/106.53		at org.xcsp.parser.XCallbacks.loadCtr(XCallbacks.java:457)
156.25/106.53		at org.xcsp.parser.XCallbacks.lambda$loadCtrs$346(XCallbacks.java:440)
156.25/106.53		at org.xcsp.parser.XCallbacks$$Lambda$70/1900164709.accept(Unknown Source)
156.25/106.53		at java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
156.25/106.53		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:580)
156.25/106.53		at org.xcsp.parser.XCallbacks.loadCtrs(XCallbacks.java:437)
156.25/106.53		at org.chocosolver.parser.xcsp.XCSPParser.loadGroup(XCSPParser.java:1406)
156.25/106.53		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:368)
156.25/106.53		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:353)
156.25/106.53		at org.xcsp.parser.XCallbacks.loadInstance(XCallbacks.java:260)
156.25/106.53		at org.chocosolver.parser.xcsp.XCSPParser.model(XCSPParser.java:88)
156.25/106.53		at org.chocosolver.parser.xcsp.XCSP.parse(XCSP.java:112)
156.25/106.53		at org.chocosolver.parser.xcsp.XCSP.buildModel(XCSP.java:99)
156.25/106.53		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:23)
156.25/106.53	s UNKNOWN
156.25/106.53	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 (8700 MiB free)
  memory of node 1: 16384 MiB (14483 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4281774-1503156942/watcher-4281774-1503156942 -o /tmp/evaluation-result-4281774-1503156942/solver-4281774-1503156942 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node125-1503095795-8622 --watchdog 2580 ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 544763390 HOME/instance-4281774-1503156942.xml 

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

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
Current StackSize limit: 8192 KiB

solver pid=22906, runsolver pid=22903

[startup+0.100158 s]*
/proc/loadavg: 2.12 2.11 1.93 2/199 22907
/proc/meminfo: memFree=23739972/32770624 swapFree=67108860/67108860
[pid=22906] ppid=22903 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/22906/stat : 22906 (xcsp3-exec) S 22903 22906 8563 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 117914730 9740288 345 18446744073709551615 4194304 5098028 140724848391216 140724848389320 140566047220348 0 65536 5 65538 18446744071579417331 0 0 17 1 0 0 10 0 0 7196144 7232144 17403904 140724848394617 140724848394821 140724848394821 140724848398315 0
/proc/22906/statm: 2378 345 289 221 0 87 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 9512 KiB
Current children cumulated memory: 1380 KiB

[startup+0.210291 s]*
/proc/loadavg: 2.12 2.11 1.93 3/214 22922
/proc/meminfo: memFree=23728968/32770624 swapFree=67108860/67108860
[pid=22906] ppid=22903 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/22906/stat : 22906 (xcsp3-exec) S 22903 22906 8563 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 117914730 9740288 345 18446744073709551615 4194304 5098028 140724848391216 140724848389320 140566047220348 0 65536 5 65538 18446744071579417331 0 0 17 1 0 0 10 0 0 7196144 7232144 17403904 140724848394617 140724848394821 140724848394821 140724848398315 0
/proc/22906/statm: 2378 345 289 221 0 87 0
[pid=22908] ppid=22906 vsize=13974352 memory=26532 CPUtime=0.08 cores=1,3,5,7
/proc/22908/stat : 22908 (java) S 22906 22906 8563 0 -1 1077944320 5038 0 0 0 7 1 0 0 20 0 15 0 117914741 14309736448 6633 18446744073709551615 4194304 4196468 140730973139712 140730973122256 140698469383927 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 38354944 140730973143473 140730973143649 140730973143649 140730973147087 0
/proc/22908/statm: 3493588 6633 2733 1 0 3482964 0
[pid=22908/tid=22909] ppid=22906 vsize=13974352 memory=8390339637985935414 CPUtime=0.06 cores=1,3,5,7
/proc/22908/task/22909/stat : 22909 (java) R 22906 22906 8563 0 -1 4202560 3198 0 0 0 6 0 0 0 20 0 15 0 117914741 14309736448 6633 18446744073709551615 4194304 4196468 140730973139712 140698473609616 140698451658784 0 4 1 16800974 0 0 0 -1 1 0 0 3 0 0 6293624 6294260 38354944 140730973143473 140730973143649 140730973143649 140730973147087 0
[pid=22908/tid=22910] ppid=22906 vsize=13974352 memory=288230596118065508 CPUtime=0 cores=1,3,5,7
/proc/22908/task/22910/stat : 22910 (java) S 22906 22906 8563 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 117914742 14309736448 6633 18446744073709551615 4194304 4196468 140730973139712 140698432490128 140698469394133 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38354944 140730973143473 140730973143649 140730973143649 140730973147087 0
[pid=22908/tid=22911] ppid=22906 vsize=13974352 memory=4049777586575373984 CPUtime=0 cores=1,3,5,7
/proc/22908/task/22911/stat : 22911 (java) S 22906 22906 8563 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 117914742 14309736448 6633 18446744073709551615 4194304 4196468 140730973139712 140698068531728 140698469394133 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38354944 140730973143473 140730973143649 140730973143649 140730973147087 0
[pid=22908/tid=22912] ppid=22906 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/22908/task/22912/stat : 22912 (java) S 22906 22906 8563 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 117914742 14309736448 6633 18446744073709551615 4194304 4196468 140730973139712 140698067478928 140698469394133 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38354944 140730973143473 140730973143649 140730973143649 140730973147087 0
[pid=22908/tid=22913] ppid=22906 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/22908/task/22913/stat : 22913 (java) S 22906 22906 8563 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 117914742 14309736448 6633 18446744073709551615 4194304 4196468 140730973139712 140698066426128 140698469394133 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38354944 140730973143473 140730973143649 140730973143649 140730973147087 0
[pid=22908/tid=22914] ppid=22906 vsize=13974352 memory=139710742001280 CPUtime=0 cores=1,3,5,7
/proc/22908/task/22914/stat : 22914 (java) S 22906 22906 8563 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 117914743 14309736448 6633 18446744073709551615 4194304 4196468 140730973139712 140697452878704 140698469395074 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38354944 140730973143473 140730973143649 140730973143649 140730973147087 0
[pid=22908/tid=22915] ppid=22906 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/22908/task/22915/stat : 22915 (java) S 22906 22906 8563 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 117914744 14309736448 6633 18446744073709551615 4194304 4196468 140730973139712 140697451824672 140698469394133 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38354944 140730973143473 140730973143649 140730973143649 140730973147087 0
[pid=22908/tid=22916] ppid=22906 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/22908/task/22916/stat : 22916 (java) S 22906 22906 8563 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 117914744 14309736448 6633 18446744073709551615 4194304 4196468 140730973139712 140697450771824 140698469394133 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38354944 140730973143473 140730973143649 140730973143649 140730973147087 0
[pid=22908/tid=22917] ppid=22906 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/22908/task/22917/stat : 22917 (java) S 22906 22906 8563 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 117914746 14309736448 6633 18446744073709551615 4194304 4196468 140730973139712 140697449720144 140698469402523 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38354944 140730973143473 140730973143649 140730973143649 140730973147087 0
[pid=22908/tid=22918] ppid=22906 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/22908/task/22918/stat : 22918 (java) S 22906 22906 8563 0 -1 1077944384 300 0 0 0 0 0 0 0 20 0 15 0 117914746 14309736448 6633 18446744073709551615 4194304 4196468 140730973139712 140697448667504 140698469395074 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38354944 140730973143473 140730973143649 140730973143649 140730973147087 0
[pid=22908/tid=22919] ppid=22906 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/22908/task/22919/stat : 22919 (java) S 22906 22906 8563 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 117914746 14309736448 6633 18446744073709551615 4194304 4196468 140730973139712 140697447614704 140698469395074 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38354944 140730973143473 140730973143649 140730973143649 140730973147087 0
[pid=22908/tid=22920] ppid=22906 vsize=13974352 memory=139710742001280 CPUtime=0 cores=1,3,5,7
/proc/22908/task/22920/stat : 22920 (java) S 22906 22906 8563 0 -1 1077944384 235 0 0 0 0 0 0 0 20 0 15 0 117914746 14309736448 6633 18446744073709551615 4194304 4196468 140730973139712 140697446561904 140698469395074 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38354944 140730973143473 140730973143649 140730973143649 140730973147087 0
[pid=22908/tid=22921] ppid=22906 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/22908/task/22921/stat : 22921 (java) S 22906 22906 8563 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 117914747 14309736448 6633 18446744073709551615 4194304 4196468 140730973139712 140697445509344 140698469394133 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38354944 140730973143473 140730973143649 140730973143649 140730973147087 0
[pid=22908/tid=22922] ppid=22906 vsize=13974352 memory=139710742001280 CPUtime=0 cores=1,3,5,7
/proc/22908/task/22922/stat : 22922 (java) S 22906 22906 8563 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 117914750 14309736448 6633 18446744073709551615 4194304 4196468 140730973139712 140697444457648 140698469395074 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38354944 140730973143473 140730973143649 140730973143649 140730973147087 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 13983864 KiB
Current children cumulated memory: 27912 KiB

[startup+0.310381 s]*
/proc/loadavg: 2.12 2.11 1.93 4/214 22922
/proc/meminfo: memFree=23712788/32770624 swapFree=67108860/67108860
[pid=22906] ppid=22903 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/22906/stat : 22906 (xcsp3-exec) S 22903 22906 8563 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 117914730 9740288 345 18446744073709551615 4194304 5098028 140724848391216 140724848389320 140566047220348 0 65536 5 65538 18446744071579417331 0 0 17 1 0 0 10 0 0 7196144 7232144 17403904 140724848394617 140724848394821 140724848394821 140724848398315 0
/proc/22906/statm: 2378 345 289 221 0 87 0
[pid=22908] ppid=22906 vsize=13974352 memory=36924 CPUtime=0.26 cores=1,3,5,7
/proc/22908/stat : 22908 (java) S 22906 22906 8563 0 -1 1077944320 8805 0 0 0 24 2 0 0 20 0 15 0 117914741 14309736448 9231 18446744073709551615 4194304 4196468 140730973139712 140730973122256 140698469383927 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 38354944 140730973143473 140730973143649 140730973143649 140730973147087 0
/proc/22908/statm: 3493588 9231 2971 1 0 3482964 0
[pid=22908/tid=22909] ppid=22906 vsize=13974352 memory=-8774313645642428999 CPUtime=0.16 cores=1,3,5,7
/proc/22908/task/22909/stat : 22909 (java) R 22906 22906 8563 0 -1 4202560 6082 0 0 0 15 1 0 0 20 0 15 0 117914741 14309736448 9231 18446744073709551615 4194304 4196468 140730973139712 140698473611392 140698110120336 0 4 1 16800974 0 0 0 -1 1 0 0 3 0 0 6293624 6294260 38354944 140730973143473 140730973143649 140730973143649 140730973147087 0
[pid=22908/tid=22910] ppid=22906 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/22908/task/22910/stat : 22910 (java) S 22906 22906 8563 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 117914742 14309736448 9231 18446744073709551615 4194304 4196468 140730973139712 140698432490128 140698469394133 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38354944 140730973143473 140730973143649 140730973143649 140730973147087 0
[pid=22908/tid=22911] ppid=22906 vsize=13974352 memory=139710742001280 CPUtime=0 cores=1,3,5,7
/proc/22908/task/22911/stat : 22911 (java) S 22906 22906 8563 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 117914742 14309736448 9231 18446744073709551615 4194304 4196468 140730973139712 140698068531728 140698469394133 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38354944 140730973143473 140730973143649 140730973143649 140730973147087 0
[pid=22908/tid=22912] ppid=22906 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/22908/task/22912/stat : 22912 (java) S 22906 22906 8563 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 117914742 14309736448 9231 18446744073709551615 4194304 4196468 140730973139712 140698067478928 140698469394133 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38354944 140730973143473 140730973143649 140730973143649 140730973147087 0
[pid=22908/tid=22913] ppid=22906 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/22908/task/22913/stat : 22913 (java) S 22906 22906 8563 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 117914742 14309736448 9231 18446744073709551615 4194304 4196468 140730973139712 140698066426128 140698469394133 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38354944 140730973143473 140730973143649 140730973143649 140730973147087 0
[pid=22908/tid=22914] ppid=22906 vsize=13974352 memory=139710742001280 CPUtime=0 cores=1,3,5,7
/proc/22908/task/22914/stat : 22914 (java) S 22906 22906 8563 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 117914743 14309736448 9231 18446744073709551615 4194304 4196468 140730973139712 140697452878704 140698469395074 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38354944 140730973143473 140730973143649 140730973143649 140730973147087 0
[pid=22908/tid=22915] ppid=22906 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/22908/task/22915/stat : 22915 (java) S 22906 22906 8563 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 117914744 14309736448 9231 18446744073709551615 4194304 4196468 140730973139712 140697451824672 140698469394133 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38354944 140730973143473 140730973143649 140730973143649 140730973147087 0
[pid=22908/tid=22916] ppid=22906 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/22908/task/22916/stat : 22916 (java) S 22906 22906 8563 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 117914744 14309736448 9231 18446744073709551615 4194304 4196468 140730973139712 140697450771824 140698469394133 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38354944 140730973143473 140730973143649 140730973143649 140730973147087 0
[pid=22908/tid=22917] ppid=22906 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/22908/task/22917/stat : 22917 (java) S 22906 22906 8563 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 117914746 14309736448 9231 18446744073709551615 4194304 4196468 140730973139712 140697449720144 140698469402523 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38354944 140730973143473 140730973143649 140730973143649 140730973147087 0
[pid=22908/tid=22918] ppid=22906 vsize=13974352 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/22908/task/22918/stat : 22918 (java) R 22906 22906 8563 0 -1 4202560 593 0 0 0 2 0 0 0 20 0 15 0 117914746 14309736448 9231 18446744073709551615 4194304 4196468 140730973139712 140697448667504 140698446963088 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 38354944 140730973143473 140730973143649 140730973143649 140730973147087 0
[pid=22908/tid=22919] ppid=22906 vsize=13974352 memory=-1 CPUtime=0.01 cores=1,3,5,7
/proc/22908/task/22919/stat : 22919 (java) R 22906 22906 8563 0 -1 1077944384 101 0 0 0 1 0 0 0 20 0 15 0 117914746 14309736448 9231 18446744073709551615 4194304 4196468 140730973139712 140697447614704 140698469395074 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 38354944 140730973143473 140730973143649 140730973143649 140730973147087 0
[pid=22908/tid=22920] ppid=22906 vsize=13974352 memory=139710742001280 CPUtime=0.05 cores=1,3,5,7
/proc/22908/task/22920/stat : 22920 (java) R 22906 22906 8563 0 -1 4202560 727 0 0 0 5 0 0 0 20 0 15 0 117914746 14309736448 9231 18446744073709551615 4194304 4196468 140730973139712 140697446561904 140698448369190 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 38354944 140730973143473 140730973143649 140730973143649 140730973147087 0
[pid=22908/tid=22921] ppid=22906 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/22908/task/22921/stat : 22921 (java) S 22906 22906 8563 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 117914747 14309736448 9231 18446744073709551615 4194304 4196468 140730973139712 140697445509344 140698469394133 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38354944 140730973143473 140730973143649 140730973143649 140730973147087 0
[pid=22908/tid=22922] ppid=22906 vsize=13974352 memory=139710742001280 CPUtime=0 cores=1,3,5,7
/proc/22908/task/22922/stat : 22922 (java) S 22906 22906 8563 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 117914750 14309736448 9231 18446744073709551615 4194304 4196468 140730973139712 140697444457648 140698469395074 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38354944 140730973143473 140730973143649 140730973143649 140730973147087 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 13983864 KiB
Current children cumulated memory: 38304 KiB

[startup+0.70084 s]
/proc/loadavg: 2.12 2.11 1.93 3/214 22922
/proc/meminfo: memFree=23673572/32770624 swapFree=67108860/67108860
[pid=22906] ppid=22903 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/22906/stat : 22906 (xcsp3-exec) S 22903 22906 8563 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 117914730 9740288 345 18446744073709551615 4194304 5098028 140724848391216 140724848389320 140566047220348 0 65536 5 65538 18446744071579417331 0 0 17 1 0 0 10 0 0 7196144 7232144 17403904 140724848394617 140724848394821 140724848394821 140724848398315 0
/proc/22906/statm: 2378 345 289 221 0 87 0
[pid=22908] ppid=22906 vsize=13978608 memory=285388 CPUtime=1.02 cores=1,3,5,7
/proc/22908/stat : 22908 (java) S 22906 22906 8563 0 -1 1077944320 11146 0 0 0 80 22 0 0 20 0 15 0 117914741 14314094592 71347 18446744073709551615 4194304 4196468 140730973139712 140730973122256 140698469383927 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 38354944 140730973143473 140730973143649 140730973143649 140730973147087 0
/proc/22908/statm: 3494652 71347 3123 1 0 3482964 0
[pid=22908/tid=22909] ppid=22906 vsize=13978608 memory=4044 CPUtime=0.47 cores=1,3,5,7
/proc/22908/task/22909/stat : 22909 (java) R 22906 22906 8563 0 -1 4202560 7592 0 0 0 42 5 0 0 20 0 15 0 117914741 14314094592 71347 18446744073709551615 4194304 4196468 140730973139712 140698473622768 140698469405853 0 4 1 16800974 0 0 0 -1 3 0 0 3 0 0 6293624 6294260 38354944 140730973143473 140730973143649 140730973143649 140730973147087 0
[pid=22908/tid=22910] ppid=22906 vsize=13978608 memory=640 CPUtime=0.06 cores=1,3,5,7
/proc/22908/task/22910/stat : 22910 (java) S 22906 22906 8563 0 -1 1077944384 70 0 0 0 3 3 0 0 20 0 15 0 117914742 14314094592 71347 18446744073709551615 4194304 4196468 140730973139712 140698432490128 140698469394133 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38354944 140730973143473 140730973143649 140730973143649 140730973147087 0
[pid=22908/tid=22911] ppid=22906 vsize=13978608 memory=1792 CPUtime=0.06 cores=1,3,5,7
/proc/22908/task/22911/stat : 22911 (java) S 22906 22906 8563 0 -1 1077944384 60 0 0 0 3 3 0 0 20 0 15 0 117914742 14314094592 71347 18446744073709551615 4194304 4196468 140730973139712 140698068531728 140698469394133 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38354944 140730973143473 140730973143649 140730973143649 140730973147087 0
[pid=22908/tid=22912] ppid=22906 vsize=13978608 memory=960 CPUtime=0.06 cores=1,3,5,7
/proc/22908/task/22912/stat : 22912 (java) S 22906 22906 8563 0 -1 1077944384 60 0 0 0 3 3 0 0 20 0 15 0 117914742 14314094592 71347 18446744073709551615 4194304 4196468 140730973139712 140698067478928 140698469394133 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38354944 140730973143473 140730973143649 140730973143649 140730973147087 0
[pid=22908/tid=22913] ppid=22906 vsize=13978608 memory=1240 CPUtime=0.06 cores=1,3,5,7
/proc/22908/task/22913/stat : 22913 (java) S 22906 22906 8563 0 -1 1077944384 68 0 0 0 3 3 0 0 20 0 15 0 117914742 14314094592 71347 18446744073709551615 4194304 4196468 140730973139712 140698066426128 140698469394133 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38354944 140730973143473 140730973143649 140730973143649 140730973147087 0
[pid=22908/tid=22914] ppid=22906 vsize=13978608 memory=2248 CPUtime=0 cores=1,3,5,7
/proc/22908/task/22914/stat : 22914 (java) S 22906 22906 8563 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 15 0 117914743 14314094592 71347 18446744073709551615 4194304 4196468 140730973139712 140697452878704 140698469395074 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38354944 140730973143473 140730973143649 140730973143649 140730973147087 0
[pid=22908/tid=22915] ppid=22906 vsize=13978608 memory=4304 CPUtime=0 cores=1,3,5,7
/proc/22908/task/22915/stat : 22915 (java) S 22906 22906 8563 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 117914744 14314094592 71347 18446744073709551615 4194304 4196468 140730973139712 140697451824672 140698469394133 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38354944 140730973143473 140730973143649 140730973143649 140730973147087 0
[pid=22908/tid=22916] ppid=22906 vsize=13978608 memory=1624 CPUtime=0 cores=1,3,5,7
/proc/22908/task/22916/stat : 22916 (java) S 22906 22906 8563 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 117914744 14314094592 71347 18446744073709551615 4194304 4196468 140730973139712 140697450771824 140698469394133 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38354944 140730973143473 140730973143649 140730973143649 140730973147087 0
[pid=22908/tid=22917] ppid=22906 vsize=13978608 memory=928 CPUtime=0 cores=1,3,5,7
/proc/22908/task/22917/stat : 22917 (java) S 22906 22906 8563 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 117914746 14314094592 71347 18446744073709551615 4194304 4196468 140730973139712 140697449720144 140698469402523 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38354944 140730973143473 140730973143649 140730973143649 140730973147087 0
[pid=22908/tid=22918] ppid=22906 vsize=13978608 memory=2164 CPUtime=0.06 cores=1,3,5,7
/proc/22908/task/22918/stat : 22918 (java) S 22906 22906 8563 0 -1 1077944384 790 0 0 0 6 0 0 0 20 0 15 0 117914746 14314094592 71347 18446744073709551615 4194304 4196468 140730973139712 140697448667504 140698469395074 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38354944 140730973143473 140730973143649 140730973143649 140730973147087 0
[pid=22908/tid=22919] ppid=22906 vsize=13978608 memory=840 CPUtime=0.04 cores=1,3,5,7
/proc/22908/task/22919/stat : 22919 (java) S 22906 22906 8563 0 -1 1077944384 152 0 0 0 4 0 0 0 20 0 15 0 117914746 14314094592 71347 18446744073709551615 4194304 4196468 140730973139712 140697447614704 140698469395074 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38354944 140730973143473 140730973143649 140730973143649 140730973147087 0
[pid=22908/tid=22920] ppid=22906 vsize=13978608 memory=86568 CPUtime=0.14 cores=1,3,5,7
/proc/22908/task/22920/stat : 22920 (java) S 22906 22906 8563 0 -1 1077944384 972 0 0 0 14 0 0 0 20 0 15 0 117914746 14314094592 71347 18446744073709551615 4194304 4196468 140730973139712 140697446561904 140698469395074 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38354944 140730973143473 140730973143649 140730973143649 140730973147087 0
[pid=22908/tid=22921] ppid=22906 vsize=13978608 memory=-8774313645642428999 CPUtime=0 cores=1,3,5,7
/proc/22908/task/22921/stat : 22921 (java) S 22906 22906 8563 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 117914747 14314094592 71347 18446744073709551615 4194304 4196468 140730973139712 140697445509344 140698469394133 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38354944 140730973143473 140730973143649 140730973143649 140730973147087 0
[pid=22908/tid=22922] ppid=22906 vsize=13978608 memory=4872558044660077418 CPUtime=0 cores=1,3,5,7
/proc/22908/task/22922/stat : 22922 (java) S 22906 22906 8563 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 117914750 14314094592 71347 18446744073709551615 4194304 4196468 140730973139712 140697444457648 140698469395074 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38354944 140730973143473 140730973143649 140730973143649 140730973147087 0
Current children cumulated CPU time: 1.02 s
Current children cumulated vsize: 13988120 KiB
Current children cumulated memory: 286768 KiB

[startup+1.50153 s]
/proc/loadavg: 2.12 2.11 1.93 3/214 22922
/proc/meminfo: memFree=22917112/32770624 swapFree=67108860/67108860
[pid=22906] ppid=22903 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/22906/stat : 22906 (xcsp3-exec) S 22903 22906 8563 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 117914730 9740288 345 18446744073709551615 4194304 5098028 140724848391216 140724848389320 140566047220348 0 65536 5 65538 18446744071579417331 0 0 17 1 0 0 10 0 0 7196144 7232144 17403904 140724848394617 140724848394821 140724848394821 140724848398315 0
/proc/22906/statm: 2378 345 289 221 0 87 0
[pid=22908] ppid=22906 vsize=13978684 memory=1139604 CPUtime=2.98 cores=1,3,5,7
/proc/22908/stat : 22908 (java) S 22906 22906 8563 0 -1 1077944320 14756 0 0 0 262 36 0 0 20 0 15 0 117914741 14314172416 284901 18446744073709551615 4194304 4196468 140730973139712 140730973122256 140698469383927 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 38354944 140730973143473 140730973143649 140730973143649 140730973147087 0
/proc/22908/statm: 3494671 284901 3203 1 0 3482964 0
[pid=22908/tid=22909] ppid=22906 vsize=13978684 memory=2276 CPUtime=1.09 cores=1,3,5,7
/proc/22908/task/22909/stat : 22909 (java) S 22906 22906 8563 0 -1 1077944384 8853 0 0 0 91 18 0 0 20 0 15 0 117914741 14314172416 284901 18446744073709551615 4194304 4196468 140730973139712 140698473621872 140698469394133 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 3 0 0 6293624 6294260 38354944 140730973143473 140730973143649 140730973143649 140730973147087 0
[pid=22908/tid=22910] ppid=22906 vsize=13978684 memory=4116 CPUtime=0.22 cores=1,3,5,7
/proc/22908/task/22910/stat : 22910 (java) S 22906 22906 8563 0 -1 1077944384 86 0 0 0 19 3 0 0 20 0 15 0 117914742 14314172416 284901 18446744073709551615 4194304 4196468 140730973139712 140698432490128 140698469394133 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38354944 140730973143473 140730973143649 140730973143649 140730973147087 0
[pid=22908/tid=22911] ppid=22906 vsize=13978684 memory=63620 CPUtime=0.23 cores=1,3,5,7
/proc/22908/task/22911/stat : 22911 (java) S 22906 22906 8563 0 -1 1077944384 88 0 0 0 20 3 0 0 20 0 15 0 117914742 14314172416 284901 18446744073709551615 4194304 4196468 140730973139712 140698068531728 140698469394133 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38354944 140730973143473 140730973143649 140730973143649 140730973147087 0
[pid=22908/tid=22912] ppid=22906 vsize=13978684 memory=1292 CPUtime=0.23 cores=1,3,5,7
/proc/22908/task/22912/stat : 22912 (java) S 22906 22906 8563 0 -1 1077944384 120 0 0 0 19 4 0 0 20 0 15 0 117914742 14314172416 284901 18446744073709551615 4194304 4196468 140730973139712 140698067478928 140698469394133 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38354944 140730973143473 140730973143649 140730973143649 140730973147087 0
[pid=22908/tid=22913] ppid=22906 vsize=13978684 memory=2316 CPUtime=0.23 cores=1,3,5,7
/proc/22908/task/22913/stat : 22913 (java) S 22906 22906 8563 0 -1 1077944384 137 0 0 0 19 4 0 0 20 0 15 0 117914742 14314172416 284901 18446744073709551615 4194304 4196468 140730973139712 140698066426128 140698469394133 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38354944 140730973143473 140730973143649 140730973143649 140730973147087 0
[pid=22908/tid=22914] ppid=22906 vsize=13978684 memory=1728 CPUtime=0.01 cores=1,3,5,7
/proc/22908/task/22914/stat : 22914 (java) R 22906 22906 8563 0 -1 4202560 273 0 0 0 1 0 0 0 20 0 15 0 117914743 14314172416 284837 18446744073709551615 4194304 4196468 140730973139712 140697452877216 140698462100890 0 0 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 38354944 140730973143473 140730973143649 140730973143649 140730973147087 0
[pid=22908/tid=22915] ppid=22906 vsize=13978684 memory=1228 CPUtime=0 cores=1,3,5,7
/proc/22908/task/22915/stat : 22915 (java) S 22906 22906 8563 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 117914744 14314172416 284828 18446744073709551615 4194304 4196468 140730973139712 140697451824736 140698469394133 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38354944 140730973143473 140730973143649 140730973143649 140730973147087 0
[pid=22908/tid=22916] ppid=22906 vsize=13978684 memory=0 CPUtime=0 cores=1,3,5,7
/proc/22908/task/22916/stat : 22916 (java) S 22906 22906 8563 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 117914744 14314172416 284828 18446744073709551615 4194304 4196468 140730973139712 140697450771840 140698469394133 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38354944 140730973143473 140730973143649 140730973143649 140730973147087 0
[pid=22908/tid=22917] ppid=22906 vsize=13978684 memory=0 CPUtime=0 cores=1,3,5,7
/proc/22908/task/22917/stat : 22917 (java) S 22906 22906 8563 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 117914746 14314172416 284828 18446744073709551615 4194304 4196468 140730973139712 140697449720144 140698469402523 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38354944 140730973143473 140730973143649 140730973143649 140730973147087 0
[pid=22908/tid=22918] ppid=22906 vsize=13978684 memory=0 CPUtime=0.4 cores=1,3,5,7
/proc/22908/task/22918/stat : 22918 (java) S 22906 22906 8563 0 -1 1077944384 1542 0 0 0 40 0 0 0 20 0 15 0 117914746 14314172416 284828 18446744073709551615 4194304 4196468 140730973139712 140697448667504 140698469395074 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38354944 140730973143473 140730973143649 140730973143649 140730973147087 0
[pid=22908/tid=22919] ppid=22906 vsize=13978684 memory=0 CPUtime=0.27 cores=1,3,5,7
/proc/22908/task/22919/stat : 22919 (java) S 22906 22906 8563 0 -1 1077944384 966 0 0 0 27 0 0 0 20 0 15 0 117914746 14314172416 284828 18446744073709551615 4194304 4196468 140730973139712 140697447614704 140698469395074 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38354944 140730973143473 140730973143649 140730973143649 140730973147087 0
[pid=22908/tid=22920] ppid=22906 vsize=13978684 memory=0 CPUtime=0.23 cores=1,3,5,7
/proc/22908/task/22920/stat : 22920 (java) S 22906 22906 8563 0 -1 1077944384 1392 0 0 0 23 0 0 0 20 0 15 0 117914746 14314172416 284828 18446744073709551615 4194304 4196468 140730973139712 140697446561904 140698469395074 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38354944 140730973143473 140730973143649 140730973143649 140730973147087 0
[pid=22908/tid=22921] ppid=22906 vsize=13978684 memory=0 CPUtime=0 cores=1,3,5,7
/proc/22908/task/22921/stat : 22921 (java) S 22906 22906 8563 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 117914747 14314172416 284828 18446744073709551615 4194304 4196468 140730973139712 140697445509344 140698469394133 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38354944 140730973143473 140730973143649 140730973143649 140730973147087 0
[pid=22908/tid=22922] ppid=22906 vsize=13978684 memory=11210019468133 CPUtime=0 cores=1,3,5,7
/proc/22908/task/22922/stat : 22922 (java) S 22906 22906 8563 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 117914750 14314172416 284828 18446744073709551615 4194304 4196468 140730973139712 140697444457648 140698469395074 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38354944 140730973143473 140730973143649 140730973143649 140730973147087 0

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

/proc/22908/task/22911/stat : 22911 (java) R 22906 22906 8563 0 -1 4202560 53076 0 0 0 1005 283 0 0 20 0 15 0 117914742 14316269568 2889716 18446744073709551615 4194304 4196468 140730973139712 140698068531616 140698454334920 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 38354944 140730973143473 140730973143649 140730973143649 140730973147087 0
[pid=22908/tid=22912] ppid=22906 vsize=13980732 memory=9683372 CPUtime=12.91 cores=1,3,5,7
/proc/22908/task/22912/stat : 22912 (java) R 22906 22906 8563 0 -1 4202560 46972 0 0 0 1000 291 0 0 20 0 15 0 117914742 14316269568 2889716 18446744073709551615 4194304 4196468 140730973139712 140698067479128 140698454081566 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 38354944 140730973143473 140730973143649 140730973143649 140730973147087 0
[pid=22908/tid=22913] ppid=22906 vsize=13980732 memory=1380 CPUtime=12.93 cores=1,3,5,7
/proc/22908/task/22913/stat : 22913 (java) R 22906 22906 8563 0 -1 4202560 52164 0 0 0 1004 289 0 0 20 0 15 0 117914742 14316269568 2889716 18446744073709551615 4194304 4196468 140730973139712 140698066426328 140698454081679 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 38354944 140730973143473 140730973143649 140730973143649 140730973147087 0
[pid=22908/tid=22914] ppid=22906 vsize=13980732 memory=9683372 CPUtime=2.74 cores=1,3,5,7
/proc/22908/task/22914/stat : 22914 (java) S 22906 22906 8563 0 -1 1077944384 15934 0 0 0 270 4 0 0 20 0 15 0 117914743 14316269568 2889716 18446744073709551615 4194304 4196468 140730973139712 140697452877040 140698469394133 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38354944 140730973143473 140730973143649 140730973143649 140730973147087 0
[pid=22908/tid=22915] ppid=22906 vsize=13980732 memory=4116 CPUtime=0 cores=1,3,5,7
/proc/22908/task/22915/stat : 22915 (java) S 22906 22906 8563 0 -1 1077944384 40 0 0 0 0 0 0 0 20 0 15 0 117914744 14316269568 2889716 18446744073709551615 4194304 4196468 140730973139712 140697451824736 140698469394133 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38354944 140730973143473 140730973143649 140730973143649 140730973147087 0
[pid=22908/tid=22916] ppid=22906 vsize=13980732 memory=63620 CPUtime=0 cores=1,3,5,7
/proc/22908/task/22916/stat : 22916 (java) S 22906 22906 8563 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 15 0 117914744 14316269568 2889716 18446744073709551615 4194304 4196468 140730973139712 140697450771840 140698469394133 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38354944 140730973143473 140730973143649 140730973143649 140730973147087 0
[pid=22908/tid=22917] ppid=22906 vsize=13980732 memory=1292 CPUtime=0 cores=1,3,5,7
/proc/22908/task/22917/stat : 22917 (java) S 22906 22906 8563 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 117914746 14316269568 2889716 18446744073709551615 4194304 4196468 140730973139712 140697449720144 140698469402523 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38354944 140730973143473 140730973143649 140730973143649 140730973147087 0
[pid=22908/tid=22918] ppid=22906 vsize=13980732 memory=1380 CPUtime=0.64 cores=1,3,5,7
/proc/22908/task/22918/stat : 22918 (java) S 22906 22906 8563 0 -1 1077944384 3594 0 0 0 64 0 0 0 20 0 15 0 117914746 14316269568 2889716 18446744073709551615 4194304 4196468 140730973139712 140697448667504 140698469395074 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38354944 140730973143473 140730973143649 140730973143649 140730973147087 0
[pid=22908/tid=22919] ppid=22906 vsize=13980732 memory=11491872 CPUtime=0.45 cores=1,3,5,7
/proc/22908/task/22919/stat : 22919 (java) S 22906 22906 8563 0 -1 1077944384 2549 0 0 0 45 0 0 0 20 0 15 0 117914746 14316269568 2889716 18446744073709551615 4194304 4196468 140730973139712 140697447614704 140698469395074 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38354944 140730973143473 140730973143649 140730973143649 140730973147087 0
[pid=22908/tid=22920] ppid=22906 vsize=13980732 memory=1380 CPUtime=0.31 cores=1,3,5,7
/proc/22908/task/22920/stat : 22920 (java) S 22906 22906 8563 0 -1 1077944384 3123 0 0 0 31 0 0 0 20 0 15 0 117914746 14316269568 2889716 18446744073709551615 4194304 4196468 140730973139712 140697446561904 140698469395074 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38354944 140730973143473 140730973143649 140730973143649 140730973147087 0
[pid=22908/tid=22921] ppid=22906 vsize=13980732 memory=2316 CPUtime=0 cores=1,3,5,7
/proc/22908/task/22921/stat : 22921 (java) S 22906 22906 8563 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 117914747 14316269568 2889716 18446744073709551615 4194304 4196468 140730973139712 140697445509344 140698469394133 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38354944 140730973143473 140730973143649 140730973143649 140730973147087 0
[pid=22908/tid=22922] ppid=22906 vsize=13980732 memory=1728 CPUtime=0.05 cores=1,3,5,7
/proc/22908/task/22922/stat : 22922 (java) S 22906 22906 8563 0 -1 1077944384 345 0 0 0 3 2 0 0 20 0 15 0 117914750 14316269568 2889716 18446744073709551615 4194304 4196468 140730973139712 140697444457648 140698469395074 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38354944 140730973143473 140730973143649 140730973143649 140730973147087 0
Current children cumulated CPU time: 142.37 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 11560244 KiB

[startup+104.001 s]*
/proc/loadavg: 2.23 2.12 1.95 6/211 22925
/proc/meminfo: memFree=12172240/32770624 swapFree=67108860/67108860
[pid=22906] ppid=22903 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/22906/stat : 22906 (xcsp3-exec) S 22903 22906 8563 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 117914730 9740288 345 18446744073709551615 4194304 5098028 140724848391216 140724848389320 140566047220348 0 65536 5 65538 18446744071579417331 0 0 17 1 0 0 10 0 0 7196144 7232144 17403904 140724848394617 140724848394821 140724848394821 140724848398315 0
/proc/22906/statm: 2378 345 289 221 0 87 0
[pid=22908] ppid=22906 vsize=13980732 memory=11559432 CPUtime=148.61 cores=1,3,5,7
/proc/22908/stat : 22908 (java) S 22906 22906 8563 0 -1 1077944320 430436 0 0 0 13655 1206 0 0 20 0 15 0 117914741 14316269568 2889858 18446744073709551615 4194304 4196468 140730973139712 140730973122256 140698469383927 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 38354944 140730973143473 140730973143649 140730973143649 140730973147087 0
/proc/22908/statm: 3495183 2889858 3220 1 0 3483476 0
[pid=22908/tid=22909] ppid=22906 vsize=13980732 memory=3260 CPUtime=86.49 cores=1,3,5,7
/proc/22908/task/22909/stat : 22909 (java) S 22906 22906 8563 0 -1 1077944384 91863 0 0 0 8622 27 0 0 20 0 15 0 117914741 14316269568 2889858 18446744073709551615 4194304 4196468 140730973139712 140698473622144 140698469394133 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 3 0 0 6293624 6294260 38354944 140730973143473 140730973143649 140730973143649 140730973147087 0
[pid=22908/tid=22910] ppid=22906 vsize=13980732 memory=1380 CPUtime=14.41 cores=1,3,5,7
/proc/22908/task/22910/stat : 22910 (java) R 22906 22906 8563 0 -1 4202560 51396 0 0 0 1142 299 0 0 20 0 15 0 117914742 14316269568 2889858 18446744073709551615 4194304 4196468 140730973139712 140698432490248 140698462012135 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 38354944 140730973143473 140730973143649 140730973143649 140730973147087 0
[pid=22908/tid=22911] ppid=22906 vsize=13980732 memory=4872558044660077418 CPUtime=14.42 cores=1,3,5,7
/proc/22908/task/22911/stat : 22911 (java) R 22906 22906 8563 0 -1 4202560 53081 0 0 0 1159 283 0 0 20 0 15 0 117914742 14316269568 2889858 18446744073709551615 4194304 4196468 140730973139712 140698068531536 140698462012135 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 38354944 140730973143473 140730973143649 140730973143649 140730973147087 0
[pid=22908/tid=22912] ppid=22906 vsize=13980732 memory=6441361776102888038 CPUtime=14.47 cores=1,3,5,7
/proc/22908/task/22912/stat : 22912 (java) R 22906 22906 8563 0 -1 4202560 47003 0 0 0 1155 292 0 0 20 0 15 0 117914742 14316269568 2889858 18446744073709551615 4194304 4196468 140730973139712 140698067478736 140698462012135 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 38354944 140730973143473 140730973143649 140730973143649 140730973147087 0
[pid=22908/tid=22913] ppid=22906 vsize=13980732 memory=6656426216303648864 CPUtime=14.52 cores=1,3,5,7
/proc/22908/task/22913/stat : 22913 (java) R 22906 22906 8563 0 -1 4202560 160213 0 0 0 1158 294 0 0 20 0 15 0 117914742 14316269568 2889858 18446744073709551615 4194304 4196468 140730973139712 140698066426328 140698462486913 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 38354944 140730973143473 140730973143649 140730973143649 140730973147087 0
[pid=22908/tid=22914] ppid=22906 vsize=13980732 memory=6656426216303648864 CPUtime=2.75 cores=1,3,5,7
/proc/22908/task/22914/stat : 22914 (java) S 22906 22906 8563 0 -1 1077944384 15941 0 0 0 271 4 0 0 20 0 15 0 117914743 14316269568 2889858 18446744073709551615 4194304 4196468 140730973139712 140697452877264 140698469394133 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38354944 140730973143473 140730973143649 140730973143649 140730973147087 0
[pid=22908/tid=22915] ppid=22906 vsize=13980732 memory=6944656592387989600 CPUtime=0 cores=1,3,5,7
/proc/22908/task/22915/stat : 22915 (java) S 22906 22906 8563 0 -1 1077944384 40 0 0 0 0 0 0 0 20 0 15 0 117914744 14316269568 2889858 18446744073709551615 4194304 4196468 140730973139712 140697451824736 140698469394133 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38354944 140730973143473 140730973143649 140730973143649 140730973147087 0
[pid=22908/tid=22916] ppid=22906 vsize=13980732 memory=6944656592455097440 CPUtime=0 cores=1,3,5,7
/proc/22908/task/22916/stat : 22916 (java) S 22906 22906 8563 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 15 0 117914744 14316269568 2889858 18446744073709551615 4194304 4196468 140730973139712 140697450771840 140698469394133 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38354944 140730973143473 140730973143649 140730973143649 140730973147087 0
[pid=22908/tid=22917] ppid=22906 vsize=13980732 memory=6943526294502006880 CPUtime=0 cores=1,3,5,7
/proc/22908/task/22917/stat : 22917 (java) S 22906 22906 8563 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 117914746 14316269568 2889858 18446744073709551615 4194304 4196468 140730973139712 140697449720144 140698469402523 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38354944 140730973143473 140730973143649 140730973143649 140730973147087 0
[pid=22908/tid=22918] ppid=22906 vsize=13980732 memory=-8774313645642428999 CPUtime=0.64 cores=1,3,5,7
/proc/22908/task/22918/stat : 22918 (java) S 22906 22906 8563 0 -1 1077944384 3594 0 0 0 64 0 0 0 20 0 15 0 117914746 14316269568 2889858 18446744073709551615 4194304 4196468 140730973139712 140697448667504 140698469395074 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38354944 140730973143473 140730973143649 140730973143649 140730973147087 0
[pid=22908/tid=22919] ppid=22906 vsize=13980732 memory=8243114992657236051 CPUtime=0.45 cores=1,3,5,7
/proc/22908/task/22919/stat : 22919 (java) S 22906 22906 8563 0 -1 1077944384 2549 0 0 0 45 0 0 0 20 0 15 0 117914746 14316269568 2889858 18446744073709551615 4194304 4196468 140730973139712 140697447614704 140698469395074 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38354944 140730973143473 140730973143649 140730973143649 140730973147087 0
[pid=22908/tid=22920] ppid=22906 vsize=13980732 memory=288284489334129496 CPUtime=0.31 cores=1,3,5,7
/proc/22908/task/22920/stat : 22920 (java) S 22906 22906 8563 0 -1 1077944384 3123 0 0 0 31 0 0 0 20 0 15 0 117914746 14316269568 2889858 18446744073709551615 4194304 4196468 140730973139712 140697446561904 140698469395074 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38354944 140730973143473 140730973143649 140730973143649 140730973147087 0
[pid=22908/tid=22921] ppid=22906 vsize=13980732 memory=8243114992657236051 CPUtime=0 cores=1,3,5,7
/proc/22908/task/22921/stat : 22921 (java) S 22906 22906 8563 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 117914747 14316269568 2889858 18446744073709551615 4194304 4196468 140730973139712 140697445509344 140698469394133 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38354944 140730973143473 140730973143649 140730973143649 140730973147087 0
[pid=22908/tid=22922] ppid=22906 vsize=13980732 memory=288284489334129496 CPUtime=0.05 cores=1,3,5,7
/proc/22908/task/22922/stat : 22922 (java) S 22906 22906 8563 0 -1 1077944384 347 0 0 0 3 2 0 0 20 0 15 0 117914750 14316269568 2889858 18446744073709551615 4194304 4196468 140730973139712 140697444457648 140698469395074 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38354944 140730973143473 140730973143649 140730973143649 140730973147087 0
Current children cumulated CPU time: 148.61 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 11560812 KiB

[startup+105.601 s]
/proc/loadavg: 2.23 2.12 1.95 6/211 22925
/proc/meminfo: memFree=12172240/32770624 swapFree=67108860/67108860
[pid=22906] ppid=22903 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/22906/stat : 22906 (xcsp3-exec) S 22903 22906 8563 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 117914730 9740288 345 18446744073709551615 4194304 5098028 140724848391216 140724848389320 140566047220348 0 65536 5 65538 18446744071579417331 0 0 17 1 0 0 10 0 0 7196144 7232144 17403904 140724848394617 140724848394821 140724848394821 140724848398315 0
/proc/22906/statm: 2378 345 289 221 0 87 0
[pid=22908] ppid=22906 vsize=13980732 memory=11559996 CPUtime=153.21 cores=1,3,5,7
/proc/22908/stat : 22908 (java) S 22906 22906 8563 0 -1 1077944320 503377 0 0 0 14109 1212 0 0 20 0 15 0 117914741 14316269568 2889999 18446744073709551615 4194304 4196468 140730973139712 140730973122256 140698469383927 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 38354944 140730973143473 140730973143649 140730973143649 140730973147087 0
/proc/22908/statm: 3495183 2889999 3220 1 0 3483476 0
[pid=22908/tid=22909] ppid=22906 vsize=13980732 memory=1380 CPUtime=86.49 cores=1,3,5,7
/proc/22908/task/22909/stat : 22909 (java) S 22906 22906 8563 0 -1 1077944384 91953 0 0 0 8622 27 0 0 20 0 15 0 117914741 14316269568 2889999 18446744073709551615 4194304 4196468 140730973139712 140698473622144 140698469394133 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 3 0 0 6293624 6294260 38354944 140730973143473 140730973143649 140730973143649 140730973147087 0
[pid=22908/tid=22910] ppid=22906 vsize=13980732 memory=1380 CPUtime=15.4 cores=1,3,5,7
/proc/22908/task/22910/stat : 22910 (java) S 22906 22906 8563 0 -1 1077944384 59081 0 0 0 1240 300 0 0 20 0 15 0 117914742 14316269568 2889999 18446744073709551615 4194304 4196468 140730973139712 140698432490128 140698469394133 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38354944 140730973143473 140730973143649 140730973143649 140730973147087 0
[pid=22908/tid=22911] ppid=22906 vsize=13980732 memory=11558864 CPUtime=15.44 cores=1,3,5,7
/proc/22908/task/22911/stat : 22911 (java) S 22906 22906 8563 0 -1 1077944384 71250 0 0 0 1259 285 0 0 20 0 15 0 117914742 14316269568 2889999 18446744073709551615 4194304 4196468 140730973139712 140698068531728 140698469394133 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38354944 140730973143473 140730973143649 140730973143649 140730973147087 0
[pid=22908/tid=22912] ppid=22906 vsize=13980732 memory=4044 CPUtime=15.47 cores=1,3,5,7
/proc/22908/task/22912/stat : 22912 (java) S 22906 22906 8563 0 -1 1077944384 62381 0 0 0 1254 293 0 0 20 0 15 0 117914742 14316269568 2889999 18446744073709551615 4194304 4196468 140730973139712 140698067478928 140698469394133 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38354944 140730973143473 140730973143649 140730973143649 140730973147087 0
[pid=22908/tid=22913] ppid=22906 vsize=13980732 memory=640 CPUtime=15.53 cores=1,3,5,7
/proc/22908/task/22913/stat : 22913 (java) S 22906 22906 8563 0 -1 1077944384 182563 0 0 0 1258 295 0 0 20 0 15 0 117914742 14316269568 2889999 18446744073709551615 4194304 4196468 140730973139712 140698066426128 140698469394133 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38354944 140730973143473 140730973143649 140730973143649 140730973147087 0
[pid=22908/tid=22914] ppid=22906 vsize=13980732 memory=1792 CPUtime=3.32 cores=1,3,5,7
/proc/22908/task/22914/stat : 22914 (java) R 22906 22906 8563 0 -1 4202560 25183 0 0 0 328 4 0 0 20 0 15 0 117914743 14316269568 2889999 18446744073709551615 4194304 4196468 140730973139712 140697452877136 140698453841525 0 0 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 38354944 140730973143473 140730973143649 140730973143649 140730973147087 0
[pid=22908/tid=22915] ppid=22906 vsize=13980732 memory=11559040 CPUtime=0 cores=1,3,5,7
/proc/22908/task/22915/stat : 22915 (java) S 22906 22906 8563 0 -1 1077944384 53 0 0 0 0 0 0 0 20 0 15 0 117914744 14316269568 2889999 18446744073709551615 4194304 4196468 140730973139712 140697451824736 140698469394133 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38354944 140730973143473 140730973143649 140730973143649 140730973147087 0
[pid=22908/tid=22916] ppid=22906 vsize=13980732 memory=-6876025511468833693 CPUtime=0 cores=1,3,5,7
/proc/22908/task/22916/stat : 22916 (java) S 22906 22906 8563 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 15 0 117914744 14316269568 2889999 18446744073709551615 4194304 4196468 140730973139712 140697450771840 140698469394133 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38354944 140730973143473 140730973143649 140730973143649 140730973147087 0
[pid=22908/tid=22917] ppid=22906 vsize=13980732 memory=5938394588798018880 CPUtime=0 cores=1,3,5,7
/proc/22908/task/22917/stat : 22917 (java) S 22906 22906 8563 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 117914746 14316269568 2889999 18446744073709551615 4194304 4196468 140730973139712 140697449720144 140698469402523 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38354944 140730973143473 140730973143649 140730973143649 140730973147087 0
[pid=22908/tid=22918] ppid=22906 vsize=13980732 memory=0 CPUtime=0.64 cores=1,3,5,7
/proc/22908/task/22918/stat : 22918 (java) S 22906 22906 8563 0 -1 1077944384 3594 0 0 0 64 0 0 0 20 0 15 0 117914746 14316269568 2889999 18446744073709551615 4194304 4196468 140730973139712 140697448667504 140698469395074 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38354944 140730973143473 140730973143649 140730973143649 140730973147087 0
[pid=22908/tid=22919] ppid=22906 vsize=13980732 memory=3411 CPUtime=0.45 cores=1,3,5,7
/proc/22908/task/22919/stat : 22919 (java) S 22906 22906 8563 0 -1 1077944384 2549 0 0 0 45 0 0 0 20 0 15 0 117914746 14316269568 2889999 18446744073709551615 4194304 4196468 140730973139712 140697447614704 140698469395074 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38354944 140730973143473 140730973143649 140730973143649 140730973147087 0
[pid=22908/tid=22920] ppid=22906 vsize=13980732 memory=2148 CPUtime=0.31 cores=1,3,5,7
/proc/22908/task/22920/stat : 22920 (java) S 22906 22906 8563 0 -1 1077944384 3123 0 0 0 31 0 0 0 20 0 15 0 117914746 14316269568 2889999 18446744073709551615 4194304 4196468 140730973139712 140697446561904 140698469395074 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38354944 140730973143473 140730973143649 140730973143649 140730973147087 0
[pid=22908/tid=22921] ppid=22906 vsize=13980732 memory=-8774313645642428999 CPUtime=0 cores=1,3,5,7
/proc/22908/task/22921/stat : 22921 (java) S 22906 22906 8563 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 117914747 14316269568 2889999 18446744073709551615 4194304 4196468 140730973139712 140697445509344 140698469394133 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38354944 140730973143473 140730973143649 140730973143649 140730973147087 0
[pid=22908/tid=22922] ppid=22906 vsize=13980732 memory=11491872 CPUtime=0.07 cores=1,3,5,7
/proc/22908/task/22922/stat : 22922 (java) S 22906 22906 8563 0 -1 1077944384 361 0 0 0 4 3 0 0 20 0 15 0 117914750 14316269568 2889999 18446744073709551615 4194304 4196468 140730973139712 140697444457648 140698469395074 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38354944 140730973143473 140730973143649 140730973143649 140730973147087 0
Current children cumulated CPU time: 153.21 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 11561376 KiB

[startup+106.412 s]
/proc/loadavg: 2.23 2.12 1.95 6/211 22925
/proc/meminfo: memFree=12171992/32770624 swapFree=67108860/67108860
[pid=22906] ppid=22903 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/22906/stat : 22906 (xcsp3-exec) S 22903 22906 8563 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 117914730 9740288 345 18446744073709551615 4194304 5098028 140724848391216 140724848389320 140566047220348 0 65536 5 65538 18446744071579417331 0 0 17 1 0 0 10 0 0 7196144 7232144 17403904 140724848394617 140724848394821 140724848394821 140724848398315 0
/proc/22906/statm: 2378 345 289 221 0 87 0
[pid=22908] ppid=22906 vsize=13980732 memory=11559996 CPUtime=156.16 cores=1,3,5,7
/proc/22908/stat : 22908 (java) S 22906 22906 8563 0 -1 1077944320 503858 0 0 0 14403 1213 0 0 20 0 15 0 117914741 14316269568 2889999 18446744073709551615 4194304 4196468 140730973139712 140730973122256 140698469383927 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 38354944 140730973143473 140730973143649 140730973143649 140730973147087 0
/proc/22908/statm: 3495183 2889999 3220 1 0 3483476 0
[pid=22908/tid=22909] ppid=22906 vsize=13980732 memory=1380 CPUtime=86.49 cores=1,3,5,7
/proc/22908/task/22909/stat : 22909 (java) S 22906 22906 8563 0 -1 1077944384 91953 0 0 0 8622 27 0 0 20 0 15 0 117914741 14316269568 2889999 18446744073709551615 4194304 4196468 140730973139712 140698473622144 140698469394133 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 3 0 0 6293624 6294260 38354944 140730973143473 140730973143649 140730973143649 140730973147087 0
[pid=22908/tid=22910] ppid=22906 vsize=13980732 memory=11559996 CPUtime=16.11 cores=1,3,5,7
/proc/22908/task/22910/stat : 22910 (java) S 22906 22906 8563 0 -1 1077944384 59244 0 0 0 1311 300 0 0 20 0 15 0 117914742 14316269568 2889999 18446744073709551615 4194304 4196468 140730973139712 140698432490128 140698469394133 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38354944 140730973143473 140730973143649 140730973143649 140730973147087 0
[pid=22908/tid=22911] ppid=22906 vsize=13980732 memory=-8774313645642428999 CPUtime=16.16 cores=1,3,5,7
/proc/22908/task/22911/stat : 22911 (java) S 22906 22906 8563 0 -1 1077944384 71363 0 0 0 1331 285 0 0 20 0 15 0 117914742 14316269568 2889999 18446744073709551615 4194304 4196468 140730973139712 140698068531728 140698469394133 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38354944 140730973143473 140730973143649 140730973143649 140730973147087 0
[pid=22908/tid=22912] ppid=22906 vsize=13980732 memory=0 CPUtime=16.19 cores=1,3,5,7
/proc/22908/task/22912/stat : 22912 (java) S 22906 22906 8563 0 -1 1077944384 62403 0 0 0 1326 293 0 0 20 0 15 0 117914742 14316269568 2889999 18446744073709551615 4194304 4196468 140730973139712 140698067478928 140698469394133 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38354944 140730973143473 140730973143649 140730973143649 140730973147087 0
[pid=22908/tid=22913] ppid=22906 vsize=13980732 memory=7091590889825135208 CPUtime=16.25 cores=1,3,5,7
/proc/22908/task/22913/stat : 22913 (java) S 22906 22906 8563 0 -1 1077944384 182719 0 0 0 1329 296 0 0 20 0 15 0 117914742 14316269568 2889999 18446744073709551615 4194304 4196468 140730973139712 140698066426128 140698469394133 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38354944 140730973143473 140730973143649 140730973143649 140730973147087 0
[pid=22908/tid=22914] ppid=22906 vsize=13980732 memory=7738988906746702956 CPUtime=3.4 cores=1,3,5,7
/proc/22908/task/22914/stat : 22914 (java) R 22906 22906 8563 0 -1 4202560 25192 0 0 0 336 4 0 0 20 0 15 0 117914743 14316269568 2889999 18446744073709551615 4194304 4196468 140730973139712 140697452877152 140698453841497 0 0 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 38354944 140730973143473 140730973143649 140730973143649 140730973147087 0
[pid=22908/tid=22915] ppid=22906 vsize=13980732 memory=-8774313645642428999 CPUtime=0 cores=1,3,5,7
/proc/22908/task/22915/stat : 22915 (java) S 22906 22906 8563 0 -1 1077944384 53 0 0 0 0 0 0 0 20 0 15 0 117914744 14316269568 2889999 18446744073709551615 4194304 4196468 140730973139712 140697451824736 140698469394133 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38354944 140730973143473 140730973143649 140730973143649 140730973147087 0
[pid=22908/tid=22916] ppid=22906 vsize=13980732 memory=7007707949394126417 CPUtime=0 cores=1,3,5,7
/proc/22908/task/22916/stat : 22916 (java) S 22906 22906 8563 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 15 0 117914744 14316269568 2889999 18446744073709551615 4194304 4196468 140730973139712 140697450771840 140698469394133 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38354944 140730973143473 140730973143649 140730973143649 140730973147087 0
[pid=22908/tid=22917] ppid=22906 vsize=13980732 memory=7666364995466192728 CPUtime=0 cores=1,3,5,7
/proc/22908/task/22917/stat : 22917 (java) S 22906 22906 8563 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 117914746 14316269568 2889999 18446744073709551615 4194304 4196468 140730973139712 140697449720144 140698469402523 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38354944 140730973143473 140730973143649 140730973143649 140730973147087 0
[pid=22908/tid=22918] ppid=22906 vsize=13980732 memory=6935649255776346432 CPUtime=0.64 cores=1,3,5,7
/proc/22908/task/22918/stat : 22918 (java) S 22906 22906 8563 0 -1 1077944384 3597 0 0 0 64 0 0 0 20 0 15 0 117914746 14316269568 2889999 18446744073709551615 4194304 4196468 140730973139712 140697448667264 140698469394133 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38354944 140730973143473 140730973143649 140730973143649 140730973147087 0
[pid=22908/tid=22919] ppid=22906 vsize=13980732 memory=7014470040326004800 CPUtime=0.45 cores=1,3,5,7
/proc/22908/task/22919/stat : 22919 (java) S 22906 22906 8563 0 -1 1077944384 2551 0 0 0 45 0 0 0 20 0 15 0 117914746 14316269568 2889999 18446744073709551615 4194304 4196468 140730973139712 140697447614752 140698469394133 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38354944 140730973143473 140730973143649 140730973143649 140730973147087 0
[pid=22908/tid=22920] ppid=22906 vsize=13980732 memory=196838351221508 CPUtime=0.31 cores=1,3,5,7
/proc/22908/task/22920/stat : 22920 (java) S 22906 22906 8563 0 -1 1077944384 3125 0 0 0 31 0 0 0 20 0 15 0 117914746 14316269568 2889999 18446744073709551615 4194304 4196468 140730973139712 140697446561952 140698469394133 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38354944 140730973143473 140730973143649 140730973143649 140730973147087 0
[pid=22908/tid=22921] ppid=22906 vsize=13980732 memory=279421177037040 CPUtime=0 cores=1,3,5,7
/proc/22908/task/22921/stat : 22921 (java) S 22906 22906 8563 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 117914747 14316269568 2889999 18446744073709551615 4194304 4196468 140730973139712 140697445509344 140698469394133 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38354944 140730973143473 140730973143649 140730973143649 140730973147087 0
[pid=22908/tid=22922] ppid=22906 vsize=13980732 memory=279421177037040 CPUtime=0.07 cores=1,3,5,7
/proc/22908/task/22922/stat : 22922 (java) S 22906 22906 8563 0 -1 1077944384 372 0 0 0 4 3 0 0 20 0 15 0 117914750 14316269568 2889999 18446744073709551615 4194304 4196468 140730973139712 140697444457648 140698469395074 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38354944 140730973143473 140730973143649 140730973143649 140730973147087 0
Current children cumulated CPU time: 156.16 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 11561376 KiB

[startup+106.601 s]
/proc/loadavg: 2.23 2.12 1.95 6/211 22925
/proc/meminfo: memFree=12171992/32770624 swapFree=67108860/67108860
[pid=22906] ppid=22903 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/22906/stat : 22906 (xcsp3-exec) S 22903 22906 8563 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 117914730 9740288 345 18446744073709551615 4194304 5098028 140724848391216 140724848389320 140566047220348 0 65536 5 65538 18446744071579417331 0 0 17 1 0 0 10 0 0 7196144 7232144 17403904 140724848394617 140724848394821 140724848394821 140724848398315 0
/proc/22906/statm: 2378 345 289 221 0 87 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 9512 KiB
Current children cumulated memory: 1380 KiB

Child status: 1
Real time (s): 106.609
CPU time (s): 156.367
CPU user time (s): 144.157
CPU system time (s): 12.21
CPU usage (%): 146.673
Max. virtual memory (cumulated for all children) (KiB): 13990244
Max. memory (cumulated for all children) (KiB): 11561376

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 144.157
system time used= 12.21
maximum resident set size= 11560308
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 504572
page faults= 0
swaps= 0
block input operations= 0
block output operations= 232
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 11881
involuntary context switches= 684


# summary of solver processes directly reported to runsolver:
#   pid: 22906
#   total CPU time (s): 156.367
#   total CPU user time (s): 144.157
#   total CPU system time (s): 12.21

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.744199 second user time and 1.11856 second system time

The end

Launcher Data

Begin job on node125 at 2017-08-19 17:21:35
IDJOB=4281774
IDBENCH=138092
IDSOLVER=2677
FILE ID=node125/4281774-1503156942
RUNJOBID= node125-1503095795-8622
PBS_JOBID= 
Free space on /tmp= 61904 MiB

SOLVER NAME= choco-solver 4.0.5 seq
BENCH NAME= XCSP17/BinPacking/BinPacking-tab-sw120/BinPacking-tab-sw120-50.xml
COMMAND LINE= ./xcsp3-exec -dir DIR -tl TIMEOUT -ml 11000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4281774-1503156942/watcher-4281774-1503156942 -o /tmp/evaluation-result-4281774-1503156942/solver-4281774-1503156942 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node125-1503095795-8622 --watchdog 2580  ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 544763390 HOME/instance-4281774-1503156942.xml

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

MD5SUM BENCH= 53b1156e30bb035a294b23873bcaa6f4
RANDOM SEED=544763390

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

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.07
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.07
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.07
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.07
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:        23740500 kB
MemAvailable:   25022444 kB
Buffers:          326452 kB
Cached:          1262168 kB
SwapCached:            0 kB
Active:          7903640 kB
Inactive:         677964 kB
Active(anon):    6993280 kB
Inactive(anon):    49484 kB
Active(file):     910360 kB
Inactive(file):   628480 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             93696 kB
Writeback:             0 kB
AnonPages:       6992936 kB
Mapped:            74940 kB
Shmem:             49828 kB
Slab:             144136 kB
SReclaimable:     117880 kB
SUnreclaim:        26256 kB
KernelStack:        3488 kB
PageTables:        19284 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    8708524 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   6846464 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      118144 kB
DirectMap2M:    33427456 kB

Free space on /tmp at the end= 61896 MiB
End job on node125 at 2017-08-19 17:23:21