Trace number 4282661

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)? 336.564 189.649

General information on the benchmark

NameRamsey/Ramsey-int-s1/
Ramsey-int-15.xml
MD5SUM4870bb42219503db6b08817d9224dcd4
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark2
Best CPU time to get the best result obtained on this benchmark5.2386699
Satisfiable
(Un)Satisfiability was proved
Number of variables225
Number of constraints455
Number of domains1
Minimum domain size105
Maximum domain size105
Distribution of domain sizes[{"size":105,"count":105}]
Minimum variable degree0
Maximum variable degree14
Distribution of variable degrees[{"degree":0,"count":120},{"degree":14,"count":105}]
Minimum constraint arity3
Maximum constraint arity3
Distribution of constraint arities[{"arity":3,"count":455}]
Number of extensional constraints0
Number of intensional constraints455
Distribution of constraint types[{"type":"intension","count":455}]
Optimization problemYES
Type of objectivemin MAXIMUM

Solver Data

0.00/0.10	c java -server -Xmx11000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4282661-1503168767.xml"  -tl '2520s' -p 1 -x 0
0.07/0.28	c [HOME/instance-4282661-1503168767.xml, -tl, 2520s, -p, 1, -x, 0]
0.25/0.34	c simple solver
0.25/0.40	c parse instance...
336.41/189.58	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
336.41/189.58		at org.chocosolver.solver.constraints.extension.nary.PropCompactTable.computeSupports(PropCompactTable.java:98)
336.41/189.58		at org.chocosolver.solver.constraints.extension.nary.PropCompactTable.<init>(PropCompactTable.java:61)
336.41/189.58		at org.chocosolver.solver.constraints.IIntConstraintFactory.table(IIntConstraintFactory.java:1867)
336.41/189.58		at org.chocosolver.solver.constraints.IIntConstraintFactory.table(IIntConstraintFactory.java:1823)
336.41/189.58		at org.chocosolver.solver.expression.discrete.relational.ReExpression.extension(ReExpression.java:150)
336.41/189.58		at org.chocosolver.parser.xcsp.XCSPParser.buildCtrIntension(XCSPParser.java:112)
336.41/189.58		at org.xcsp.parser.loaders.CtrLoaderInteger.intension(CtrLoaderInteger.java:394)
336.41/189.58		at org.xcsp.parser.loaders.CtrLoaderInteger.load(CtrLoaderInteger.java:127)
336.41/189.58		at org.xcsp.parser.XCallbacks.loadCtr(XCallbacks.java:457)
336.41/189.58		at org.xcsp.parser.XCallbacks.lambda$loadCtrs$346(XCallbacks.java:440)
336.41/189.58		at org.xcsp.parser.XCallbacks$$Lambda$52/1007603019.accept(Unknown Source)
336.41/189.58		at java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
336.41/189.58		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:580)
336.41/189.58		at org.xcsp.parser.XCallbacks.loadCtrs(XCallbacks.java:437)
336.41/189.58		at org.chocosolver.parser.xcsp.XCSPParser.loadGroup(XCSPParser.java:1406)
336.41/189.58		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:368)
336.41/189.58		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:353)
336.41/189.58		at org.xcsp.parser.XCallbacks.loadInstance(XCallbacks.java:260)
336.41/189.58		at org.chocosolver.parser.xcsp.XCSPParser.model(XCSPParser.java:88)
336.41/189.58		at org.chocosolver.parser.xcsp.XCSP.parse(XCSP.java:112)
336.41/189.58		at org.chocosolver.parser.xcsp.XCSP.buildModel(XCSP.java:99)
336.41/189.58		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:23)
336.41/189.58	s UNKNOWN
336.41/189.58	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 (9177 MiB free)
  memory of node 1: 16384 MiB (13642 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4282661-1503168767/watcher-4282661-1503168767 -o /tmp/evaluation-result-4282661-1503168767/solver-4282661-1503168767 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node126-1503095802-8616 --watchdog 2580 ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 1571319939 HOME/instance-4282661-1503168767.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=20940, runsolver pid=20937

[startup+0.100133 s]*
/proc/loadavg: 5.18 4.51 3.27 2/196 20941
/proc/meminfo: memFree=23368156/32770624 swapFree=67105588/67108860
[pid=20940] ppid=20937 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/20940/stat : 20940 (xcsp3-exec) S 20937 20940 8557 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 119071750 9740288 345 18446744073709551615 4194304 5098028 140732614741984 140732614740088 139822545224316 0 65536 5 65538 18446744071579417331 0 0 17 3 0 0 10 0 0 7196144 7232144 27938816 140732614750584 140732614750789 140732614750789 140732614754283 0
/proc/20940/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.209414 s]*
/proc/loadavg: 5.18 4.51 3.27 4/211 20956
/proc/meminfo: memFree=23355336/32770624 swapFree=67105588/67108860
[pid=20940] ppid=20937 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/20940/stat : 20940 (xcsp3-exec) S 20937 20940 8557 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 119071750 9740288 345 18446744073709551615 4194304 5098028 140732614741984 140732614740088 139822545224316 0 65536 5 65538 18446744071579417331 0 0 17 3 0 0 10 0 0 7196144 7232144 27938816 140732614750584 140732614750789 140732614750789 140732614754283 0
/proc/20940/statm: 2378 345 289 221 0 87 0
[pid=20942] ppid=20940 vsize=13974352 memory=25532 CPUtime=0.07 cores=1,3,5,7
/proc/20942/stat : 20942 (java) S 20940 20940 8557 0 -1 1077944320 4830 0 0 0 6 1 0 0 20 0 15 0 119071760 14309736448 6383 18446744073709551615 4194304 4196468 140723350383424 140723350365968 140161823022839 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 35717120 140723350389169 140723350389345 140723350389345 140723350392783 0
/proc/20942/statm: 3493588 6383 2718 1 0 3482964 0
[pid=20942/tid=20943] ppid=20940 vsize=13974352 memory=7311146985107750967 CPUtime=0.06 cores=1,3,5,7
/proc/20942/task/20943/stat : 20943 (java) R 20940 20940 8557 0 -1 4202560 2976 0 0 0 5 1 0 0 20 0 15 0 119071760 14309736448 6383 18446744073709551615 4194304 4196468 140723350383424 140161827248528 140161823034774 0 4 1 16800974 0 0 0 -1 3 0 0 4 0 0 6293624 6294260 35717120 140723350389169 140723350389345 140723350389345 140723350392783 0
[pid=20942/tid=20944] ppid=20940 vsize=13974352 memory=8893 CPUtime=0 cores=1,3,5,7
/proc/20942/task/20944/stat : 20944 (java) S 20940 20940 8557 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 119071761 14309736448 6383 18446744073709551615 4194304 4196468 140723350383424 140161764968848 140161823033045 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35717120 140723350389169 140723350389345 140723350389345 140723350392783 0
[pid=20942/tid=20945] ppid=20940 vsize=13974352 memory=140173667226689 CPUtime=0 cores=1,3,5,7
/proc/20942/task/20945/stat : 20945 (java) S 20940 20940 8557 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 119071761 14309736448 6383 18446744073709551615 4194304 4196468 140723350383424 140161763916048 140161823033045 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35717120 140723350389169 140723350389345 140723350389345 140723350392783 0
[pid=20942/tid=20946] ppid=20940 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20942/task/20946/stat : 20946 (java) S 20940 20940 8557 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 119071761 14309736448 6383 18446744073709551615 4194304 4196468 140723350383424 140161762863760 140161823033045 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35717120 140723350389169 140723350389345 140723350389345 140723350392783 0
[pid=20942/tid=20947] ppid=20940 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/20942/task/20947/stat : 20947 (java) S 20940 20940 8557 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 119071761 14309736448 6383 18446744073709551615 4194304 4196468 140723350383424 140161420106256 140161823033045 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35717120 140723350389169 140723350389345 140723350389345 140723350392783 0
[pid=20942/tid=20948] ppid=20940 vsize=13974352 memory=140173667206784 CPUtime=0 cores=1,3,5,7
/proc/20942/task/20948/stat : 20948 (java) S 20940 20940 8557 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 119071762 14309736448 6383 18446744073709551615 4194304 4196468 140723350383424 140161368689264 140161823033986 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35717120 140723350389169 140723350389345 140723350389345 140723350392783 0
[pid=20942/tid=20949] ppid=20940 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/20942/task/20949/stat : 20949 (java) S 20940 20940 8557 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 119071763 14309736448 6383 18446744073709551615 4194304 4196468 140723350383424 140161367635232 140161823033045 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35717120 140723350389169 140723350389345 140723350389345 140723350392783 0
[pid=20942/tid=20950] ppid=20940 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20942/task/20950/stat : 20950 (java) S 20940 20940 8557 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 119071763 14309736448 6383 18446744073709551615 4194304 4196468 140723350383424 140161366582896 140161823033045 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35717120 140723350389169 140723350389345 140723350389345 140723350392783 0
[pid=20942/tid=20951] ppid=20940 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20942/task/20951/stat : 20951 (java) S 20940 20940 8557 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 119071765 14309736448 6383 18446744073709551615 4194304 4196468 140723350383424 140161365531216 140161823041435 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35717120 140723350389169 140723350389345 140723350389345 140723350392783 0
[pid=20942/tid=20952] ppid=20940 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20942/task/20952/stat : 20952 (java) S 20940 20940 8557 0 -1 1077944384 311 0 0 0 0 0 0 0 20 0 15 0 119071765 14309736448 6383 18446744073709551615 4194304 4196468 140723350383424 140161364478064 140161823033986 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35717120 140723350389169 140723350389345 140723350389345 140723350392783 0
[pid=20942/tid=20953] ppid=20940 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/20942/task/20953/stat : 20953 (java) S 20940 20940 8557 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 119071765 14309736448 6383 18446744073709551615 4194304 4196468 140723350383424 140161363425264 140161823033986 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35717120 140723350389169 140723350389345 140723350389345 140723350392783 0
[pid=20942/tid=20954] ppid=20940 vsize=13974352 memory=140173667206784 CPUtime=0 cores=1,3,5,7
/proc/20942/task/20954/stat : 20954 (java) R 20940 20940 8557 0 -1 4202560 245 0 0 0 0 0 0 0 20 0 15 0 119071765 14309736448 6383 18446744073709551615 4194304 4196468 140723350383424 140161362372976 140161801886144 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 35717120 140723350389169 140723350389345 140723350389345 140723350392783 0
[pid=20942/tid=20955] ppid=20940 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/20942/task/20955/stat : 20955 (java) S 20940 20940 8557 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 119071766 14309736448 6383 18446744073709551615 4194304 4196468 140723350383424 140161361320416 140161823033045 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35717120 140723350389169 140723350389345 140723350389345 140723350392783 0
[pid=20942/tid=20956] ppid=20940 vsize=13974352 memory=140173667206784 CPUtime=0 cores=1,3,5,7
/proc/20942/task/20956/stat : 20956 (java) S 20940 20940 8557 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 119071770 14309736448 6383 18446744073709551615 4194304 4196468 140723350383424 140161360268208 140161823033986 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35717120 140723350389169 140723350389345 140723350389345 140723350392783 0
Current children cumulated CPU time: 0.07 s
Current children cumulated vsize: 13983864 KiB
Current children cumulated memory: 26912 KiB

