Trace number 4272730

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
choco-solver 5a (2017-07-26)? 1783.05 608.83398

General information on the benchmark

NameScheduling/Scheduling-xcsp2-os-gp/
gp10-05-1070_X2.xml
MD5SUM23007d5514affe077dd6f6cf857721a4
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark31.226101
Satisfiable
(Un)Satisfiability was proved
Number of variables101
Number of constraints1000
Number of domains2
Minimum domain size1
Maximum domain size1071
Distribution of domain sizes[{"size":1,"count":1},{"size":1071,"count":100}]
Minimum variable degree19
Maximum variable degree100
Distribution of variable degrees[{"degree":19,"count":100},{"degree":100,"count":1}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":1000}]
Number of extensional constraints0
Number of intensional constraints1000
Distribution of constraint types[{"type":"intension","count":1000}]
Optimization problemNO
Type of objective

Solver Data

0.00/0.09	c java -server -Xmx11000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4272730-1502650071.xml"  -tl '2520s' -p 1 -x 3
0.08/0.29	c [HOME/instance-4272730-1502650071.xml, -tl, 2520s, -p, 1, -x, 3]
0.25/0.35	c simple solver
0.25/0.41	c parse instance...
1753.63/600.24	Exception in thread "main" java.lang.OutOfMemoryError: GC overhead limit exceeded
1753.63/600.24		at java.util.stream.ReferencePipeline.mapToInt(ReferencePipeline.java:203)
1753.63/600.24		at org.chocosolver.solver.expression.discrete.arithmetic.NaArExpression.ieval(NaArExpression.java:123)
1753.63/600.24		at org.chocosolver.solver.expression.discrete.relational.BiReExpression.beval(BiReExpression.java:214)
1753.63/600.24		at org.chocosolver.solver.expression.discrete.logical.NaLoExpression.beval(NaLoExpression.java:117)
1753.63/600.24		at org.chocosolver.solver.expression.discrete.relational.ReExpression.lambda$extension$7(ReExpression.java:148)
1753.63/600.24		at org.chocosolver.solver.expression.discrete.relational.ReExpression$$Lambda$90/662822946.valid(Unknown Source)
1753.63/600.24		at org.chocosolver.solver.constraints.extension.TuplesFactory.generateTuples(TuplesFactory.java:88)
1753.63/600.24		at org.chocosolver.solver.expression.discrete.relational.ReExpression.extension(ReExpression.java:148)
1753.63/600.24		at org.chocosolver.parser.xcsp.XCSPParser.buildCtrIntension(XCSPParser.java:112)
1753.63/600.24		at org.xcsp.parser.loaders.CtrLoaderInteger.intension(CtrLoaderInteger.java:394)
1753.63/600.24		at org.xcsp.parser.loaders.CtrLoaderInteger.load(CtrLoaderInteger.java:127)
1753.63/600.24		at org.xcsp.parser.XCallbacks.loadCtr(XCallbacks.java:457)
1753.63/600.24		at org.xcsp.parser.XCallbacks.lambda$loadCtrs$346(XCallbacks.java:440)
1753.63/600.24		at org.xcsp.parser.XCallbacks$$Lambda$52/1076496284.accept(Unknown Source)
1753.63/600.24		at java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
1753.63/600.24		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:580)
1753.63/600.24		at org.xcsp.parser.XCallbacks.loadCtrs(XCallbacks.java:437)
1753.63/600.24		at org.chocosolver.parser.xcsp.XCSPParser.loadGroup(XCSPParser.java:1406)
1753.63/600.24		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:368)
1753.63/600.24		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:353)
1753.63/600.24		at org.xcsp.parser.XCallbacks.loadInstance(XCallbacks.java:260)
1753.63/600.24		at org.chocosolver.parser.xcsp.XCSPParser.model(XCSPParser.java:88)
1753.63/600.24		at org.chocosolver.parser.xcsp.XCSP.parse(XCSP.java:112)
1753.63/600.24		at org.chocosolver.parser.xcsp.XCSP.buildModel(XCSP.java:99)
1753.63/600.24		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:23)
1782.90/608.78	s UNKNOWN
1782.90/608.78	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 (14968 MiB free)
  memory of node 1: 16384 MiB (15325 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4272730-1502650071/watcher-4272730-1502650071 -o /tmp/evaluation-result-4272730-1502650071/solver-4272730-1502650071 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node128-1502649221-29001 --watchdog 2580 ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 1203708841 HOME/instance-4272730-1502650071.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
solver pid=29501, runsolver pid=29498
Current StackSize limit: 8192 KiB


[startup+0.100118 s]*
/proc/loadavg: 1.62 1.54 1.80 6/200 29503
/proc/meminfo: memFree=31020724/32770624 swapFree=67108860/67108860
[pid=29501] ppid=29498 vsize=9512 memory=1376 CPUtime=0 cores=1,3,5,7
/proc/29501/stat : 29501 (xcsp3-exec) S 29498 29501 7968 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 18889767 9740288 344 18446744073709551615 4194304 5098028 140724718124144 140724718122248 139692635423356 0 65536 5 65538 18446744071579417331 0 0 17 5 0 0 9 0 0 7196144 7232144 27783168 140724718125433 140724718125638 140724718125638 140724718129131 0
/proc/29501/statm: 2378 344 289 221 0 87 0
[pid=29503] ppid=29501 vsize=13356504 memory=10920 CPUtime=0 cores=1,3,5,7
/proc/29503/stat : 29503 (java) S 29501 29501 7968 0 -1 1077944320 2476 0 0 0 0 0 0 0 20 0 6 0 18889777 13677060096 2730 18446744073709551615 4194304 4196468 140732447534912 140732447517456 140489919594231 0 0 1 16784584 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 10276864 140732447543730 140732447543906 140732447543906 140732447547343 0
/proc/29503/statm: 3339126 2730 1261 1 0 3329096 0
[pid=29503/tid=29504] ppid=29501 vsize=13356504 memory=-8713483618642721886 CPUtime=0 cores=1,3,5,7
/proc/29503/task/29504/stat : 29504 (java) R 29501 29501 7968 0 -1 4202560 1251 0 0 0 0 0 0 0 20 0 6 0 18889777 13677060096 2730 18446744073709551615 4194304 4196468 140732447534912 140489923835192 140489912694064 0 4 1 16784584 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 10276864 140732447543730 140732447543906 140732447543906 140732447547343 0
[pid=29503/tid=29505] ppid=29501 vsize=13356504 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29503/task/29505/stat : 29505 (java) S 29501 29501 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 18889778 13677060096 2730 18446744073709551615 4194304 4196468 140732447534912 140489861540112 140489919604437 0 4 1 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10276864 140732447543730 140732447543906 140732447543906 140732447547343 0
[pid=29503/tid=29506] ppid=29501 vsize=13356504 memory=140207868024448 CPUtime=0 cores=1,3,5,7
/proc/29503/task/29506/stat : 29506 (java) S 29501 29501 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 18889778 13677060096 2730 18446744073709551615 4194304 4196468 140732447534912 140489860487568 140489919604437 0 4 1 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10276864 140732447543730 140732447543906 140732447543906 140732447547343 0
[pid=29503/tid=29507] ppid=29501 vsize=13352408 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29503/task/29507/stat : 29507 (java) S 29501 29501 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 18889778 13672865792 2769 18446744073709551615 4194304 4196468 140732447534912 140489859435024 140489919604437 0 4 1 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10276864 140732447543730 140732447543906 140732447543906 140732447547343 0
[pid=29503/tid=29508] ppid=29501 vsize=13356504 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/29503/task/29508/stat : 29508 (java) S 29501 29501 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 6 0 18889778 13677060096 2769 18446744073709551615 4194304 4196468 140732447534912 140489858382480 140489919604437 0 4 1 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10276864 140732447543730 140732447543906 140732447543906 140732447547343 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 13366016 KiB
Current children cumulated memory: 12296 KiB

[startup+0.217858 s]*
/proc/loadavg: 1.81 1.58 1.82 4/214 29517
/proc/meminfo: memFree=31009256/32770624 swapFree=67108860/67108860
[pid=29501] ppid=29498 vsize=9512 memory=1376 CPUtime=0 cores=1,3,5,7
/proc/29501/stat : 29501 (xcsp3-exec) S 29498 29501 7968 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 18889767 9740288 344 18446744073709551615 4194304 5098028 140724718124144 140724718122248 139692635423356 0 65536 5 65538 18446744071579417331 0 0 17 5 0 0 9 0 0 7196144 7232144 27783168 140724718125433 140724718125638 140724718125638 140724718129131 0
/proc/29501/statm: 2378 344 289 221 0 87 0
[pid=29503] ppid=29501 vsize=13974352 memory=26880 CPUtime=0.08 cores=1,3,5,7
/proc/29503/stat : 29503 (java) S 29501 29501 7968 0 -1 1077944320 5129 0 0 0 7 1 0 0 20 0 15 0 18889777 14309736448 6720 18446744073709551615 4194304 4196468 140732447534912 140732447517456 140489919594231 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 10276864 140732447543730 140732447543906 140732447543906 140732447547343 0
/proc/29503/statm: 3493588 6720 2725 1 0 3482964 0
[pid=29503/tid=29504] ppid=29501 vsize=13974352 memory=7311146985107750967 CPUtime=0.06 cores=1,3,5,7
/proc/29503/task/29504/stat : 29504 (java) R 29501 29501 7968 0 -1 4202560 3289 0 0 0 6 0 0 0 20 0 15 0 18889777 14309736448 6720 18446744073709551615 4194304 4196468 140732447534912 140489923819920 140489911831358 0 4 1 16800974 0 0 0 -1 1 0 0 4 0 0 6293624 6294260 10276864 140732447543730 140732447543906 140732447543906 140732447547343 0
[pid=29503/tid=29505] ppid=29501 vsize=13974352 memory=11601 CPUtime=0 cores=1,3,5,7
/proc/29503/task/29505/stat : 29505 (java) S 29501 29501 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 18889778 14309736448 6720 18446744073709551615 4194304 4196468 140732447534912 140489861540112 140489919604437 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10276864 140732447543730 140732447543906 140732447543906 140732447547343 0
[pid=29503/tid=29506] ppid=29501 vsize=13974352 memory=140207868049061 CPUtime=0 cores=1,3,5,7
/proc/29503/task/29506/stat : 29506 (java) S 29501 29501 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 18889778 14309736448 6720 18446744073709551615 4194304 4196468 140732447534912 140489860487568 140489919604437 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10276864 140732447543730 140732447543906 140732447543906 140732447547343 0
[pid=29503/tid=29507] ppid=29501 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29503/task/29507/stat : 29507 (java) S 29501 29501 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 18889778 14309736448 6720 18446744073709551615 4194304 4196468 140732447534912 140489859435024 140489919604437 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10276864 140732447543730 140732447543906 140732447543906 140732447547343 0
[pid=29503/tid=29508] ppid=29501 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/29503/task/29508/stat : 29508 (java) S 29501 29501 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 18889778 14309736448 6720 18446744073709551615 4194304 4196468 140732447534912 140489858382480 140489919604437 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10276864 140732447543730 140732447543906 140732447543906 140732447547343 0
[pid=29503/tid=29509] ppid=29501 vsize=13974352 memory=140207868024448 CPUtime=0 cores=1,3,5,7
/proc/29503/task/29509/stat : 29509 (java) S 29501 29501 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 18889779 14309736448 6720 18446744073709551615 4194304 4196468 140732447534912 140489465350640 140489919605378 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10276864 140732447543730 140732447543906 140732447543906 140732447547343 0
[pid=29503/tid=29510] ppid=29501 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/29503/task/29510/stat : 29510 (java) S 29501 29501 7968 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 18889780 14309736448 6720 18446744073709551615 4194304 4196468 140732447534912 140489464296864 140489919604437 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10276864 140732447543730 140732447543906 140732447543906 140732447547343 0
[pid=29503/tid=29511] ppid=29501 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29503/task/29511/stat : 29511 (java) S 29501 29501 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 18889780 14309736448 6720 18446744073709551615 4194304 4196468 140732447534912 140489463244272 140489919604437 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10276864 140732447543730 140732447543906 140732447543906 140732447547343 0
[pid=29503/tid=29512] ppid=29501 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29503/task/29512/stat : 29512 (java) S 29501 29501 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 18889782 14309736448 6720 18446744073709551615 4194304 4196468 140732447534912 140489462192848 140489919612827 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10276864 140732447543730 140732447543906 140732447543906 140732447547343 0
[pid=29503/tid=29513] ppid=29501 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29503/task/29513/stat : 29513 (java) S 29501 29501 7968 0 -1 1077944384 299 0 0 0 0 0 0 0 20 0 15 0 18889782 14309736448 6720 18446744073709551615 4194304 4196468 140732447534912 140489461139440 140489919605378 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10276864 140732447543730 140732447543906 140732447543906 140732447547343 0
[pid=29503/tid=29514] ppid=29501 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/29503/task/29514/stat : 29514 (java) R 29501 29501 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 18889782 14309736448 6720 18446744073709551615 4194304 4196468 140732447534912 140489460086896 140489919605378 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 10276864 140732447543730 140732447543906 140732447543906 140732447547343 0
[pid=29503/tid=29515] ppid=29501 vsize=13974352 memory=140207868024448 CPUtime=0 cores=1,3,5,7
/proc/29503/task/29515/stat : 29515 (java) R 29501 29501 7968 0 -1 1077944384 242 0 0 0 0 0 0 0 20 0 15 0 18889782 14309736448 6720 18446744073709551615 4194304 4196468 140732447534912 140489459034352 140489919605378 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 10276864 140732447543730 140732447543906 140732447543906 140732447547343 0
[pid=29503/tid=29516] ppid=29501 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/29503/task/29516/stat : 29516 (java) S 29501 29501 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 18889782 14309736448 6720 18446744073709551615 4194304 4196468 140732447534912 140489457982048 140489919604437 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10276864 140732447543730 140732447543906 140732447543906 140732447547343 0
[pid=29503/tid=29517] ppid=29501 vsize=13974352 memory=140207868024448 CPUtime=0 cores=1,3,5,7
/proc/29503/task/29517/stat : 29517 (java) S 29501 29501 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 18889788 14309736448 6720 18446744073709551615 4194304 4196468 140732447534912 140489456929584 140489919605378 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10276864 140732447543730 140732447543906 140732447543906 140732447547343 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 13983864 KiB
Current children cumulated memory: 28256 KiB

[startup+0.310246 s]*
/proc/loadavg: 1.81 1.58 1.82 6/214 29517
/proc/meminfo: memFree=30992680/32770624 swapFree=67108860/67108860
[pid=29501] ppid=29498 vsize=9512 memory=1376 CPUtime=0 cores=1,3,5,7
/proc/29501/stat : 29501 (xcsp3-exec) S 29498 29501 7968 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 18889767 9740288 344 18446744073709551615 4194304 5098028 140724718124144 140724718122248 139692635423356 0 65536 5 65538 18446744071579417331 0 0 17 5 0 0 9 0 0 7196144 7232144 27783168 140724718125433 140724718125638 140724718125638 140724718129131 0
/proc/29501/statm: 2378 344 289 221 0 87 0
[pid=29503] ppid=29501 vsize=13974352 memory=36576 CPUtime=0.25 cores=1,3,5,7
/proc/29503/stat : 29503 (java) S 29501 29501 7968 0 -1 1077944320 8715 0 0 0 23 2 0 0 20 0 15 0 18889777 14309736448 9144 18446744073709551615 4194304 4196468 140732447534912 140732447517456 140489919594231 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 10276864 140732447543730 140732447543906 140732447543906 140732447547343 0
/proc/29503/statm: 3493588 9144 2962 1 0 3482964 0
[pid=29503/tid=29504] ppid=29501 vsize=13974352 memory=7311146985107750967 CPUtime=0.15 cores=1,3,5,7
/proc/29503/task/29504/stat : 29504 (java) R 29501 29501 7968 0 -1 4202560 6007 0 0 0 14 1 0 0 20 0 15 0 18889777 14309736448 9144 18446744073709551615 4194304 4196468 140732447534912 140489923806672 140489903674718 0 4 1 16800974 0 0 0 -1 3 0 0 4 0 0 6293624 6294260 10276864 140732447543730 140732447543906 140732447543906 140732447547343 0
[pid=29503/tid=29505] ppid=29501 vsize=13974352 memory=11601 CPUtime=0 cores=1,3,5,7
/proc/29503/task/29505/stat : 29505 (java) S 29501 29501 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 18889778 14309736448 9144 18446744073709551615 4194304 4196468 140732447534912 140489861540112 140489919604437 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10276864 140732447543730 140732447543906 140732447543906 140732447547343 0
[pid=29503/tid=29506] ppid=29501 vsize=13974352 memory=140207868049061 CPUtime=0 cores=1,3,5,7
/proc/29503/task/29506/stat : 29506 (java) S 29501 29501 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 18889778 14309736448 9144 18446744073709551615 4194304 4196468 140732447534912 140489860487568 140489919604437 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10276864 140732447543730 140732447543906 140732447543906 140732447547343 0
[pid=29503/tid=29507] ppid=29501 vsize=13974352 memory=6944656592455360604 CPUtime=0 cores=1,3,5,7
/proc/29503/task/29507/stat : 29507 (java) S 29501 29501 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 18889778 14309736448 9144 18446744073709551615 4194304 4196468 140732447534912 140489859435024 140489919604437 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10276864 140732447543730 140732447543906 140732447543906 140732447547343 0
[pid=29503/tid=29508] ppid=29501 vsize=13974352 memory=3472328296227680299 CPUtime=0 cores=1,3,5,7
/proc/29503/task/29508/stat : 29508 (java) S 29501 29501 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 18889778 14309736448 9144 18446744073709551615 4194304 4196468 140732447534912 140489858382480 140489919604437 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10276864 140732447543730 140732447543906 140732447543906 140732447547343 0
[pid=29503/tid=29509] ppid=29501 vsize=13974352 memory=7160715672578655477 CPUtime=0 cores=1,3,5,7
/proc/29503/task/29509/stat : 29509 (java) S 29501 29501 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 18889779 14309736448 9144 18446744073709551615 4194304 4196468 140732447534912 140489465350640 140489919605378 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10276864 140732447543730 140732447543906 140732447543906 140732447547343 0
[pid=29503/tid=29510] ppid=29501 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/29503/task/29510/stat : 29510 (java) S 29501 29501 7968 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 18889780 14309736448 9144 18446744073709551615 4194304 4196468 140732447534912 140489464296864 140489919604437 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10276864 140732447543730 140732447543906 140732447543906 140732447547343 0
[pid=29503/tid=29511] ppid=29501 vsize=13974352 memory=-8990767739041718176 CPUtime=0 cores=1,3,5,7
/proc/29503/task/29511/stat : 29511 (java) S 29501 29501 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 18889780 14309736448 9144 18446744073709551615 4194304 4196468 140732447534912 140489463244272 140489919604437 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10276864 140732447543730 140732447543906 140732447543906 140732447547343 0
[pid=29503/tid=29512] ppid=29501 vsize=13974352 memory=6944656592455359580 CPUtime=0 cores=1,3,5,7
/proc/29503/task/29512/stat : 29512 (java) S 29501 29501 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 18889782 14309736448 9144 18446744073709551615 4194304 4196468 140732447534912 140489462192848 140489919612827 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10276864 140732447543730 140732447543906 140732447543906 140732447547343 0
[pid=29503/tid=29513] ppid=29501 vsize=13974352 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/29503/task/29513/stat : 29513 (java) S 29501 29501 7968 0 -1 1077944384 623 0 0 0 2 0 0 0 20 0 15 0 18889782 14309736448 9144 18446744073709551615 4194304 4196468 140732447534912 140489461139440 140489919605378 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10276864 140732447543730 140732447543906 140732447543906 140732447547343 0
[pid=29503/tid=29514] ppid=29501 vsize=13974352 memory=3472328296227680303 CPUtime=0.01 cores=1,3,5,7
/proc/29503/task/29514/stat : 29514 (java) S 29501 29501 7968 0 -1 1077944384 51 0 0 0 1 0 0 0 20 0 15 0 18889782 14309736448 9144 18446744073709551615 4194304 4196468 140732447534912 140489460086896 140489919605378 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10276864 140732447543730 140732447543906 140732447543906 140732447547343 0
[pid=29503/tid=29515] ppid=29501 vsize=13974352 memory=140207868024448 CPUtime=0.05 cores=1,3,5,7
/proc/29503/task/29515/stat : 29515 (java) S 29501 29501 7968 0 -1 1077944384 731 0 0 0 5 0 0 0 20 0 15 0 18889782 14309736448 9144 18446744073709551615 4194304 4196468 140732447534912 140489459034352 140489919605378 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10276864 140732447543730 140732447543906 140732447543906 140732447547343 0
[pid=29503/tid=29516] ppid=29501 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/29503/task/29516/stat : 29516 (java) S 29501 29501 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 18889782 14309736448 9144 18446744073709551615 4194304 4196468 140732447534912 140489457982048 140489919604437 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10276864 140732447543730 140732447543906 140732447543906 140732447547343 0
[pid=29503/tid=29517] ppid=29501 vsize=13974352 memory=140207868024448 CPUtime=0 cores=1,3,5,7
/proc/29503/task/29517/stat : 29517 (java) S 29501 29501 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 18889788 14309736448 9144 18446744073709551615 4194304 4196468 140732447534912 140489456929584 140489919605378 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10276864 140732447543730 140732447543906 140732447543906 140732447547343 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 13983864 KiB
Current children cumulated memory: 37952 KiB

[startup+0.701035 s]
/proc/loadavg: 1.81 1.58 1.82 4/214 29517
/proc/meminfo: memFree=30981524/32770624 swapFree=67108860/67108860
[pid=29501] ppid=29498 vsize=9512 memory=1376 CPUtime=0 cores=1,3,5,7
/proc/29501/stat : 29501 (xcsp3-exec) S 29498 29501 7968 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 18889767 9740288 344 18446744073709551615 4194304 5098028 140724718124144 140724718122248 139692635423356 0 65536 5 65538 18446744071579417331 0 0 17 5 0 0 9 0 0 7196144 7232144 27783168 140724718125433 140724718125638 140724718125638 140724718129131 0
/proc/29501/statm: 2378 344 289 221 0 87 0
[pid=29503] ppid=29501 vsize=13980732 memory=73872 CPUtime=1.25 cores=1,3,5,7
/proc/29503/stat : 29503 (java) S 29501 29501 7968 0 -1 1077944320 13570 0 0 0 121 4 0 0 20 0 15 0 18889777 14316269568 18468 18446744073709551615 4194304 4196468 140732447534912 140732447517456 140489919594231 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 10276864 140732447543730 140732447543906 140732447543906 140732447547343 0
/proc/29503/statm: 3495183 18468 3172 1 0 3483476 0
[pid=29503/tid=29504] ppid=29501 vsize=13980732 memory=111 CPUtime=0.54 cores=1,3,5,7
/proc/29503/task/29504/stat : 29504 (java) R 29501 29501 7968 0 -1 4202560 8408 0 0 0 51 3 0 0 20 0 15 0 18889777 14316269568 18468 18446744073709551615 4194304 4196468 140732447534912 140489923828336 140489903637861 0 4 1 16800974 0 0 0 -1 3 0 0 4 0 0 6293624 6294260 10276864 140732447543730 140732447543906 140732447543906 140732447547343 0
[pid=29503/tid=29505] ppid=29501 vsize=13980732 memory=280415461984784 CPUtime=0 cores=1,3,5,7
/proc/29503/task/29505/stat : 29505 (java) S 29501 29501 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 18889778 14316269568 18468 18446744073709551615 4194304 4196468 140732447534912 140489861540112 140489919604437 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10276864 140732447543730 140732447543906 140732447543906 140732447547343 0
[pid=29503/tid=29506] ppid=29501 vsize=13980732 memory=2110558338098404 CPUtime=0 cores=1,3,5,7
/proc/29503/task/29506/stat : 29506 (java) S 29501 29501 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 18889778 14316269568 18468 18446744073709551615 4194304 4196468 140732447534912 140489860487568 140489919604437 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10276864 140732447543730 140732447543906 140732447543906 140732447547343 0
[pid=29503/tid=29507] ppid=29501 vsize=13980732 memory=280415461993984 CPUtime=0 cores=1,3,5,7
/proc/29503/task/29507/stat : 29507 (java) S 29501 29501 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 18889778 14316269568 18468 18446744073709551615 4194304 4196468 140732447534912 140489859435024 140489919604437 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10276864 140732447543730 140732447543906 140732447543906 140732447547343 0
[pid=29503/tid=29508] ppid=29501 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29503/task/29508/stat : 29508 (java) S 29501 29501 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 18889778 14316269568 18468 18446744073709551615 4194304 4196468 140732447534912 140489858382480 140489919604437 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10276864 140732447543730 140732447543906 140732447543906 140732447547343 0
[pid=29503/tid=29509] ppid=29501 vsize=13980732 memory=16657 CPUtime=0 cores=1,3,5,7
/proc/29503/task/29509/stat : 29509 (java) S 29501 29501 7968 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 18889779 14316269568 18468 18446744073709551615 4194304 4196468 140732447534912 140489465350640 140489919605378 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10276864 140732447543730 140732447543906 140732447543906 140732447547343 0
[pid=29503/tid=29510] ppid=29501 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29503/task/29510/stat : 29510 (java) S 29501 29501 7968 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 18889780 14316269568 18468 18446744073709551615 4194304 4196468 140732447534912 140489464296864 140489919604437 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10276864 140732447543730 140732447543906 140732447543906 140732447547343 0
[pid=29503/tid=29511] ppid=29501 vsize=13980732 memory=6944656592455097440 CPUtime=0 cores=1,3,5,7
/proc/29503/task/29511/stat : 29511 (java) S 29501 29501 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 18889780 14316269568 18468 18446744073709551615 4194304 4196468 140732447534912 140489463244272 140489919604437 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10276864 140732447543730 140732447543906 140732447543906 140732447547343 0
[pid=29503/tid=29512] ppid=29501 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29503/task/29512/stat : 29512 (java) S 29501 29501 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 18889782 14316269568 18468 18446744073709551615 4194304 4196468 140732447534912 140489462192848 140489919612827 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10276864 140732447543730 140732447543906 140732447543906 140732447547343 0
[pid=29503/tid=29513] ppid=29501 vsize=13980732 memory=0 CPUtime=0.18 cores=1,3,5,7
/proc/29503/task/29513/stat : 29513 (java) R 29501 29501 7968 0 -1 4202560 1215 0 0 0 18 0 0 0 20 0 15 0 18889782 14316269568 18468 18446744073709551615 4194304 4196468 140732447534912 140489461132072 140489904494458 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 10276864 140732447543730 140732447543906 140732447543906 140732447547343 0
[pid=29503/tid=29514] ppid=29501 vsize=13980732 memory=0 CPUtime=0.2 cores=1,3,5,7
/proc/29503/task/29514/stat : 29514 (java) R 29501 29501 7968 0 -1 4202560 913 0 0 0 20 0 0 0 20 0 15 0 18889782 14316269568 18468 18446744073709551615 4194304 4196468 140732447534912 140489460072776 140489897444416 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 10276864 140732447543730 140732447543906 140732447543906 140732447547343 0
[pid=29503/tid=29515] ppid=29501 vsize=13980732 memory=0 CPUtime=0.31 cores=1,3,5,7
/proc/29503/task/29515/stat : 29515 (java) R 29501 29501 7968 0 -1 4202560 1734 0 0 0 31 0 0 0 20 0 15 0 18889782 14316269568 18468 18446744073709551615 4194304 4196468 140732447534912 140489459030720 140489912694078 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 10276864 140732447543730 140732447543906 140732447543906 140732447547343 0
[pid=29503/tid=29516] ppid=29501 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29503/task/29516/stat : 29516 (java) S 29501 29501 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 18889782 14316269568 18468 18446744073709551615 4194304 4196468 140732447534912 140489457982048 140489919604437 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10276864 140732447543730 140732447543906 140732447543906 140732447547343 0
[pid=29503/tid=29517] ppid=29501 vsize=13980732 memory=6944656592387989600 CPUtime=0 cores=1,3,5,7
/proc/29503/task/29517/stat : 29517 (java) S 29501 29501 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 18889788 14316269568 18468 18446744073709551615 4194304 4196468 140732447534912 140489456929584 140489919605378 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10276864 140732447543730 140732447543906 140732447543906 140732447547343 0
Current children cumulated CPU time: 1.25 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 75248 KiB

[startup+1.50085 s]
/proc/loadavg: 1.81 1.58 1.82 4/214 29517
/proc/meminfo: memFree=30828408/32770624 swapFree=67108860/67108860
[pid=29501] ppid=29498 vsize=9512 memory=1376 CPUtime=0 cores=1,3,5,7
/proc/29501/stat : 29501 (xcsp3-exec) S 29498 29501 7968 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 18889767 9740288 344 18446744073709551615 4194304 5098028 140724718124144 140724718122248 139692635423356 0 65536 5 65538 18446744071579417331 0 0 17 5 0 0 9 0 0 7196144 7232144 27783168 140724718125433 140724718125638 140724718125638 140724718129131 0
/proc/29501/statm: 2378 344 289 221 0 87 0
[pid=29503] ppid=29501 vsize=13980732 memory=349184 CPUtime=2.78 cores=1,3,5,7
/proc/29503/stat : 29503 (java) S 29501 29501 7968 0 -1 1077944320 14632 0 0 0 264 14 0 0 20 0 15 0 18889777 14316269568 87296 18446744073709551615 4194304 4196468 140732447534912 140732447517456 140489919594231 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 10276864 140732447543730 140732447543906 140732447543906 140732447547343 0
/proc/29503/statm: 3495183 87296 3197 1 0 3483476 0
[pid=29503/tid=29504] ppid=29501 vsize=13980732 memory=840 CPUtime=1.28 cores=1,3,5,7
/proc/29503/task/29504/stat : 29504 (java) R 29501 29501 7968 0 -1 4202560 8552 0 0 0 122 6 0 0 20 0 15 0 18889777 14316269568 87296 18446744073709551615 4194304 4196468 140732447534912 140489923832416 140489538030848 0 4 1 16800974 0 0 0 -1 3 0 0 4 0 0 6293624 6294260 10276864 140732447543730 140732447543906 140732447543906 140732447547343 0
[pid=29503/tid=29505] ppid=29501 vsize=13980732 memory=3880 CPUtime=0.04 cores=1,3,5,7
/proc/29503/task/29505/stat : 29505 (java) S 29501 29501 7968 0 -1 1077944384 55 0 0 0 3 1 0 0 20 0 15 0 18889778 14316269568 87296 18446744073709551615 4194304 4196468 140732447534912 140489861540112 140489919604437 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10276864 140732447543730 140732447543906 140732447543906 140732447547343 0
[pid=29503/tid=29506] ppid=29501 vsize=13980732 memory=3868 CPUtime=0.04 cores=1,3,5,7
/proc/29503/task/29506/stat : 29506 (java) S 29501 29501 7968 0 -1 1077944384 53 0 0 0 3 1 0 0 20 0 15 0 18889778 14316269568 87296 18446744073709551615 4194304 4196468 140732447534912 140489860487568 140489919604437 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10276864 140732447543730 140732447543906 140732447543906 140732447547343 0
[pid=29503/tid=29507] ppid=29501 vsize=13980732 memory=3904 CPUtime=0.04 cores=1,3,5,7
/proc/29503/task/29507/stat : 29507 (java) S 29501 29501 7968 0 -1 1077944384 56 0 0 0 3 1 0 0 20 0 15 0 18889778 14316269568 87296 18446744073709551615 4194304 4196468 140732447534912 140489859435024 140489919604437 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10276864 140732447543730 140732447543906 140732447543906 140732447547343 0
[pid=29503/tid=29508] ppid=29501 vsize=13980732 memory=0 CPUtime=0.04 cores=1,3,5,7
/proc/29503/task/29508/stat : 29508 (java) S 29501 29501 7968 0 -1 1077944384 55 0 0 0 3 1 0 0 20 0 15 0 18889778 14316269568 87296 18446744073709551615 4194304 4196468 140732447534912 140489858382480 140489919604437 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10276864 140732447543730 140732447543906 140732447543906 140732447547343 0
[pid=29503/tid=29509] ppid=29501 vsize=13980732 memory=280415462342176 CPUtime=0 cores=1,3,5,7
/proc/29503/task/29509/stat : 29509 (java) S 29501 29501 7968 0 -1 1077944384 209 0 0 0 0 0 0 0 20 0 15 0 18889779 14316269568 87296 18446744073709551615 4194304 4196468 140732447534912 140489465350640 140489919605378 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10276864 140732447543730 140732447543906 140732447543906 140732447547343 0
[pid=29503/tid=29510] ppid=29501 vsize=13980732 memory=3184238127806990896 CPUtime=0 cores=1,3,5,7
/proc/29503/task/29510/stat : 29510 (java) S 29501 29501 7968 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 18889780 14316269568 87296 18446744073709551615 4194304 4196468 140732447534912 140489464296864 140489919604437 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10276864 140732447543730 140732447543906 140732447543906 140732447547343 0
[pid=29503/tid=29511] ppid=29501 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7

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

/proc/29503/task/29510/stat : 29510 (java) S 29501 29501 7968 0 -1 1077944384 36 0 0 0 0 0 0 0 20 0 16 0 18889780 14384431104 2919589 18446744073709551615 4194304 4196468 140732447534912 140489464296928 140489919604437 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10276864 140732447543730 140732447543906 140732447543906 140732447547343 0
[pid=29503/tid=29511] ppid=29501 vsize=14047296 memory=-3622645143214314312 CPUtime=0 cores=1,3,5,7
/proc/29503/task/29511/stat : 29511 (java) S 29501 29501 7968 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 18889780 14384431104 2919589 18446744073709551615 4194304 4196468 140732447534912 140489463244288 140489919604437 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10276864 140732447543730 140732447543906 140732447543906 140732447547343 0
[pid=29503/tid=29512] ppid=29501 vsize=14047296 memory=1440 CPUtime=0 cores=1,3,5,7
/proc/29503/task/29512/stat : 29512 (java) S 29501 29501 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 18889782 14384431104 2919589 18446744073709551615 4194304 4196468 140732447534912 140489462192848 140489919612827 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10276864 140732447543730 140732447543906 140732447543906 140732447547343 0
[pid=29503/tid=29513] ppid=29501 vsize=14047296 memory=9916 CPUtime=1.08 cores=1,3,5,7
/proc/29503/task/29513/stat : 29513 (java) S 29501 29501 7968 0 -1 1077944384 4810 0 0 0 108 0 0 0 20 0 16 0 18889782 14384431104 2919589 18446744073709551615 4194304 4196468 140732447534912 140489461139440 140489919605378 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 8 0 0 6293624 6294260 10276864 140732447543730 140732447543906 140732447543906 140732447547343 0
[pid=29503/tid=29514] ppid=29501 vsize=14047296 memory=1200 CPUtime=0.9 cores=1,3,5,7
/proc/29503/task/29514/stat : 29514 (java) S 29501 29501 7968 0 -1 1077944384 3348 0 0 0 90 0 0 0 20 0 16 0 18889782 14384431104 2919589 18446744073709551615 4194304 4196468 140732447534912 140489460086896 140489919605378 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10276864 140732447543730 140732447543906 140732447543906 140732447547343 0
[pid=29503/tid=29515] ppid=29501 vsize=14047296 memory=15872 CPUtime=0.5 cores=1,3,5,7
/proc/29503/task/29515/stat : 29515 (java) S 29501 29501 7968 0 -1 1077944384 9584 0 0 0 49 1 0 0 20 0 16 0 18889782 14384431104 2919589 18446744073709551615 4194304 4196468 140732447534912 140489459034352 140489919605378 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10276864 140732447543730 140732447543906 140732447543906 140732447547343 0
[pid=29503/tid=29516] ppid=29501 vsize=14047296 memory=9916 CPUtime=0 cores=1,3,5,7
/proc/29503/task/29516/stat : 29516 (java) S 29501 29501 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 18889782 14384431104 2919589 18446744073709551615 4194304 4196468 140732447534912 140489457982048 140489919604437 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10276864 140732447543730 140732447543906 140732447543906 140732447547343 0
[pid=29503/tid=29517] ppid=29501 vsize=14047296 memory=1200 CPUtime=0.49 cores=1,3,5,7
/proc/29503/task/29517/stat : 29517 (java) S 29501 29501 7968 0 -1 1077944384 847 0 0 0 24 25 0 0 20 0 16 0 18889788 14384431104 2919589 18446744073709551615 4194304 4196468 140732447534912 140489456929584 140489919605378 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 7 0 0 6293624 6294260 10276864 140732447543730 140732447543906 140732447543906 140732447547343 0
[pid=29503/tid=29572] ppid=29501 vsize=14047296 memory=15872 CPUtime=0 cores=1,3,5,7
/proc/29503/task/29572/stat : 29572 (java) S 29501 29501 7968 0 -1 1077944384 26 0 0 0 0 0 0 0 20 0 16 0 18949792 14384431104 2919589 18446744073709551615 4194304 4196468 140732447534912 140489455378112 140489919604437 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10276864 140732447543730 140732447543906 140732447543906 140732447547343 0
Current children cumulated CPU time: 1771.78 s
Current children cumulated vsize: 14056808 KiB
Current children cumulated memory: 11679732 KiB

[startup+606.401 s]
/proc/loadavg: 3.91 3.53 2.64 6/215 29575
/proc/meminfo: memFree=19165704/32770624 swapFree=67108860/67108860
[pid=29501] ppid=29498 vsize=9512 memory=1376 CPUtime=0 cores=1,3,5,7
/proc/29501/stat : 29501 (xcsp3-exec) S 29498 29501 7968 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 18889767 9740288 344 18446744073709551615 4194304 5098028 140724718124144 140724718122248 139692635423356 0 65536 5 65538 18446744071579417331 0 0 17 5 0 0 9 0 0 7196144 7232144 27783168 140724718125433 140724718125638 140724718125638 140724718129131 0
/proc/29501/statm: 2378 344 289 221 0 87 0
[pid=29503] ppid=29501 vsize=14047296 memory=11678356 CPUtime=1778.15 cores=1,3,5,7
/proc/29503/stat : 29503 (java) S 29501 29501 7968 0 -1 1077944320 342744 0 0 0 177116 699 0 0 20 0 16 0 18889777 14384431104 2919589 18446744073709551615 4194304 4196468 140732447534912 140732447517456 140489919594231 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 10276864 140732447543730 140732447543906 140732447543906 140732447547343 0
/proc/29503/statm: 3511824 2919589 3223 1 0 3500117 0
[pid=29503/tid=29504] ppid=29501 vsize=14047296 memory=1228 CPUtime=155.45 cores=1,3,5,7
/proc/29503/task/29504/stat : 29504 (java) S 29501 29501 7968 0 -1 1077944384 34629 0 0 0 15499 46 0 0 20 0 16 0 18889777 14384431104 2919589 18446744073709551615 4194304 4196468 140732447534912 140489923834912 140489919604437 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 4 0 0 6293624 6294260 10276864 140732447543730 140732447543906 140732447543906 140732447547343 0
[pid=29503/tid=29505] ppid=29501 vsize=14047296 memory=-8774313645642428999 CPUtime=389.84 cores=1,3,5,7
/proc/29503/task/29505/stat : 29505 (java) R 29501 29501 7968 0 -1 4202560 42308 0 0 0 38816 168 0 0 20 0 16 0 18889778 14384431104 2919589 18446744073709551615 4194304 4196468 140732447534912 140489861540232 140489912222439 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 10276864 140732447543730 140732447543906 140732447543906 140732447547343 0
[pid=29503/tid=29506] ppid=29501 vsize=14047296 memory=13816 CPUtime=391.41 cores=1,3,5,7
/proc/29503/task/29506/stat : 29506 (java) R 29501 29501 7968 0 -1 4202560 55051 0 0 0 39000 141 0 0 20 0 16 0 18889778 14384431104 2919589 18446744073709551615 4194304 4196468 140732447534912 140489860487688 140489904583775 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 10276864 140732447543730 140732447543906 140732447543906 140732447547343 0
[pid=29503/tid=29507] ppid=29501 vsize=14047296 memory=2424 CPUtime=390.51 cores=1,3,5,7
/proc/29503/task/29507/stat : 29507 (java) R 29501 29501 7968 0 -1 4202560 34597 0 0 0 38883 168 0 0 20 0 16 0 18889778 14384431104 2919589 18446744073709551615 4194304 4196468 140732447534912 140489859435144 140489912222439 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 10276864 140732447543730 140732447543906 140732447543906 140732447547343 0
[pid=29503/tid=29508] ppid=29501 vsize=14047296 memory=1376 CPUtime=391.47 cores=1,3,5,7
/proc/29503/task/29508/stat : 29508 (java) R 29501 29501 7968 0 -1 4202560 48664 0 0 0 38989 158 0 0 20 0 16 0 18889778 14384431104 2919589 18446744073709551615 4194304 4196468 140732447534912 140489858382600 140489912222439 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 10276864 140732447543730 140732447543906 140732447543906 140732447547343 0
[pid=29503/tid=29509] ppid=29501 vsize=14047296 memory=-8774313645642428999 CPUtime=56.4 cores=1,3,5,7
/proc/29503/task/29509/stat : 29509 (java) S 29501 29501 7968 0 -1 1077944384 107577 0 0 0 5633 7 0 0 20 0 16 0 18889779 14384431104 2919589 18446744073709551615 4194304 4196468 140732447534912 140489465349184 140489919604437 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10276864 140732447543730 140732447543906 140732447543906 140732447547343 0
[pid=29503/tid=29510] ppid=29501 vsize=14047296 memory=1236 CPUtime=0 cores=1,3,5,7
/proc/29503/task/29510/stat : 29510 (java) S 29501 29501 7968 0 -1 1077944384 36 0 0 0 0 0 0 0 20 0 16 0 18889780 14384431104 2919589 18446744073709551615 4194304 4196468 140732447534912 140489464296928 140489919604437 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10276864 140732447543730 140732447543906 140732447543906 140732447547343 0
[pid=29503/tid=29511] ppid=29501 vsize=14047296 memory=640 CPUtime=0 cores=1,3,5,7
/proc/29503/task/29511/stat : 29511 (java) S 29501 29501 7968 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 18889780 14384431104 2919589 18446744073709551615 4194304 4196468 140732447534912 140489463244288 140489919604437 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10276864 140732447543730 140732447543906 140732447543906 140732447547343 0
[pid=29503/tid=29512] ppid=29501 vsize=14047296 memory=1792 CPUtime=0 cores=1,3,5,7
/proc/29503/task/29512/stat : 29512 (java) S 29501 29501 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 18889782 14384431104 2919589 18446744073709551615 4194304 4196468 140732447534912 140489462192848 140489919612827 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10276864 140732447543730 140732447543906 140732447543906 140732447547343 0
[pid=29503/tid=29513] ppid=29501 vsize=14047296 memory=960 CPUtime=1.08 cores=1,3,5,7
/proc/29503/task/29513/stat : 29513 (java) S 29501 29501 7968 0 -1 1077944384 4811 0 0 0 108 0 0 0 20 0 16 0 18889782 14384431104 2919589 18446744073709551615 4194304 4196468 140732447534912 140489461139200 140489919604437 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 8 0 0 6293624 6294260 10276864 140732447543730 140732447543906 140732447543906 140732447547343 0
[pid=29503/tid=29514] ppid=29501 vsize=14047296 memory=1376 CPUtime=0.9 cores=1,3,5,7
/proc/29503/task/29514/stat : 29514 (java) S 29501 29501 7968 0 -1 1077944384 3348 0 0 0 90 0 0 0 20 0 16 0 18889782 14384431104 2919589 18446744073709551615 4194304 4196468 140732447534912 140489460086944 140489919604437 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10276864 140732447543730 140732447543906 140732447543906 140732447547343 0
[pid=29503/tid=29515] ppid=29501 vsize=14047296 memory=11678356 CPUtime=0.5 cores=1,3,5,7
/proc/29503/task/29515/stat : 29515 (java) S 29501 29501 7968 0 -1 1077944384 9584 0 0 0 49 1 0 0 20 0 16 0 18889782 14384431104 2919589 18446744073709551615 4194304 4196468 140732447534912 140489459034400 140489919604437 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10276864 140732447543730 140732447543906 140732447543906 140732447547343 0
[pid=29503/tid=29516] ppid=29501 vsize=14047296 memory=1296 CPUtime=0 cores=1,3,5,7
/proc/29503/task/29516/stat : 29516 (java) S 29501 29501 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 18889782 14384431104 2919589 18446744073709551615 4194304 4196468 140732447534912 140489457982048 140489919604437 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10276864 140732447543730 140732447543906 140732447543906 140732447547343 0
[pid=29503/tid=29517] ppid=29501 vsize=14047296 memory=1732 CPUtime=0.49 cores=1,3,5,7
/proc/29503/task/29517/stat : 29517 (java) S 29501 29501 7968 0 -1 1077944384 849 0 0 0 24 25 0 0 20 0 16 0 18889788 14384431104 2919589 18446744073709551615 4194304 4196468 140732447534912 140489456929584 140489919605378 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 7 0 0 6293624 6294260 10276864 140732447543730 140732447543906 140732447543906 140732447547343 0
[pid=29503/tid=29572] ppid=29501 vsize=14047296 memory=1700 CPUtime=0 cores=1,3,5,7
/proc/29503/task/29572/stat : 29572 (java) S 29501 29501 7968 0 -1 1077944384 26 0 0 0 0 0 0 0 20 0 16 0 18949792 14384431104 2919589 18446744073709551615 4194304 4196468 140732447534912 140489455378112 140489919604437 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10276864 140732447543730 140732447543906 140732447543906 140732447547343 0
Current children cumulated CPU time: 1778.15 s
Current children cumulated vsize: 14056808 KiB
Current children cumulated memory: 11679732 KiB

[startup+608.001 s]*
/proc/loadavg: 3.91 3.53 2.64 3/215 29575
/proc/meminfo: memFree=19151692/32770624 swapFree=67108860/67108860
[pid=29501] ppid=29498 vsize=9512 memory=1376 CPUtime=0 cores=1,3,5,7
/proc/29501/stat : 29501 (xcsp3-exec) S 29498 29501 7968 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 18889767 9740288 344 18446744073709551615 4194304 5098028 140724718124144 140724718122248 139692635423356 0 65536 5 65538 18446744071579417331 0 0 17 5 0 0 9 0 0 7196144 7232144 27783168 140724718125433 140724718125638 140724718125638 140724718129131 0
/proc/29501/statm: 2378 344 289 221 0 87 0
[pid=29503] ppid=29501 vsize=14047296 memory=11678432 CPUtime=1782.21 cores=1,3,5,7
/proc/29503/stat : 29503 (java) S 29501 29501 7968 0 -1 1077944320 344257 0 0 0 177521 700 0 0 20 0 16 0 18889777 14384431104 2919608 18446744073709551615 4194304 4196468 140732447534912 140732447517456 140489919594231 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 10276864 140732447543730 140732447543906 140732447543906 140732447547343 0
/proc/29503/statm: 3511824 2919608 3223 1 0 3500117 0
[pid=29503/tid=29504] ppid=29501 vsize=14047296 memory=-8774313645642428999 CPUtime=155.45 cores=1,3,5,7
/proc/29503/task/29504/stat : 29504 (java) S 29501 29501 7968 0 -1 1077944384 34629 0 0 0 15499 46 0 0 20 0 16 0 18889777 14384431104 2919608 18446744073709551615 4194304 4196468 140732447534912 140489923834912 140489919604437 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 4 0 0 6293624 6294260 10276864 140732447543730 140732447543906 140732447543906 140732447547343 0
[pid=29503/tid=29505] ppid=29501 vsize=14047296 memory=4126316290023845779 CPUtime=390.64 cores=1,3,5,7
/proc/29503/task/29505/stat : 29505 (java) S 29501 29501 7968 0 -1 1077944384 42490 0 0 0 38896 168 0 0 20 0 16 0 18889778 14384431104 2919608 18446744073709551615 4194304 4196468 140732447534912 140489861540112 140489919604437 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10276864 140732447543730 140732447543906 140732447543906 140732447547343 0
[pid=29503/tid=29506] ppid=29501 vsize=14047296 memory=1000 CPUtime=392.23 cores=1,3,5,7
/proc/29503/task/29506/stat : 29506 (java) S 29501 29501 7968 0 -1 1077944384 55320 0 0 0 39082 141 0 0 20 0 16 0 18889778 14384431104 2919608 18446744073709551615 4194304 4196468 140732447534912 140489860487568 140489919604437 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10276864 140732447543730 140732447543906 140732447543906 140732447547343 0
[pid=29503/tid=29507] ppid=29501 vsize=14047296 memory=2012 CPUtime=391.33 cores=1,3,5,7
/proc/29503/task/29507/stat : 29507 (java) S 29501 29501 7968 0 -1 1077944384 34625 0 0 0 38965 168 0 0 20 0 16 0 18889778 14384431104 2919608 18446744073709551615 4194304 4196468 140732447534912 140489859435024 140489919604437 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10276864 140732447543730 140732447543906 140732447543906 140732447547343 0
[pid=29503/tid=29508] ppid=29501 vsize=14047296 memory=5520 CPUtime=392.31 cores=1,3,5,7
/proc/29503/task/29508/stat : 29508 (java) S 29501 29501 7968 0 -1 1077944384 49698 0 0 0 39073 158 0 0 20 0 16 0 18889778 14384431104 2919608 18446744073709551615 4194304 4196468 140732447534912 140489858382480 140489919604437 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10276864 140732447543730 140732447543906 140732447543906 140732447547343 0
[pid=29503/tid=29509] ppid=29501 vsize=14047296 memory=4612 CPUtime=57.16 cores=1,3,5,7
/proc/29503/task/29509/stat : 29509 (java) R 29501 29501 7968 0 -1 4202560 107577 0 0 0 5709 7 0 0 20 0 16 0 18889779 14384431104 2919608 18446744073709551615 4194304 4196468 140732447534912 140489465349072 140489904051851 0 0 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 10276864 140732447543730 140732447543906 140732447543906 140732447547343 0
[pid=29503/tid=29510] ppid=29501 vsize=14047296 memory=-8774313645642428999 CPUtime=0 cores=1,3,5,7
/proc/29503/task/29510/stat : 29510 (java) S 29501 29501 7968 0 -1 1077944384 36 0 0 0 0 0 0 0 20 0 16 0 18889780 14384431104 2919608 18446744073709551615 4194304 4196468 140732447534912 140489464296928 140489919604437 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10276864 140732447543730 140732447543906 140732447543906 140732447547343 0
[pid=29503/tid=29511] ppid=29501 vsize=14047296 memory=1376 CPUtime=0 cores=1,3,5,7
/proc/29503/task/29511/stat : 29511 (java) S 29501 29501 7968 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 18889780 14384431104 2919608 18446744073709551615 4194304 4196468 140732447534912 140489463244288 140489919604437 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10276864 140732447543730 140732447543906 140732447543906 140732447547343 0
[pid=29503/tid=29512] ppid=29501 vsize=14047296 memory=11678356 CPUtime=0 cores=1,3,5,7
/proc/29503/task/29512/stat : 29512 (java) S 29501 29501 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 18889782 14384431104 2919608 18446744073709551615 4194304 4196468 140732447534912 140489462192848 140489919612827 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10276864 140732447543730 140732447543906 140732447543906 140732447547343 0
[pid=29503/tid=29513] ppid=29501 vsize=14047296 memory=-8774313645642428999 CPUtime=1.08 cores=1,3,5,7
/proc/29503/task/29513/stat : 29513 (java) S 29501 29501 7968 0 -1 1077944384 4811 0 0 0 108 0 0 0 20 0 16 0 18889782 14384431104 2919608 18446744073709551615 4194304 4196468 140732447534912 140489461139200 140489919604437 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 8 0 0 6293624 6294260 10276864 140732447543730 140732447543906 140732447543906 140732447547343 0
[pid=29503/tid=29514] ppid=29501 vsize=14047296 memory=4304 CPUtime=0.9 cores=1,3,5,7
/proc/29503/task/29514/stat : 29514 (java) S 29501 29501 7968 0 -1 1077944384 3348 0 0 0 90 0 0 0 20 0 16 0 18889782 14384431104 2919608 18446744073709551615 4194304 4196468 140732447534912 140489460086944 140489919604437 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10276864 140732447543730 140732447543906 140732447543906 140732447547343 0
[pid=29503/tid=29515] ppid=29501 vsize=14047296 memory=1588 CPUtime=0.5 cores=1,3,5,7
/proc/29503/task/29515/stat : 29515 (java) S 29501 29501 7968 0 -1 1077944384 9584 0 0 0 49 1 0 0 20 0 16 0 18889782 14384431104 2919608 18446744073709551615 4194304 4196468 140732447534912 140489459034400 140489919604437 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10276864 140732447543730 140732447543906 140732447543906 140732447547343 0
[pid=29503/tid=29516] ppid=29501 vsize=14047296 memory=11678356 CPUtime=0 cores=1,3,5,7
/proc/29503/task/29516/stat : 29516 (java) S 29501 29501 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 18889782 14384431104 2919608 18446744073709551615 4194304 4196468 140732447534912 140489457982048 140489919604437 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10276864 140732447543730 140732447543906 140732447543906 140732447547343 0
[pid=29503/tid=29517] ppid=29501 vsize=14047296 memory=-8774313645642428999 CPUtime=0.49 cores=1,3,5,7
/proc/29503/task/29517/stat : 29517 (java) S 29501 29501 7968 0 -1 1077944384 849 0 0 0 24 25 0 0 20 0 16 0 18889788 14384431104 2919608 18446744073709551615 4194304 4196468 140732447534912 140489456929584 140489919605378 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 7 0 0 6293624 6294260 10276864 140732447543730 140732447543906 140732447543906 140732447547343 0
[pid=29503/tid=29572] ppid=29501 vsize=14047296 memory=1236 CPUtime=0 cores=1,3,5,7
/proc/29503/task/29572/stat : 29572 (java) S 29501 29501 7968 0 -1 1077944384 26 0 0 0 0 0 0 0 20 0 16 0 18949792 14384431104 2919608 18446744073709551615 4194304 4196468 140732447534912 140489455378112 140489919604437 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10276864 140732447543730 140732447543906 140732447543906 140732447547343 0
Current children cumulated CPU time: 1782.21 s
Current children cumulated vsize: 14056808 KiB
Current children cumulated memory: 11679808 KiB

[startup+608.401 s]
/proc/loadavg: 3.91 3.53 2.64 3/215 29575
/proc/meminfo: memFree=19151692/32770624 swapFree=67108860/67108860
[pid=29501] ppid=29498 vsize=9512 memory=1376 CPUtime=0 cores=1,3,5,7
/proc/29501/stat : 29501 (xcsp3-exec) S 29498 29501 7968 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 18889767 9740288 344 18446744073709551615 4194304 5098028 140724718124144 140724718122248 139692635423356 0 65536 5 65538 18446744071579417331 0 0 17 5 0 0 9 0 0 7196144 7232144 27783168 140724718125433 140724718125638 140724718125638 140724718129131 0
/proc/29501/statm: 2378 344 289 221 0 87 0
[pid=29503] ppid=29501 vsize=14047296 memory=11678432 CPUtime=1782.6 cores=1,3,5,7
/proc/29503/stat : 29503 (java) S 29501 29501 7968 0 -1 1077944320 344257 0 0 0 177560 700 0 0 20 0 16 0 18889777 14384431104 2919608 18446744073709551615 4194304 4196468 140732447534912 140732447517456 140489919594231 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 10276864 140732447543730 140732447543906 140732447543906 140732447547343 0
/proc/29503/statm: 3511824 2919608 3223 1 0 3500117 0
[pid=29503/tid=29504] ppid=29501 vsize=14047296 memory=1152 CPUtime=155.45 cores=1,3,5,7
/proc/29503/task/29504/stat : 29504 (java) S 29501 29501 7968 0 -1 1077944384 34629 0 0 0 15499 46 0 0 20 0 16 0 18889777 14384431104 2919608 18446744073709551615 4194304 4196468 140732447534912 140489923834912 140489919604437 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 4 0 0 6293624 6294260 10276864 140732447543730 140732447543906 140732447543906 140732447547343 0
[pid=29503/tid=29505] ppid=29501 vsize=14047296 memory=3116 CPUtime=390.64 cores=1,3,5,7
/proc/29503/task/29505/stat : 29505 (java) S 29501 29501 7968 0 -1 1077944384 42490 0 0 0 38896 168 0 0 20 0 16 0 18889778 14384431104 2919608 18446744073709551615 4194304 4196468 140732447534912 140489861540112 140489919604437 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10276864 140732447543730 140732447543906 140732447543906 140732447547343 0
[pid=29503/tid=29506] ppid=29501 vsize=14047296 memory=1380 CPUtime=392.23 cores=1,3,5,7
/proc/29503/task/29506/stat : 29506 (java) S 29501 29501 7968 0 -1 1077944384 55320 0 0 0 39082 141 0 0 20 0 16 0 18889778 14384431104 2919608 18446744073709551615 4194304 4196468 140732447534912 140489860487568 140489919604437 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10276864 140732447543730 140732447543906 140732447543906 140732447547343 0
[pid=29503/tid=29507] ppid=29501 vsize=14047296 memory=507856 CPUtime=391.33 cores=1,3,5,7
/proc/29503/task/29507/stat : 29507 (java) S 29501 29501 7968 0 -1 1077944384 34625 0 0 0 38965 168 0 0 20 0 16 0 18889778 14384431104 2919608 18446744073709551615 4194304 4196468 140732447534912 140489859435024 140489919604437 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10276864 140732447543730 140732447543906 140732447543906 140732447547343 0
[pid=29503/tid=29508] ppid=29501 vsize=14047296 memory=1156 CPUtime=392.31 cores=1,3,5,7
/proc/29503/task/29508/stat : 29508 (java) S 29501 29501 7968 0 -1 1077944384 49698 0 0 0 39073 158 0 0 20 0 16 0 18889778 14384431104 2919608 18446744073709551615 4194304 4196468 140732447534912 140489858382480 140489919604437 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10276864 140732447543730 140732447543906 140732447543906 140732447547343 0
[pid=29503/tid=29509] ppid=29501 vsize=14047296 memory=-8774313645642428999 CPUtime=57.55 cores=1,3,5,7
/proc/29503/task/29509/stat : 29509 (java) R 29501 29501 7968 0 -1 4202560 107577 0 0 0 5748 7 0 0 20 0 16 0 18889779 14384431104 2919608 18446744073709551615 4194304 4196468 140732447534912 140489465349072 140489904590628 0 0 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 10276864 140732447543730 140732447543906 140732447543906 140732447547343 0
[pid=29503/tid=29510] ppid=29501 vsize=14047296 memory=15872 CPUtime=0 cores=1,3,5,7
/proc/29503/task/29510/stat : 29510 (java) S 29501 29501 7968 0 -1 1077944384 36 0 0 0 0 0 0 0 20 0 16 0 18889780 14384431104 2919608 18446744073709551615 4194304 4196468 140732447534912 140489464296928 140489919604437 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10276864 140732447543730 140732447543906 140732447543906 140732447547343 0
[pid=29503/tid=29511] ppid=29501 vsize=14047296 memory=4040 CPUtime=0 cores=1,3,5,7
/proc/29503/task/29511/stat : 29511 (java) S 29501 29501 7968 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 18889780 14384431104 2919608 18446744073709551615 4194304 4196468 140732447534912 140489463244288 140489919604437 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10276864 140732447543730 140732447543906 140732447543906 140732447547343 0
[pid=29503/tid=29512] ppid=29501 vsize=14047296 memory=16444 CPUtime=0 cores=1,3,5,7
/proc/29503/task/29512/stat : 29512 (java) S 29501 29501 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 18889782 14384431104 2919608 18446744073709551615 4194304 4196468 140732447534912 140489462192848 140489919612827 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10276864 140732447543730 140732447543906 140732447543906 140732447547343 0
[pid=29503/tid=29513] ppid=29501 vsize=14047296 memory=9164 CPUtime=1.08 cores=1,3,5,7
/proc/29503/task/29513/stat : 29513 (java) S 29501 29501 7968 0 -1 1077944384 4811 0 0 0 108 0 0 0 20 0 16 0 18889782 14384431104 2919608 18446744073709551615 4194304 4196468 140732447534912 140489461139200 140489919604437 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 8 0 0 6293624 6294260 10276864 140732447543730 140732447543906 140732447543906 140732447547343 0
[pid=29503/tid=29514] ppid=29501 vsize=14047296 memory=1236 CPUtime=0.9 cores=1,3,5,7
/proc/29503/task/29514/stat : 29514 (java) S 29501 29501 7968 0 -1 1077944384 3348 0 0 0 90 0 0 0 20 0 16 0 18889782 14384431104 2919608 18446744073709551615 4194304 4196468 140732447534912 140489460086944 140489919604437 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10276864 140732447543730 140732447543906 140732447543906 140732447547343 0
[pid=29503/tid=29515] ppid=29501 vsize=14047296 memory=640 CPUtime=0.5 cores=1,3,5,7
/proc/29503/task/29515/stat : 29515 (java) S 29501 29501 7968 0 -1 1077944384 9584 0 0 0 49 1 0 0 20 0 16 0 18889782 14384431104 2919608 18446744073709551615 4194304 4196468 140732447534912 140489459034400 140489919604437 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10276864 140732447543730 140732447543906 140732447543906 140732447547343 0
[pid=29503/tid=29516] ppid=29501 vsize=14047296 memory=11678356 CPUtime=0 cores=1,3,5,7
/proc/29503/task/29516/stat : 29516 (java) S 29501 29501 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 18889782 14384431104 2919608 18446744073709551615 4194304 4196468 140732447534912 140489457982048 140489919604437 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10276864 140732447543730 140732447543906 140732447543906 140732447547343 0
[pid=29503/tid=29517] ppid=29501 vsize=14047296 memory=11678340 CPUtime=0.49 cores=1,3,5,7
/proc/29503/task/29517/stat : 29517 (java) S 29501 29501 7968 0 -1 1077944384 849 0 0 0 24 25 0 0 20 0 16 0 18889788 14384431104 2919608 18446744073709551615 4194304 4196468 140732447534912 140489456929584 140489919605378 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 7 0 0 6293624 6294260 10276864 140732447543730 140732447543906 140732447543906 140732447547343 0
[pid=29503/tid=29572] ppid=29501 vsize=14047296 memory=640 CPUtime=0 cores=1,3,5,7
/proc/29503/task/29572/stat : 29572 (java) S 29501 29501 7968 0 -1 1077944384 26 0 0 0 0 0 0 0 20 0 16 0 18949792 14384431104 2919608 18446744073709551615 4194304 4196468 140732447534912 140489455378112 140489919604437 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10276864 140732447543730 140732447543906 140732447543906 140732447547343 0
Current children cumulated CPU time: 1782.6 s
Current children cumulated vsize: 14056808 KiB
Current children cumulated memory: 11679808 KiB

[startup+608.801 s]
/proc/loadavg: 3.91 3.53 2.64 3/215 29575
/proc/meminfo: memFree=19151692/32770624 swapFree=67108860/67108860
[pid=29501] ppid=29498 vsize=9512 memory=1376 CPUtime=0 cores=1,3,5,7
/proc/29501/stat : 29501 (xcsp3-exec) S 29498 29501 7968 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 18889767 9740288 344 18446744073709551615 4194304 5098028 140724718124144 140724718122248 139692635423356 0 65536 5 65538 18446744071579417331 0 0 17 5 0 0 9 0 0 7196144 7232144 27783168 140724718125433 140724718125638 140724718125638 140724718129131 0
/proc/29501/statm: 2378 344 289 221 0 87 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 9512 KiB
Current children cumulated memory: 1376 KiB

Child status: 1
Real time (s): 608.834
CPU time (s): 1783.05
CPU user time (s): 1775.99
CPU system time (s): 7.05775
CPU usage (%): 292.863
Max. virtual memory (cumulated for all children) (KiB): 14056808
Max. memory (cumulated for all children) (KiB): 11679836

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1775.99
system time used= 7.05775
maximum resident set size= 11678800
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 344962
page faults= 0
swaps= 0
block input operations= 0
block output operations= 840
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 24179
involuntary context switches= 15793


# summary of solver processes directly reported to runsolver:
#   pid: 29501
#   total CPU time (s): 1783.05
#   total CPU user time (s): 1775.99
#   total CPU system time (s): 7.05775

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 3.87849 second user time and 6.41386 second system time

The end

Launcher Data

Begin job on node128 at 2017-08-13 20:33:54
IDJOB=4272730
IDBENCH=115551
IDSOLVER=2664
FILE ID=node128/4272730-1502650071
RUNJOBID= node128-1502649221-29001
PBS_JOBID= 
Free space on /tmp= 62024 MiB

SOLVER NAME= choco-solver 5a
BENCH NAME= XCSP17/Scheduling/Scheduling-xcsp2-os-gp/gp10-05-1070_X2.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-4272730-1502650071/watcher-4272730-1502650071 -o /tmp/evaluation-result-4272730-1502650071/solver-4272730-1502650071 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node128-1502649221-29001 --watchdog 2580  ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 1203708841 HOME/instance-4272730-1502650071.xml

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

MD5SUM BENCH= 23007d5514affe077dd6f6cf857721a4
RANDOM SEED=1203708841

node128.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.94
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.94
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.94
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.94
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:        31021016 kB
MemAvailable:   31684816 kB
Buffers:          156224 kB
Cached:           794048 kB
SwapCached:            0 kB
Active:           622520 kB
Inactive:         713592 kB
Active(anon):     386184 kB
Inactive(anon):    16764 kB
Active(file):     236336 kB
Inactive(file):   696828 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              7980 kB
Writeback:             0 kB
AnonPages:        400216 kB
Mapped:            45924 kB
Shmem:             17116 kB
Slab:             118248 kB
SReclaimable:      92940 kB
SUnreclaim:        25308 kB
KernelStack:        3760 kB
PageTables:         5892 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1247500 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    180224 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      132480 kB
DirectMap2M:    33413120 kB

Free space on /tmp at the end= 62016 MiB
End job on node128 at 2017-08-13 20:44:03