[startup+0.310152 s]*
/proc/loadavg: 5.18 4.51 3.27 3/211 20956
/proc/meminfo: memFree=23339776/32770624 swapFree=67105588/67108860
[pid=20940] ppid=20937 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/20940/stat : 20940 (xcsp3-exec) S 20937 20940 8557 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 119071750 9740288 345 18446744073709551615 4194304 5098028 140732614741984 140732614740088 139822545224316 0 65536 5 65538 18446744071579417331 0 0 17 3 0 0 10 0 0 7196144 7232144 27938816 140732614750584 140732614750789 140732614750789 140732614754283 0
/proc/20940/statm: 2378 345 289 221 0 87 0
[pid=20942] ppid=20940 vsize=13974352 memory=37504 CPUtime=0.25 cores=1,3,5,7
/proc/20942/stat : 20942 (java) S 20940 20940 8557 0 -1 1077944320 8453 0 0 0 23 2 0 0 20 0 15 0 119071760 14309736448 9376 18446744073709551615 4194304 4196468 140723350383424 140723350365968 140161823022839 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 35717120 140723350389169 140723350389345 140723350389345 140723350392783 0
/proc/20942/statm: 3493588 9376 2979 1 0 3482964 0
[pid=20942/tid=20943] ppid=20940 vsize=13974352 memory=-8774313645642428999 CPUtime=0.15 cores=1,3,5,7
/proc/20942/task/20943/stat : 20943 (java) R 20940 20940 8557 0 -1 4202560 5673 0 0 0 14 1 0 0 20 0 15 0 119071760 14309736448 9376 18446744073709551615 4194304 4196468 140723350383424 140161827250608 140161823044765 0 4 1 16800974 0 0 0 -1 3 0 0 4 0 0 6293624 6294260 35717120 140723350389169 140723350389345 140723350389345 140723350392783 0
[pid=20942/tid=20944] ppid=20940 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20942/task/20944/stat : 20944 (java) S 20940 20940 8557 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 119071761 14309736448 9376 18446744073709551615 4194304 4196468 140723350383424 140161764968848 140161823033045 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35717120 140723350389169 140723350389345 140723350389345 140723350392783 0
[pid=20942/tid=20945] ppid=20940 vsize=13974352 memory=140173667206784 CPUtime=0 cores=1,3,5,7
/proc/20942/task/20945/stat : 20945 (java) S 20940 20940 8557 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 119071761 14309736448 9376 18446744073709551615 4194304 4196468 140723350383424 140161763916048 140161823033045 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35717120 140723350389169 140723350389345 140723350389345 140723350392783 0
[pid=20942/tid=20946] ppid=20940 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20942/task/20946/stat : 20946 (java) S 20940 20940 8557 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 119071761 14309736448 9376 18446744073709551615 4194304 4196468 140723350383424 140161762863760 140161823033045 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35717120 140723350389169 140723350389345 140723350389345 140723350392783 0
[pid=20942/tid=20947] ppid=20940 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/20942/task/20947/stat : 20947 (java) S 20940 20940 8557 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 119071761 14309736448 9376 18446744073709551615 4194304 4196468 140723350383424 140161420106256 140161823033045 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35717120 140723350389169 140723350389345 140723350389345 140723350392783 0
[pid=20942/tid=20948] ppid=20940 vsize=13974352 memory=140173667206784 CPUtime=0 cores=1,3,5,7
/proc/20942/task/20948/stat : 20948 (java) S 20940 20940 8557 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 119071762 14309736448 9376 18446744073709551615 4194304 4196468 140723350383424 140161368689264 140161823033986 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35717120 140723350389169 140723350389345 140723350389345 140723350392783 0
[pid=20942/tid=20949] ppid=20940 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/20942/task/20949/stat : 20949 (java) S 20940 20940 8557 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 119071763 14309736448 9376 18446744073709551615 4194304 4196468 140723350383424 140161367635232 140161823033045 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35717120 140723350389169 140723350389345 140723350389345 140723350392783 0
[pid=20942/tid=20950] ppid=20940 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20942/task/20950/stat : 20950 (java) S 20940 20940 8557 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 119071763 14309736448 9376 18446744073709551615 4194304 4196468 140723350383424 140161366582896 140161823033045 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35717120 140723350389169 140723350389345 140723350389345 140723350392783 0
[pid=20942/tid=20951] ppid=20940 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20942/task/20951/stat : 20951 (java) S 20940 20940 8557 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 119071765 14309736448 9376 18446744073709551615 4194304 4196468 140723350383424 140161365531216 140161823041435 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35717120 140723350389169 140723350389345 140723350389345 140723350392783 0
[pid=20942/tid=20952] ppid=20940 vsize=13974352 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/20942/task/20952/stat : 20952 (java) R 20940 20940 8557 0 -1 4202560 708 0 0 0 2 0 0 0 20 0 15 0 119071765 14309736448 9376 18446744073709551615 4194304 4196468 140723350383424 140161364478064 140161804213787 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 35717120 140723350389169 140723350389345 140723350389345 140723350392783 0
[pid=20942/tid=20953] ppid=20940 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/20942/task/20953/stat : 20953 (java) S 20940 20940 8557 0 -1 1077944384 71 0 0 0 0 0 0 0 20 0 15 0 119071765 14309736448 9376 18446744073709551615 4194304 4196468 140723350383424 140161363425264 140161823033986 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35717120 140723350389169 140723350389345 140723350389345 140723350392783 0
[pid=20942/tid=20954] ppid=20940 vsize=13974352 memory=140173667206784 CPUtime=0.05 cores=1,3,5,7
/proc/20942/task/20954/stat : 20954 (java) S 20940 20940 8557 0 -1 1077944384 697 0 0 0 5 0 0 0 20 0 15 0 119071765 14309736448 9376 18446744073709551615 4194304 4196468 140723350383424 140161362372976 140161823033986 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35717120 140723350389169 140723350389345 140723350389345 140723350392783 0
[pid=20942/tid=20955] ppid=20940 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/20942/task/20955/stat : 20955 (java) S 20940 20940 8557 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 119071766 14309736448 9376 18446744073709551615 4194304 4196468 140723350383424 140161361320416 140161823033045 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35717120 140723350389169 140723350389345 140723350389345 140723350392783 0
[pid=20942/tid=20956] ppid=20940 vsize=13974352 memory=140173667206784 CPUtime=0 cores=1,3,5,7
/proc/20942/task/20956/stat : 20956 (java) S 20940 20940 8557 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 119071770 14309736448 9376 18446744073709551615 4194304 4196468 140723350383424 140161360268208 140161823033986 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35717120 140723350389169 140723350389345 140723350389345 140723350392783 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 13983864 KiB
Current children cumulated memory: 38884 KiB

[startup+0.700843 s]
/proc/loadavg: 5.18 4.51 3.27 4/211 20956
/proc/meminfo: memFree=23329468/32770624 swapFree=67105588/67108860
[pid=20940] ppid=20937 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/20940/stat : 20940 (xcsp3-exec) S 20937 20940 8557 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 119071750 9740288 345 18446744073709551615 4194304 5098028 140732614741984 140732614740088 139822545224316 0 65536 5 65538 18446744071579417331 0 0 17 3 0 0 10 0 0 7196144 7232144 27938816 140732614750584 140732614750789 140732614750789 140732614754283 0
/proc/20940/statm: 2378 345 289 221 0 87 0
[pid=20942] ppid=20940 vsize=13980732 memory=80916 CPUtime=1.09 cores=1,3,5,7
/proc/20942/stat : 20942 (java) S 20940 20940 8557 0 -1 1077944320 11363 0 0 0 104 5 0 0 20 0 15 0 119071760 14316269568 20229 18446744073709551615 4194304 4196468 140723350383424 140723350365968 140161823022839 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 35717120 140723350389169 140723350389345 140723350389345 140723350392783 0
/proc/20942/statm: 3495183 20229 3158 1 0 3483476 0
[pid=20942/tid=20943] ppid=20940 vsize=13980732 memory=0 CPUtime=0.54 cores=1,3,5,7
/proc/20942/task/20943/stat : 20943 (java) R 20940 20940 8557 0 -1 4202560 7498 0 0 0 50 4 0 0 20 0 15 0 119071760 14316269568 20229 18446744073709551615 4194304 4196468 140723350383424 140161827258000 140161445940273 0 4 1 16800974 0 0 0 -1 3 0 0 4 0 0 6293624 6294260 35717120 140723350389169 140723350389345 140723350389345 140723350392783 0
[pid=20942/tid=20944] ppid=20940 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20942/task/20944/stat : 20944 (java) S 20940 20940 8557 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 119071761 14316269568 20229 18446744073709551615 4194304 4196468 140723350383424 140161764968848 140161823033045 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35717120 140723350389169 140723350389345 140723350389345 140723350392783 0
[pid=20942/tid=20945] ppid=20940 vsize=13980732 memory=7517466910334674519 CPUtime=0 cores=1,3,5,7
/proc/20942/task/20945/stat : 20945 (java) S 20940 20940 8557 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 119071761 14316269568 20229 18446744073709551615 4194304 4196468 140723350383424 140161763916048 140161823033045 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35717120 140723350389169 140723350389345 140723350389345 140723350392783 0
[pid=20942/tid=20946] ppid=20940 vsize=13980732 memory=5865465064658194540 CPUtime=0 cores=1,3,5,7
/proc/20942/task/20946/stat : 20946 (java) S 20940 20940 8557 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 119071761 14316269568 20229 18446744073709551615 4194304 4196468 140723350383424 140161762863760 140161823033045 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35717120 140723350389169 140723350389345 140723350389345 140723350392783 0
[pid=20942/tid=20947] ppid=20940 vsize=13980732 memory=4638778398332698720 CPUtime=0 cores=1,3,5,7
/proc/20942/task/20947/stat : 20947 (java) S 20940 20940 8557 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 119071761 14316269568 20229 18446744073709551615 4194304 4196468 140723350383424 140161420106256 140161823033045 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35717120 140723350389169 140723350389345 140723350389345 140723350392783 0
[pid=20942/tid=20948] ppid=20940 vsize=13980732 memory=7100839870037596261 CPUtime=0 cores=1,3,5,7
/proc/20942/task/20948/stat : 20948 (java) S 20940 20940 8557 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 119071762 14316269568 20229 18446744073709551615 4194304 4196468 140723350383424 140161368689264 140161823033986 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35717120 140723350389169 140723350389345 140723350389345 140723350392783 0
[pid=20942/tid=20949] ppid=20940 vsize=13980732 memory=-8412661042793834637 CPUtime=0 cores=1,3,5,7
/proc/20942/task/20949/stat : 20949 (java) S 20940 20940 8557 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 119071763 14316269568 20229 18446744073709551615 4194304 4196468 140723350383424 140161367635232 140161823033045 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35717120 140723350389169 140723350389345 140723350389345 140723350392783 0
[pid=20942/tid=20950] ppid=20940 vsize=13980732 memory=4137282616176187523 CPUtime=0 cores=1,3,5,7
/proc/20942/task/20950/stat : 20950 (java) S 20940 20940 8557 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 119071763 14316269568 20229 18446744073709551615 4194304 4196468 140723350383424 140161366582896 140161823033045 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35717120 140723350389169 140723350389345 140723350389345 140723350392783 0
[pid=20942/tid=20951] ppid=20940 vsize=13980732 memory=-7531822216215565666 CPUtime=0 cores=1,3,5,7
/proc/20942/task/20951/stat : 20951 (java) S 20940 20940 8557 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 119071765 14316269568 20229 18446744073709551615 4194304 4196468 140723350383424 140161365531216 140161823041435 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35717120 140723350389169 140723350389345 140723350389345 140723350392783 0
[pid=20942/tid=20952] ppid=20940 vsize=13980732 memory=7682475212697334586 CPUtime=0.14 cores=1,3,5,7
/proc/20942/task/20952/stat : 20952 (java) S 20940 20940 8557 0 -1 1077944384 1055 0 0 0 14 0 0 0 20 0 15 0 119071765 14316269568 20229 18446744073709551615 4194304 4196468 140723350383424 140161364478064 140161823033986 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35717120 140723350389169 140723350389345 140723350389345 140723350392783 0
[pid=20942/tid=20953] ppid=20940 vsize=13980732 memory=50736 CPUtime=0.14 cores=1,3,5,7
/proc/20942/task/20953/stat : 20953 (java) S 20940 20940 8557 0 -1 1077944384 370 0 0 0 14 0 0 0 20 0 15 0 119071765 14316269568 20229 18446744073709551615 4194304 4196468 140723350383424 140161363425264 140161823033986 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35717120 140723350389169 140723350389345 140723350389345 140723350392783 0
[pid=20942/tid=20954] ppid=20940 vsize=13980732 memory=-8774313645642428999 CPUtime=0.25 cores=1,3,5,7
/proc/20942/task/20954/stat : 20954 (java) S 20940 20940 8557 0 -1 1077944384 1133 0 0 0 25 0 0 0 20 0 15 0 119071765 14316269568 20229 18446744073709551615 4194304 4196468 140723350383424 140161362372976 140161823033986 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35717120 140723350389169 140723350389345 140723350389345 140723350392783 0
[pid=20942/tid=20955] ppid=20940 vsize=13980732 memory=4872558044660077418 CPUtime=0 cores=1,3,5,7
/proc/20942/task/20955/stat : 20955 (java) S 20940 20940 8557 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 119071766 14316269568 20229 18446744073709551615 4194304 4196468 140723350383424 140161361320416 140161823033045 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35717120 140723350389169 140723350389345 140723350389345 140723350392783 0
[pid=20942/tid=20956] ppid=20940 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20942/task/20956/stat : 20956 (java) S 20940 20940 8557 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 119071770 14316269568 20229 18446744073709551615 4194304 4196468 140723350383424 140161360268208 140161823033986 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35717120 140723350389169 140723350389345 140723350389345 140723350392783 0
Current children cumulated CPU time: 1.09 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 82296 KiB

[startup+1.50088 s]
/proc/loadavg: 5.16 4.52 3.28 3/211 20956
/proc/meminfo: memFree=23223596/32770624 swapFree=67105588/67108860
[pid=20940] ppid=20937 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/20940/stat : 20940 (xcsp3-exec) S 20937 20940 8557 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 119071750 9740288 345 18446744073709551615 4194304 5098028 140732614741984 140732614740088 139822545224316 0 65536 5 65538 18446744071579417331 0 0 17 3 0 0 10 0 0 7196144 7232144 27938816 140732614750584 140732614750789 140732614750789 140732614754283 0
/proc/20940/statm: 2378 345 289 221 0 87 0
[pid=20942] ppid=20940 vsize=13980732 memory=156764 CPUtime=1.92 cores=1,3,5,7
/proc/20942/stat : 20942 (java) S 20940 20940 8557 0 -1 1077944320 11495 0 0 0 186 6 0 0 20 0 15 0 119071760 14316269568 39191 18446744073709551615 4194304 4196468 140723350383424 140723350365968 140161823022839 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 35717120 140723350389169 140723350389345 140723350389345 140723350392783 0
/proc/20942/statm: 3495183 39191 3158 1 0 3483476 0
[pid=20942/tid=20943] ppid=20940 vsize=13980732 memory=-8774313645642428999 CPUtime=1.34 cores=1,3,5,7
/proc/20942/task/20943/stat : 20943 (java) R 20940 20940 8557 0 -1 4202560 7575 0 0 0 129 5 0 0 20 0 15 0 119071760 14316269568 39191 18446744073709551615 4194304 4196468 140723350383424 140161827258376 140161445989029 0 4 1 16800974 0 0 0 -1 3 0 0 4 0 0 6293624 6294260 35717120 140723350389169 140723350389345 140723350389345 140723350392783 0
[pid=20942/tid=20944] ppid=20940 vsize=13980732 memory=3472468468924946982 CPUtime=0 cores=1,3,5,7
/proc/20942/task/20944/stat : 20944 (java) S 20940 20940 8557 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 119071761 14316269568 39191 18446744073709551615 4194304 4196468 140723350383424 140161764968848 140161823033045 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35717120 140723350389169 140723350389345 140723350389345 140723350392783 0
[pid=20942/tid=20945] ppid=20940 vsize=13980732 memory=7162362258323153671 CPUtime=0 cores=1,3,5,7
/proc/20942/task/20945/stat : 20945 (java) S 20940 20940 8557 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 119071761 14316269568 39191 18446744073709551615 4194304 4196468 140723350383424 140161763916048 140161823033045 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35717120 140723350389169 140723350389345 140723350389345 140723350392783 0
[pid=20942/tid=20946] ppid=20940 vsize=13980732 memory=4207739687152135144 CPUtime=0 cores=1,3,5,7
/proc/20942/task/20946/stat : 20946 (java) S 20940 20940 8557 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 119071761 14316269568 39191 18446744073709551615 4194304 4196468 140723350383424 140161762863760 140161823033045 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35717120 140723350389169 140723350389345 140723350389345 140723350392783 0
[pid=20942/tid=20947] ppid=20940 vsize=13980732 memory=3472468468924953801 CPUtime=0 cores=1,3,5,7
/proc/20942/task/20947/stat : 20947 (java) S 20940 20940 8557 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 119071761 14316269568 39191 18446744073709551615 4194304 4196468 140723350383424 140161420106256 140161823033045 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35717120 140723350389169 140723350389345 140723350389345 140723350392783 0
[pid=20942/tid=20948] ppid=20940 vsize=13980732 memory=-8774313645642428999 CPUtime=0 cores=1,3,5,7
/proc/20942/task/20948/stat : 20948 (java) S 20940 20940 8557 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 119071762 14316269568 39191 18446744073709551615 4194304 4196468 140723350383424 140161368689264 140161823033986 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35717120 140723350389169 140723350389345 140723350389345 140723350392783 0
[pid=20942/tid=20949] ppid=20940 vsize=13980732 memory=6945503147706432880 CPUtime=0 cores=1,3,5,7
/proc/20942/task/20949/stat : 20949 (java) S 20940 20940 8557 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 119071763 14316269568 39191 18446744073709551615 4194304 4196468 140723350383424 140161367635232 140161823033045 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35717120 140723350389169 140723350389345 140723350389345 140723350392783 0
[pid=20942/tid=20950] ppid=20940 vsize=13980732 memory=-6804530832991035292 CPUtime=0 cores=1,3,5,7
/proc/20942/task/20950/stat : 20950 (java) S 20940 20940 8557 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 119071763 14316269568 39191 18446744073709551615 4194304 4196468 140723350383424 140161366582896 140161823033045 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35717120 140723350389169 140723350389345 140723350389345 140723350392783 0
[pid=20942/tid=20951] ppid=20940 vsize=13980732 memory=6944656591801717918 CPUtime=0 cores=1,3,5,7
/proc/20942/task/20951/stat : 20951 (java) S 20940 20940 8557 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 119071765 14316269568 39191 18446744073709551615 4194304 4196468 140723350383424 140161365531216 140161823041435 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35717120 140723350389169 140723350389345 140723350389345 140723350392783 0
[pid=20942/tid=20952] ppid=20940 vsize=13980732 memory=-8412652169205224307 CPUtime=0.15 cores=1,3,5,7
/proc/20942/task/20952/stat : 20952 (java) S 20940 20940 8557 0 -1 1077944384 1058 0 0 0 15 0 0 0 20 0 15 0 119071765 14316269568 39191 18446744073709551615 4194304 4196468 140723350383424 140161364478064 140161823033986 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35717120 140723350389169 140723350389345 140723350389345 140723350392783 0
[pid=20942/tid=20953] ppid=20940 vsize=13980732 memory=-6158907362674458769 CPUtime=0.15 cores=1,3,5,7
/proc/20942/task/20953/stat : 20953 (java) S 20940 20940 8557 0 -1 1077944384 372 0 0 0 15 0 0 0 20 0 15 0 119071765 14316269568 39191 18446744073709551615 4194304 4196468 140723350383424 140161363425264 140161823033986 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35717120 140723350389169 140723350389345 140723350389345 140723350392783 0
[pid=20942/tid=20954] ppid=20940 vsize=13980732 memory=0 CPUtime=0.25 cores=1,3,5,7
/proc/20942/task/20954/stat : 20954 (java) S 20940 20940 8557 0 -1 1077944384 1150 0 0 0 25 0 0 0 20 0 15 0 119071765 14316269568 39191 18446744073709551615 4194304 4196468 140723350383424 140161362372976 140161823033986 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35717120 140723350389169 140723350389345 140723350389345 140723350392783 0
[pid=20942/tid=20955] ppid=20940 vsize=13980732 memory=-2897801490638248215 CPUtime=0 cores=1,3,5,7
/proc/20942/task/20955/stat : 20955 (java) S 20940 20940 8557 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 119071766 14316269568 39191 18446744073709551615 4194304 4196468 140723350383424 140161361320416 140161823033045 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35717120 140723350389169 140723350389345 140723350389345 140723350392783 0
[pid=20942/tid=20956] ppid=20940 vsize=13980732 memory=6655300316396806240 CPUtime=0 cores=1,3,5,7
/proc/20942/task/20956/stat : 20956 (java) S 20940 20940 8557 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 119071770 14316269568 39191 18446744073709551615 4194304 4196468 140723350383424 140161360268208 140161823033986 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35717120 140723350389169 140723350389345 140723350389345 140723350392783 0

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

/proc/20942/task/20945/stat : 20945 (java) R 20940 20940 8557 0 -1 4202560 74155 0 0 0 4260 246 0 0 20 0 15 0 119071761 14316269568 2600265 18446744073709551615 4194304 4196468 140723350383424 140161763916248 140161808019501 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 35717120 140723350389169 140723350389345 140723350389345 140723350392783 0
[pid=20942/tid=20946] ppid=20940 vsize=13980732 memory=-3622645143214314312 CPUtime=45.04 cores=1,3,5,7
/proc/20942/task/20946/stat : 20946 (java) R 20940 20940 8557 0 -1 4202560 49968 0 0 0 4245 259 0 0 20 0 15 0 119071761 14316269568 2600265 18446744073709551615 4194304 4196468 140723350383424 140161762863760 140161808019518 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 35717120 140723350389169 140723350389345 140723350389345 140723350392783 0
[pid=20942/tid=20947] ppid=20940 vsize=13980732 memory=10401056 CPUtime=45.15 cores=1,3,5,7
/proc/20942/task/20947/stat : 20947 (java) R 20940 20940 8557 0 -1 4202560 43266 0 0 0 4284 231 0 0 20 0 15 0 119071761 14316269568 2600265 18446744073709551615 4194304 4196468 140723350383424 140161420106256 140161807721712 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 35717120 140723350389169 140723350389345 140723350389345 140723350392783 0
[pid=20942/tid=20948] ppid=20940 vsize=13980732 memory=15348 CPUtime=15.6 cores=1,3,5,7
/proc/20942/task/20948/stat : 20948 (java) S 20940 20940 8557 0 -1 1077944384 38526 0 0 0 1556 4 0 0 20 0 15 0 119071762 14316269568 2600265 18446744073709551615 4194304 4196468 140723350383424 140161368687808 140161823033045 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35717120 140723350389169 140723350389345 140723350389345 140723350392783 0
[pid=20942/tid=20949] ppid=20940 vsize=13980732 memory=38448 CPUtime=0 cores=1,3,5,7
/proc/20942/task/20949/stat : 20949 (java) S 20940 20940 8557 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 15 0 119071763 14316269568 2600265 18446744073709551615 4194304 4196468 140723350383424 140161367635136 140161823033045 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35717120 140723350389169 140723350389345 140723350389345 140723350392783 0
[pid=20942/tid=20950] ppid=20940 vsize=13980732 memory=-8774313645642428999 CPUtime=0 cores=1,3,5,7
/proc/20942/task/20950/stat : 20950 (java) S 20940 20940 8557 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 15 0 119071763 14316269568 2600265 18446744073709551615 4194304 4196468 140723350383424 140161366582896 140161823033045 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35717120 140723350389169 140723350389345 140723350389345 140723350392783 0
[pid=20942/tid=20951] ppid=20940 vsize=13980732 memory=644 CPUtime=0 cores=1,3,5,7
/proc/20942/task/20951/stat : 20951 (java) S 20940 20940 8557 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 119071765 14316269568 2600265 18446744073709551615 4194304 4196468 140723350383424 140161365531216 140161823041435 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35717120 140723350389169 140723350389345 140723350389345 140723350392783 0
[pid=20942/tid=20952] ppid=20940 vsize=13980732 memory=1740 CPUtime=0.28 cores=1,3,5,7
/proc/20942/task/20952/stat : 20952 (java) S 20940 20940 8557 0 -1 1077944384 3315 0 0 0 27 1 0 0 20 0 15 0 119071765 14316269568 2600265 18446744073709551615 4194304 4196468 140723350383424 140161364478112 140161823033045 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35717120 140723350389169 140723350389345 140723350389345 140723350392783 0
[pid=20942/tid=20953] ppid=20940 vsize=13980732 memory=956 CPUtime=0.18 cores=1,3,5,7
/proc/20942/task/20953/stat : 20953 (java) S 20940 20940 8557 0 -1 1077944384 1269 0 0 0 18 0 0 0 20 0 15 0 119071765 14316269568 2600265 18446744073709551615 4194304 4196468 140723350383424 140161363425264 140161823033986 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35717120 140723350389169 140723350389345 140723350389345 140723350392783 0
[pid=20942/tid=20954] ppid=20940 vsize=13980732 memory=-8774313645642428999 CPUtime=0.32 cores=1,3,5,7
/proc/20942/task/20954/stat : 20954 (java) S 20940 20940 8557 0 -1 1077944384 4163 0 0 0 32 0 0 0 20 0 15 0 119071765 14316269568 2600265 18446744073709551615 4194304 4196468 140723350383424 140161362372736 140161823033045 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35717120 140723350389169 140723350389345 140723350389345 140723350392783 0
[pid=20942/tid=20955] ppid=20940 vsize=13980732 memory=1164 CPUtime=0 cores=1,3,5,7
/proc/20942/task/20955/stat : 20955 (java) S 20940 20940 8557 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 119071766 14316269568 2600265 18446744073709551615 4194304 4196468 140723350383424 140161361320416 140161823033045 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35717120 140723350389169 140723350389345 140723350389345 140723350392783 0
[pid=20942/tid=20956] ppid=20940 vsize=13980732 memory=7344 CPUtime=0.12 cores=1,3,5,7
/proc/20942/task/20956/stat : 20956 (java) S 20940 20940 8557 0 -1 1077944384 331 0 0 0 6 6 0 0 20 0 15 0 119071770 14316269568 2600265 18446744073709551615 4194304 4196468 140723350383424 140161360268208 140161823033986 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35717120 140723350389169 140723350389345 140723350389345 140723350392783 0
Current children cumulated CPU time: 321.29 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 10402440 KiB

[startup+187.201 s]
/proc/loadavg: 3.19 3.66 3.16 6/212 20977
/proc/meminfo: memFree=12957816/32770624 swapFree=67105588/67108860
[pid=20940] ppid=20937 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/20940/stat : 20940 (xcsp3-exec) S 20937 20940 8557 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 119071750 9740288 345 18446744073709551615 4194304 5098028 140732614741984 140732614740088 139822545224316 0 65536 5 65538 18446744071579417331 0 0 17 3 0 0 10 0 0 7196144 7232144 27938816 140732614750584 140732614750789 140732614750789 140732614754283 0
/proc/20940/statm: 2378 345 289 221 0 87 0
[pid=20942] ppid=20940 vsize=13980732 memory=10401060 CPUtime=327.32 cores=1,3,5,7
/proc/20942/stat : 20942 (java) S 20940 20940 8557 0 -1 1077944320 298550 0 0 0 31717 1015 0 0 20 0 15 0 119071760 14316269568 2600265 18446744073709551615 4194304 4196468 140723350383424 140723350365968 140161823022839 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 35717120 140723350389169 140723350389345 140723350389345 140723350392783 0
/proc/20942/statm: 3495183 2600265 3212 1 0 3483476 0
[pid=20942/tid=20943] ppid=20940 vsize=13980732 memory=4639948313719891052 CPUtime=124.16 cores=1,3,5,7
/proc/20942/task/20943/stat : 20943 (java) S 20940 20940 8557 0 -1 1077944384 18577 0 0 0 12408 8 0 0 20 0 15 0 119071760 14316269568 2600265 18446744073709551615 4194304 4196468 140723350383424 140161827260960 140161823033045 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 4 0 0 6293624 6294260 35717120 140723350389169 140723350389345 140723350389345 140723350392783 0
[pid=20942/tid=20944] ppid=20940 vsize=13980732 memory=4639948313719891052 CPUtime=46.76 cores=1,3,5,7
/proc/20942/task/20944/stat : 20944 (java) R 20940 20940 8557 0 -1 4202560 62406 0 0 0 4419 257 0 0 20 0 15 0 119071761 14316269568 2600265 18446744073709551615 4194304 4196468 140723350383424 140161764969048 140161808007850 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 35717120 140723350389169 140723350389345 140723350389345 140723350392783 0
[pid=20942/tid=20945] ppid=20940 vsize=13980732 memory=4639948313719891052 CPUtime=46.54 cores=1,3,5,7
/proc/20942/task/20945/stat : 20945 (java) R 20940 20940 8557 0 -1 4202560 74293 0 0 0 4408 246 0 0 20 0 15 0 119071761 14316269568 2600265 18446744073709551615 4194304 4196468 140723350383424 140161763916248 140161807973444 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 35717120 140723350389169 140723350389345 140723350389345 140723350392783 0
[pid=20942/tid=20946] ppid=20940 vsize=13980732 memory=7309455896971864168 CPUtime=46.52 cores=1,3,5,7
/proc/20942/task/20946/stat : 20946 (java) R 20940 20940 8557 0 -1 4202560 49969 0 0 0 4393 259 0 0 20 0 15 0 119071761 14316269568 2600265 18446744073709551615 4194304 4196468 140723350383424 140161762863648 140161807973589 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 35717120 140723350389169 140723350389345 140723350389345 140723350392783 0
[pid=20942/tid=20947] ppid=20940 vsize=13980732 memory=-8774313645642428999 CPUtime=46.64 cores=1,3,5,7
/proc/20942/task/20947/stat : 20947 (java) R 20940 20940 8557 0 -1 4202560 44353 0 0 0 4432 232 0 0 20 0 15 0 119071761 14316269568 2600265 18446744073709551615 4194304 4196468 140723350383424 140161420106456 140161807973848 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 35717120 140723350389169 140723350389345 140723350389345 140723350392783 0
[pid=20942/tid=20948] ppid=20940 vsize=13980732 memory=1672 CPUtime=15.69 cores=1,3,5,7
/proc/20942/task/20948/stat : 20948 (java) S 20940 20940 8557 0 -1 1077944384 38527 0 0 0 1565 4 0 0 20 0 15 0 119071762 14316269568 2600265 18446744073709551615 4194304 4196468 140723350383424 140161368687600 140161823033045 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35717120 140723350389169 140723350389345 140723350389345 140723350392783 0
[pid=20942/tid=20949] ppid=20940 vsize=13980732 memory=5768 CPUtime=0 cores=1,3,5,7
/proc/20942/task/20949/stat : 20949 (java) S 20940 20940 8557 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 15 0 119071763 14316269568 2600265 18446744073709551615 4194304 4196468 140723350383424 140161367635136 140161823033045 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35717120 140723350389169 140723350389345 140723350389345 140723350392783 0
[pid=20942/tid=20950] ppid=20940 vsize=13980732 memory=4584 CPUtime=0 cores=1,3,5,7
/proc/20942/task/20950/stat : 20950 (java) S 20940 20940 8557 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 15 0 119071763 14316269568 2600265 18446744073709551615 4194304 4196468 140723350383424 140161366582896 140161823033045 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35717120 140723350389169 140723350389345 140723350389345 140723350392783 0
[pid=20942/tid=20951] ppid=20940 vsize=13980732 memory=872 CPUtime=0 cores=1,3,5,7
/proc/20942/task/20951/stat : 20951 (java) S 20940 20940 8557 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 119071765 14316269568 2600265 18446744073709551615 4194304 4196468 140723350383424 140161365531216 140161823041435 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35717120 140723350389169 140723350389345 140723350389345 140723350392783 0
[pid=20942/tid=20952] ppid=20940 vsize=13980732 memory=1992 CPUtime=0.28 cores=1,3,5,7
/proc/20942/task/20952/stat : 20952 (java) S 20940 20940 8557 0 -1 1077944384 3315 0 0 0 27 1 0 0 20 0 15 0 119071765 14316269568 2600265 18446744073709551615 4194304 4196468 140723350383424 140161364478112 140161823033045 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35717120 140723350389169 140723350389345 140723350389345 140723350392783 0
[pid=20942/tid=20953] ppid=20940 vsize=13980732 memory=1164 CPUtime=0.18 cores=1,3,5,7
/proc/20942/task/20953/stat : 20953 (java) S 20940 20940 8557 0 -1 1077944384 1269 0 0 0 18 0 0 0 20 0 15 0 119071765 14316269568 2600265 18446744073709551615 4194304 4196468 140723350383424 140161363425264 140161823033986 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35717120 140723350389169 140723350389345 140723350389345 140723350392783 0
[pid=20942/tid=20954] ppid=20940 vsize=13980732 memory=5768 CPUtime=0.32 cores=1,3,5,7
/proc/20942/task/20954/stat : 20954 (java) S 20940 20940 8557 0 -1 1077944384 4163 0 0 0 32 0 0 0 20 0 15 0 119071765 14316269568 2600265 18446744073709551615 4194304 4196468 140723350383424 140161362372736 140161823033045 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35717120 140723350389169 140723350389345 140723350389345 140723350392783 0
[pid=20942/tid=20955] ppid=20940 vsize=13980732 memory=4584 CPUtime=0 cores=1,3,5,7
/proc/20942/task/20955/stat : 20955 (java) S 20940 20940 8557 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 119071766 14316269568 2600265 18446744073709551615 4194304 4196468 140723350383424 140161361320416 140161823033045 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35717120 140723350389169 140723350389345 140723350389345 140723350392783 0
[pid=20942/tid=20956] ppid=20940 vsize=13980732 memory=872 CPUtime=0.12 cores=1,3,5,7
/proc/20942/task/20956/stat : 20956 (java) S 20940 20940 8557 0 -1 1077944384 331 0 0 0 6 6 0 0 20 0 15 0 119071770 14316269568 2600265 18446744073709551615 4194304 4196468 140723350383424 140161360268208 140161823033986 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35717120 140723350389169 140723350389345 140723350389345 140723350392783 0
Current children cumulated CPU time: 327.32 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 10402440 KiB

[startup+188.801 s]
/proc/loadavg: 3.19 3.66 3.16 6/212 20977
/proc/meminfo: memFree=12957816/32770624 swapFree=67105588/67108860
[pid=20940] ppid=20937 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/20940/stat : 20940 (xcsp3-exec) S 20937 20940 8557 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 119071750 9740288 345 18446744073709551615 4194304 5098028 140732614741984 140732614740088 139822545224316 0 65536 5 65538 18446744071579417331 0 0 17 3 0 0 10 0 0 7196144 7232144 27938816 140732614750584 140732614750789 140732614750789 140732614754283 0
/proc/20940/statm: 2378 345 289 221 0 87 0
[pid=20942] ppid=20940 vsize=13980732 memory=10401064 CPUtime=333.7 cores=1,3,5,7
/proc/20942/stat : 20942 (java) S 20940 20940 8557 0 -1 1077944320 298811 0 0 0 32355 1015 0 0 20 0 15 0 119071760 14316269568 2600266 18446744073709551615 4194304 4196468 140723350383424 140723350365968 140161823022839 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 35717120 140723350389169 140723350389345 140723350389345 140723350392783 0
/proc/20942/statm: 3495183 2600266 3212 1 0 3483476 0
[pid=20942/tid=20943] ppid=20940 vsize=13980732 memory=1228 CPUtime=124.16 cores=1,3,5,7
/proc/20942/task/20943/stat : 20943 (java) S 20940 20940 8557 0 -1 1077944384 18577 0 0 0 12408 8 0 0 20 0 15 0 119071760 14316269568 2600266 18446744073709551615 4194304 4196468 140723350383424 140161827260960 140161823033045 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 4 0 0 6293624 6294260 35717120 140723350389169 140723350389345 140723350389345 140723350392783 0
[pid=20942/tid=20944] ppid=20940 vsize=13980732 memory=1400 CPUtime=48.36 cores=1,3,5,7
/proc/20942/task/20944/stat : 20944 (java) R 20940 20940 8557 0 -1 4202560 62502 0 0 0 4579 257 0 0 20 0 15 0 119071761 14316269568 2600266 18446744073709551615 4194304 4196468 140723350383424 140161764969048 140161807720614 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 35717120 140723350389169 140723350389345 140723350389345 140723350392783 0
[pid=20942/tid=20945] ppid=20940 vsize=13980732 memory=2032 CPUtime=48.14 cores=1,3,5,7
/proc/20942/task/20945/stat : 20945 (java) R 20940 20940 8557 0 -1 4202560 74422 0 0 0 4568 246 0 0 20 0 15 0 119071761 14316269568 2600266 18446744073709551615 4194304 4196468 140723350383424 140161763916248 140161815651047 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 35717120 140723350389169 140723350389345 140723350389345 140723350392783 0
[pid=20942/tid=20946] ppid=20940 vsize=13980732 memory=-8774313645642428999 CPUtime=48.1 cores=1,3,5,7
/proc/20942/task/20946/stat : 20946 (java) R 20940 20940 8557 0 -1 4202560 49970 0 0 0 4551 259 0 0 20 0 15 0 119071761 14316269568 2600266 18446744073709551615 4194304 4196468 140723350383424 140161762863656 140161815651047 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 35717120 140723350389169 140723350389345 140723350389345 140723350392783 0
[pid=20942/tid=20947] ppid=20940 vsize=13980732 memory=1672 CPUtime=48.24 cores=1,3,5,7
/proc/20942/task/20947/stat : 20947 (java) R 20940 20940 8557 0 -1 4202560 44388 0 0 0 4592 232 0 0 20 0 15 0 119071761 14316269568 2600266 18446744073709551615 4194304 4196468 140723350383424 140161420106456 140161815651047 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 35717120 140723350389169 140723350389345 140723350389345 140723350392783 0
[pid=20942/tid=20948] ppid=20940 vsize=13980732 memory=5768 CPUtime=15.69 cores=1,3,5,7
/proc/20942/task/20948/stat : 20948 (java) S 20940 20940 8557 0 -1 1077944384 38527 0 0 0 1565 4 0 0 20 0 15 0 119071762 14316269568 2600266 18446744073709551615 4194304 4196468 140723350383424 140161368687600 140161823033045 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35717120 140723350389169 140723350389345 140723350389345 140723350392783 0
[pid=20942/tid=20949] ppid=20940 vsize=13980732 memory=4584 CPUtime=0 cores=1,3,5,7
/proc/20942/task/20949/stat : 20949 (java) S 20940 20940 8557 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 15 0 119071763 14316269568 2600266 18446744073709551615 4194304 4196468 140723350383424 140161367635136 140161823033045 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35717120 140723350389169 140723350389345 140723350389345 140723350392783 0
[pid=20942/tid=20950] ppid=20940 vsize=13980732 memory=-8774313645642428999 CPUtime=0 cores=1,3,5,7
/proc/20942/task/20950/stat : 20950 (java) S 20940 20940 8557 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 15 0 119071763 14316269568 2600266 18446744073709551615 4194304 4196468 140723350383424 140161366582896 140161823033045 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35717120 140723350389169 140723350389345 140723350389345 140723350392783 0
[pid=20942/tid=20951] ppid=20940 vsize=13980732 memory=10401056 CPUtime=0 cores=1,3,5,7
/proc/20942/task/20951/stat : 20951 (java) S 20940 20940 8557 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 119071765 14316269568 2600266 18446744073709551615 4194304 4196468 140723350383424 140161365531216 140161823041435 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35717120 140723350389169 140723350389345 140723350389345 140723350392783 0
[pid=20942/tid=20952] ppid=20940 vsize=13980732 memory=14340 CPUtime=0.28 cores=1,3,5,7
/proc/20942/task/20952/stat : 20952 (java) S 20940 20940 8557 0 -1 1077944384 3315 0 0 0 27 1 0 0 20 0 15 0 119071765 14316269568 2600266 18446744073709551615 4194304 4196468 140723350383424 140161364478112 140161823033045 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35717120 140723350389169 140723350389345 140723350389345 140723350392783 0
[pid=20942/tid=20953] ppid=20940 vsize=13980732 memory=796 CPUtime=0.18 cores=1,3,5,7
/proc/20942/task/20953/stat : 20953 (java) S 20940 20940 8557 0 -1 1077944384 1269 0 0 0 18 0 0 0 20 0 15 0 119071765 14316269568 2600266 18446744073709551615 4194304 4196468 140723350383424 140161363425312 140161823033045 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35717120 140723350389169 140723350389345 140723350389345 140723350392783 0
[pid=20942/tid=20954] ppid=20940 vsize=13980732 memory=872 CPUtime=0.32 cores=1,3,5,7
/proc/20942/task/20954/stat : 20954 (java) S 20940 20940 8557 0 -1 1077944384 4163 0 0 0 32 0 0 0 20 0 15 0 119071765 14316269568 2600266 18446744073709551615 4194304 4196468 140723350383424 140161362372736 140161823033045 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35717120 140723350389169 140723350389345 140723350389345 140723350392783 0
[pid=20942/tid=20955] ppid=20940 vsize=13980732 memory=1992 CPUtime=0 cores=1,3,5,7
/proc/20942/task/20955/stat : 20955 (java) S 20940 20940 8557 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 119071766 14316269568 2600266 18446744073709551615 4194304 4196468 140723350383424 140161361320416 140161823033045 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35717120 140723350389169 140723350389345 140723350389345 140723350392783 0
[pid=20942/tid=20956] ppid=20940 vsize=13980732 memory=1164 CPUtime=0.13 cores=1,3,5,7
/proc/20942/task/20956/stat : 20956 (java) S 20940 20940 8557 0 -1 1077944384 331 0 0 0 7 6 0 0 20 0 15 0 119071770 14316269568 2600266 18446744073709551615 4194304 4196468 140723350383424 140161360268208 140161823033986 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35717120 140723350389169 140723350389345 140723350389345 140723350392783 0
Current children cumulated CPU time: 333.7 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 10402444 KiB

[startup+189.201 s]
/proc/loadavg: 3.19 3.66 3.16 6/212 20977
/proc/meminfo: memFree=12957816/32770624 swapFree=67105588/67108860
[pid=20940] ppid=20937 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/20940/stat : 20940 (xcsp3-exec) S 20937 20940 8557 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 119071750 9740288 345 18446744073709551615 4194304 5098028 140732614741984 140732614740088 139822545224316 0 65536 5 65538 18446744071579417331 0 0 17 3 0 0 10 0 0 7196144 7232144 27938816 140732614750584 140732614750789 140732614750789 140732614754283 0
/proc/20940/statm: 2378 345 289 221 0 87 0
[pid=20942] ppid=20940 vsize=13980732 memory=10401064 CPUtime=335.26 cores=1,3,5,7
/proc/20942/stat : 20942 (java) S 20940 20940 8557 0 -1 1077944320 298879 0 0 0 32511 1015 0 0 20 0 15 0 119071760 14316269568 2600266 18446744073709551615 4194304 4196468 140723350383424 140723350365968 140161823022839 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 35717120 140723350389169 140723350389345 140723350389345 140723350392783 0
/proc/20942/statm: 3495183 2600266 3212 1 0 3483476 0
[pid=20942/tid=20943] ppid=20940 vsize=13980732 memory=1380 CPUtime=124.16 cores=1,3,5,7
/proc/20942/task/20943/stat : 20943 (java) S 20940 20940 8557 0 -1 1077944384 18577 0 0 0 12408 8 0 0 20 0 15 0 119071760 14316269568 2600266 18446744073709551615 4194304 4196468 140723350383424 140161827260960 140161823033045 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 4 0 0 6293624 6294260 35717120 140723350389169 140723350389345 140723350389345 140723350392783 0
[pid=20942/tid=20944] ppid=20940 vsize=13980732 memory=7998164 CPUtime=48.76 cores=1,3,5,7
/proc/20942/task/20944/stat : 20944 (java) R 20940 20940 8557 0 -1 4202560 62539 0 0 0 4619 257 0 0 20 0 15 0 119071761 14316269568 2600266 18446744073709551615 4194304 4196468 140723350383424 140161764968848 140161808019482 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 35717120 140723350389169 140723350389345 140723350389345 140723350392783 0
[pid=20942/tid=20945] ppid=20940 vsize=13980732 memory=1160 CPUtime=48.53 cores=1,3,5,7
/proc/20942/task/20945/stat : 20945 (java) R 20940 20940 8557 0 -1 4202560 74436 0 0 0 4607 246 0 0 20 0 15 0 119071761 14316269568 2600266 18446744073709551615 4194304 4196468 140723350383424 140161763916248 140161807721598 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 35717120 140723350389169 140723350389345 140723350389345 140723350392783 0
[pid=20942/tid=20946] ppid=20940 vsize=13980732 memory=3108 CPUtime=48.49 cores=1,3,5,7
/proc/20942/task/20946/stat : 20946 (java) R 20940 20940 8557 0 -1 4202560 49987 0 0 0 4590 259 0 0 20 0 15 0 119071761 14316269568 2600266 18446744073709551615 4194304 4196468 140723350383424 140161762863960 140161808019485 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 35717120 140723350389169 140723350389345 140723350389345 140723350392783 0
[pid=20942/tid=20947] ppid=20940 vsize=13980732 memory=4872558044660077418 CPUtime=48.63 cores=1,3,5,7
/proc/20942/task/20947/stat : 20947 (java) R 20940 20940 8557 0 -1 4202560 44388 0 0 0 4631 232 0 0 20 0 15 0 119071761 14316269568 2600266 18446744073709551615 4194304 4196468 140723350383424 140161420106144 140161807721712 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 35717120 140723350389169 140723350389345 140723350389345 140723350392783 0
[pid=20942/tid=20948] ppid=20940 vsize=13980732 memory=2384 CPUtime=15.7 cores=1,3,5,7
/proc/20942/task/20948/stat : 20948 (java) S 20940 20940 8557 0 -1 1077944384 38527 0 0 0 1566 4 0 0 20 0 15 0 119071762 14316269568 2600266 18446744073709551615 4194304 4196468 140723350383424 140161368687824 140161823033045 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35717120 140723350389169 140723350389345 140723350389345 140723350392783 0
[pid=20942/tid=20949] ppid=20940 vsize=13980732 memory=1672 CPUtime=0 cores=1,3,5,7
/proc/20942/task/20949/stat : 20949 (java) S 20940 20940 8557 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 15 0 119071763 14316269568 2600266 18446744073709551615 4194304 4196468 140723350383424 140161367635136 140161823033045 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35717120 140723350389169 140723350389345 140723350389345 140723350392783 0
[pid=20942/tid=20950] ppid=20940 vsize=13980732 memory=5768 CPUtime=0 cores=1,3,5,7
/proc/20942/task/20950/stat : 20950 (java) S 20940 20940 8557 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 15 0 119071763 14316269568 2600266 18446744073709551615 4194304 4196468 140723350383424 140161366582896 140161823033045 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35717120 140723350389169 140723350389345 140723350389345 140723350392783 0
[pid=20942/tid=20951] ppid=20940 vsize=13980732 memory=4584 CPUtime=0 cores=1,3,5,7
/proc/20942/task/20951/stat : 20951 (java) S 20940 20940 8557 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 119071765 14316269568 2600266 18446744073709551615 4194304 4196468 140723350383424 140161365531216 140161823041435 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35717120 140723350389169 140723350389345 140723350389345 140723350392783 0
[pid=20942/tid=20952] ppid=20940 vsize=13980732 memory=872 CPUtime=0.28 cores=1,3,5,7
/proc/20942/task/20952/stat : 20952 (java) S 20940 20940 8557 0 -1 1077944384 3315 0 0 0 27 1 0 0 20 0 15 0 119071765 14316269568 2600266 18446744073709551615 4194304 4196468 140723350383424 140161364478112 140161823033045 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35717120 140723350389169 140723350389345 140723350389345 140723350392783 0
[pid=20942/tid=20953] ppid=20940 vsize=13980732 memory=1992 CPUtime=0.18 cores=1,3,5,7
/proc/20942/task/20953/stat : 20953 (java) S 20940 20940 8557 0 -1 1077944384 1269 0 0 0 18 0 0 0 20 0 15 0 119071765 14316269568 2600266 18446744073709551615 4194304 4196468 140723350383424 140161363425312 140161823033045 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35717120 140723350389169 140723350389345 140723350389345 140723350392783 0
[pid=20942/tid=20954] ppid=20940 vsize=13980732 memory=1164 CPUtime=0.32 cores=1,3,5,7
/proc/20942/task/20954/stat : 20954 (java) S 20940 20940 8557 0 -1 1077944384 4163 0 0 0 32 0 0 0 20 0 15 0 119071765 14316269568 2600266 18446744073709551615 4194304 4196468 140723350383424 140161362372736 140161823033045 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35717120 140723350389169 140723350389345 140723350389345 140723350392783 0
[pid=20942/tid=20955] ppid=20940 vsize=13980732 memory=7344 CPUtime=0 cores=1,3,5,7
/proc/20942/task/20955/stat : 20955 (java) S 20940 20940 8557 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 119071766 14316269568 2600266 18446744073709551615 4194304 4196468 140723350383424 140161361320416 140161823033045 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35717120 140723350389169 140723350389345 140723350389345 140723350392783 0
[pid=20942/tid=20956] ppid=20940 vsize=13980732 memory=1628 CPUtime=0.13 cores=1,3,5,7
/proc/20942/task/20956/stat : 20956 (java) S 20940 20940 8557 0 -1 1077944384 331 0 0 0 7 6 0 0 20 0 15 0 119071770 14316269568 2600266 18446744073709551615 4194304 4196468 140723350383424 140161360268208 140161823033986 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35717120 140723350389169 140723350389345 140723350389345 140723350392783 0
Current children cumulated CPU time: 335.26 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 10402444 KiB

[startup+189.601 s]
/proc/loadavg: 3.19 3.66 3.16 6/212 20977
/proc/meminfo: memFree=12957816/32770624 swapFree=67105588/67108860
[pid=20940] ppid=20937 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/20940/stat : 20940 (xcsp3-exec) S 20937 20940 8557 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 119071750 9740288 345 18446744073709551615 4194304 5098028 140732614741984 140732614740088 139822545224316 0 65536 5 65538 18446744071579417331 0 0 17 3 0 0 10 0 0 7196144 7232144 27938816 140732614750584 140732614750789 140732614750789 140732614754283 0
/proc/20940/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): 189.649
CPU time (s): 336.564
CPU user time (s): 326.352
CPU system time (s): 10.2119
CPU usage (%): 177.467
Max. virtual memory (cumulated for all children) (KiB): 13990244
Max. memory (cumulated for all children) (KiB): 10402444

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 326.352
system time used= 10.2119
maximum resident set size= 10401624
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 300570
page faults= 0
swaps= 0
block input operations= 0
block output operations= 352
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 8692
involuntary context switches= 2541


# summary of solver processes directly reported to runsolver:
#   pid: 20940
#   total CPU time (s): 336.564
#   total CPU user time (s): 326.352
#   total CPU system time (s): 10.2119

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.25168 second user time and 1.97182 second system time

The end

Launcher Data

Begin job on node126 at 2017-08-19 20:38:42
IDJOB=4282661
IDBENCH=140560
IDSOLVER=2677
FILE ID=node126/4282661-1503168767
RUNJOBID= node126-1503095802-8616
PBS_JOBID= 
Free space on /tmp= 62024 MiB

SOLVER NAME= choco-solver 4.0.5 seq
BENCH NAME= XCSP17/Ramsey/Ramsey-int-s1/Ramsey-int-15.xml
COMMAND LINE= ./xcsp3-exec -dir DIR -tl TIMEOUT -ml 11000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4282661-1503168767/watcher-4282661-1503168767 -o /tmp/evaluation-result-4282661-1503168767/solver-4282661-1503168767 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node126-1503095802-8616 --watchdog 2580  ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 1571319939 HOME/instance-4282661-1503168767.xml

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

MD5SUM BENCH= 4870bb42219503db6b08817d9224dcd4
RANDOM SEED=1571319939

node126.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.81
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.81
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.81
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.81
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:        23367976 kB
MemAvailable:   23952044 kB
Buffers:          312392 kB
Cached:           562304 kB
SwapCached:          524 kB
Active:          8545364 kB
Inactive:         372040 kB
Active(anon):    7998500 kB
Inactive(anon):    93904 kB
Active(file):     546864 kB
Inactive(file):   278136 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67105588 kB
Dirty:              7860 kB
Writeback:             4 kB
AnonPages:       8041848 kB
Mapped:            71348 kB
Shmem:             49824 kB
Slab:             176520 kB
SReclaimable:     149804 kB
SUnreclaim:        26716 kB
KernelStack:        3456 kB
PageTables:        20864 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    8738992 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   7692288 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      101760 kB
DirectMap2M:    33443840 kB

Free space on /tmp at the end= 62016 MiB
End job on node126 at 2017-08-19 20:41:52