Trace number 4283998

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-08-18)UNSAT 8.0395403 3.1067801

General information on the benchmark

NameSat/Sat-xcsp2-bmc/
bmc-ibm-7-16_X2.xml
MD5SUM8fc892d8cd45aeefd26f51f7c42b85f4
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 benchmark8.0211802
Satisfiable
(Un)Satisfiability was proved
Number of variables8710
Number of constraints48484
Number of domains1
Minimum domain size16
Maximum domain size16
Distribution of domain sizes[{"size":16,"count":8710}]
Minimum variable degree1
Maximum variable degree351
Distribution of variable degrees[{"degree":1,"count":80},{"degree":3,"count":130},{"degree":5,"count":38},{"degree":6,"count":1113},{"degree":7,"count":845},{"degree":8,"count":2310},{"degree":9,"count":982},{"degree":10,"count":398},{"degree":11,"count":355},{"degree":12,"count":309},{"degree":13,"count":256},{"degree":14,"count":153},{"degree":15,"count":50},{"degree":16,"count":123},{"degree":17,"count":53},{"degree":18,"count":29},{"degree":19,"count":97},{"degree":20,"count":271},{"degree":21,"count":131},{"degree":22,"count":230},{"degree":23,"count":114},{"degree":24,"count":12},{"degree":25,"count":9},{"degree":26,"count":6},{"degree":27,"count":9},{"degree":28,"count":16},{"degree":29,"count":80},{"degree":32,"count":16},{"degree":33,"count":80},{"degree":36,"count":26},{"degree":37,"count":125},{"degree":38,"count":61},{"degree":41,"count":5},{"degree":42,"count":48},{"degree":43,"count":40},{"degree":54,"count":12},{"degree":70,"count":6},{"degree":72,"count":6},{"degree":74,"count":6},{"degree":82,"count":4},{"degree":83,"count":16},{"degree":86,"count":6},{"degree":88,"count":6},{"degree":103,"count":12},{"degree":104,"count":6},{"degree":141,"count":6},{"degree":146,"count":12},{"degree":179,"count":6},{"degree":350,"count":1},{"degree":351,"count":5}]
Minimum constraint arity1
Maximum constraint arity33
Distribution of constraint arities[{"arity":1,"count":8912},{"arity":2,"count":32425},{"arity":3,"count":2423},{"arity":4,"count":885},{"arity":5,"count":1429},{"arity":6,"count":1209},{"arity":7,"count":251},{"arity":8,"count":411},{"arity":9,"count":201},{"arity":10,"count":18},{"arity":11,"count":129},{"arity":12,"count":9},{"arity":13,"count":109},{"arity":16,"count":9},{"arity":17,"count":50},{"arity":33,"count":14}]
Number of extensional constraints0
Number of intensional constraints8912
Distribution of constraint types[{"type":"intension","count":8912},{"type":"sum","count":39572}]
Optimization problemNO
Type of objective

Solver Data

0.00/0.06	c java -server -Xmx11000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4283998-1503192290.xml"  -tl '2520s' -p 1 -x 3
0.08/0.58	c [HOME/instance-4283998-1503192290.xml, -tl, 2520s, -p, 1, -x, 3]
0.26/0.64	c simple solver
0.42/0.70	c parse instance...
7.39/2.97	c solve instance...
7.75/3.08	s UNSATISFIABLE

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 (14143 MiB free)
  memory of node 1: 16384 MiB (15426 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4283998-1503192290/watcher-4283998-1503192290 -o /tmp/evaluation-result-4283998-1503192290/solver-4283998-1503192290 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node127-1503172133-9103 --watchdog 2580 ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 1097131994 HOME/instance-4283998-1503192290.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=14512, runsolver pid=14509
Current StackSize limit: 8192 KiB


[startup+0.100156 s]*
/proc/loadavg: 2.26 1.77 1.66 3/210 14522
/proc/meminfo: memFree=30271020/32770624 swapFree=67108860/67108860
[pid=14512] ppid=14509 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/14512/stat : 14512 (xcsp3-exec) S 14509 14512 28892 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 121422033 9740288 345 18446744073709551615 4194304 5098028 140735237570144 140735237568248 139936916058748 0 65536 5 65538 18446744071579417331 0 0 17 7 0 0 6 0 0 7196144 7232144 19501056 140735237575032 140735237575237 140735237575237 140735237578731 0
/proc/14512/statm: 2378 345 289 221 0 87 0
[pid=14514] ppid=14512 vsize=13574484 memory=19244 CPUtime=0.02 cores=1,3,5,7
/proc/14514/stat : 14514 (java) S 14512 14512 28892 0 -1 1077944320 4103 0 0 0 2 0 0 0 20 0 9 0 121422039 13900271616 4811 18446744073709551615 4194304 4196468 140731109822688 140731109805232 139923990666999 0 0 1 16784584 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 27246592 140731109831089 140731109831265 140731109831265 140731109834703 0
/proc/14514/statm: 3393621 4811 2102 1 0 3383118 0
[pid=14514/tid=14515] ppid=14512 vsize=13574484 memory=4206751525541407381 CPUtime=0.02 cores=1,3,5,7
/proc/14514/task/14515/stat : 14515 (java) R 14512 14512 28892 0 -1 4202560 2809 0 0 0 2 0 0 0 20 0 9 0 121422040 13900271616 4811 18446744073709551615 4194304 4196468 140731109822688 139923994902728 139923974747486 0 4 1 16784584 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 27246592 140731109831089 140731109831265 140731109831265 140731109834703 0
[pid=14514/tid=14516] ppid=14512 vsize=13574484 memory=6735269665564437106 CPUtime=0 cores=1,3,5,7
/proc/14514/task/14516/stat : 14516 (java) S 14512 14512 28892 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 121422040 13900271616 4811 18446744073709551615 4194304 4196468 140731109822688 139923932613520 139923990677205 0 4 1 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27246592 140731109831089 140731109831265 140731109831265 140731109834703 0
[pid=14514/tid=14517] ppid=14512 vsize=13574484 memory=139635678766720 CPUtime=0 cores=1,3,5,7
/proc/14514/task/14517/stat : 14517 (java) S 14512 14512 28892 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 121422040 13900271616 4811 18446744073709551615 4194304 4196468 140731109822688 139923931560720 139923990677205 0 4 1 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27246592 140731109831089 140731109831265 140731109831265 140731109834703 0
[pid=14514/tid=14518] ppid=14512 vsize=13574484 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14514/task/14518/stat : 14518 (java) S 14512 14512 28892 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 121422040 13900271616 4811 18446744073709551615 4194304 4196468 140731109822688 139923930508432 139923990677205 0 4 1 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27246592 140731109831089 140731109831265 140731109831265 140731109834703 0
[pid=14514/tid=14519] ppid=14512 vsize=13574484 memory=6944656592455097440 CPUtime=0 cores=1,3,5,7
/proc/14514/task/14519/stat : 14519 (java) S 14512 14512 28892 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 121422040 13900271616 4811 18446744073709551615 4194304 4196468 140731109822688 139923929455632 139923990677205 0 4 1 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27246592 140731109831089 140731109831265 140731109831265 140731109834703 0
[pid=14514/tid=14520] ppid=14512 vsize=13574484 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14514/task/14520/stat : 14520 (java) S 14512 14512 28892 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 121422042 13900271616 4811 18446744073709551615 4194304 4196468 140731109822688 139923198515312 139923990678146 0 0 1 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27246592 140731109831089 140731109831265 140731109831265 140731109834703 0
[pid=14514/tid=14521] ppid=14512 vsize=13574484 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14514/task/14521/stat : 14521 (java) S 14512 14512 28892 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 9 0 121422042 13900271616 4811 18446744073709551615 4194304 4196468 140731109822688 139923197461280 139923990677205 0 4 1 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27246592 140731109831089 140731109831265 140731109831265 140731109834703 0
[pid=14514/tid=14522] ppid=14512 vsize=13574484 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14514/task/14522/stat : 14522 (java) S 14512 14512 28892 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 9 0 121422042 13900271616 4811 18446744073709551615 4194304 4196468 140731109822688 139923196409008 139923990677205 0 4 1 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27246592 140731109831089 140731109831265 140731109831265 140731109834703 0
Current children cumulated CPU time: 0.02 s
Current children cumulated vsize: 13583996 KiB
Current children cumulated memory: 20624 KiB

[startup+0.210275 s]*
/proc/loadavg: 2.26 1.77 1.66 2/215 14527
/proc/meminfo: memFree=30267528/32770624 swapFree=67108860/67108860
[pid=14512] ppid=14509 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/14512/stat : 14512 (xcsp3-exec) S 14509 14512 28892 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 121422033 9740288 345 18446744073709551615 4194304 5098028 140735237570144 140735237568248 139936916058748 0 65536 5 65538 18446744071579417331 0 0 17 7 0 0 6 0 0 7196144 7232144 19501056 140735237575032 140735237575237 140735237575237 140735237578731 0
/proc/14512/statm: 2378 345 289 221 0 87 0
[pid=14514] ppid=14512 vsize=13907304 memory=21672 CPUtime=0.06 cores=1,3,5,7
/proc/14514/stat : 14514 (java) S 14512 14512 28892 0 -1 1077944320 4865 0 0 0 5 1 0 0 20 0 14 0 121422039 14241079296 5418 18446744073709551615 4194304 4196468 140731109822688 140731109805232 139923990666999 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 27246592 140731109831089 140731109831265 140731109831265 140731109834703 0
/proc/14514/statm: 3476826 5418 2555 1 0 3466323 0
[pid=14514/tid=14515] ppid=14512 vsize=13907304 memory=8390339637985935414 CPUtime=0.04 cores=1,3,5,7
/proc/14514/task/14515/stat : 14515 (java) D 14512 14512 28892 0 -1 4202560 3042 0 0 0 4 0 0 0 20 0 14 0 121422040 14241079296 5418 18446744073709551615 4194304 4196468 140731109822688 139923994904480 139923990689021 0 4 1 16800974 18446744071580418449 0 0 -1 7 0 0 0 0 0 6293624 6294260 27246592 140731109831089 140731109831265 140731109831265 140731109834703 0
[pid=14514/tid=14516] ppid=14512 vsize=13907304 memory=288230604708001210 CPUtime=0 cores=1,3,5,7
/proc/14514/task/14516/stat : 14516 (java) S 14512 14512 28892 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 14 0 121422040 14241079296 5418 18446744073709551615 4194304 4196468 140731109822688 139923932613520 139923990677205 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27246592 140731109831089 140731109831265 140731109831265 140731109834703 0
[pid=14514/tid=14517] ppid=14512 vsize=13907304 memory=3473035288510195360 CPUtime=0 cores=1,3,5,7
/proc/14514/task/14517/stat : 14517 (java) S 14512 14512 28892 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 14 0 121422040 14241079296 5418 18446744073709551615 4194304 4196468 140731109822688 139923931560720 139923990677205 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27246592 140731109831089 140731109831265 140731109831265 140731109834703 0
[pid=14514/tid=14518] ppid=14512 vsize=13907304 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14514/task/14518/stat : 14518 (java) S 14512 14512 28892 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 14 0 121422040 14241079296 5418 18446744073709551615 4194304 4196468 140731109822688 139923930508432 139923990677205 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27246592 140731109831089 140731109831265 140731109831265 140731109834703 0
[pid=14514/tid=14519] ppid=14512 vsize=13907304 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/14514/task/14519/stat : 14519 (java) S 14512 14512 28892 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 14 0 121422040 14241079296 5418 18446744073709551615 4194304 4196468 140731109822688 139923929455632 139923990677205 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27246592 140731109831089 140731109831265 140731109831265 140731109834703 0
[pid=14514/tid=14520] ppid=14512 vsize=13907304 memory=139635678766720 CPUtime=0 cores=1,3,5,7
/proc/14514/task/14520/stat : 14520 (java) S 14512 14512 28892 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 14 0 121422042 14241079296 5418 18446744073709551615 4194304 4196468 140731109822688 139923198515312 139923990678146 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27246592 140731109831089 140731109831265 140731109831265 140731109834703 0
[pid=14514/tid=14521] ppid=14512 vsize=13907304 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/14514/task/14521/stat : 14521 (java) S 14512 14512 28892 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 14 0 121422042 14241079296 5418 18446744073709551615 4194304 4196468 140731109822688 139923197461280 139923990677205 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27246592 140731109831089 140731109831265 140731109831265 140731109834703 0
[pid=14514/tid=14522] ppid=14512 vsize=13907304 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14514/task/14522/stat : 14522 (java) S 14512 14512 28892 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 14 0 121422042 14241079296 5418 18446744073709551615 4194304 4196468 140731109822688 139923196408944 139923990677205 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27246592 140731109831089 140731109831265 140731109831265 140731109834703 0
[pid=14514/tid=14523] ppid=14512 vsize=13907304 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14514/task/14523/stat : 14523 (java) S 14512 14512 28892 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 14 0 121422045 14241079296 5418 18446744073709551615 4194304 4196468 140731109822688 139923195357264 139923990685595 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27246592 140731109831089 140731109831265 140731109831265 140731109834703 0
[pid=14514/tid=14524] ppid=14512 vsize=13907304 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14514/task/14524/stat : 14524 (java) S 14512 14512 28892 0 -1 1077944384 310 0 0 0 0 0 0 0 20 0 14 0 121422045 14241079296 5418 18446744073709551615 4194304 4196468 140731109822688 139923194305136 139923990678146 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27246592 140731109831089 140731109831265 140731109831265 140731109834703 0
[pid=14514/tid=14525] ppid=14512 vsize=13907304 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/14514/task/14525/stat : 14525 (java) S 14512 14512 28892 0 -1 1077944384 4 0 0 0 0 0 0 0 20 0 14 0 121422045 14241079296 5418 18446744073709551615 4194304 4196468 140731109822688 139923193252336 139923990678146 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27246592 140731109831089 140731109831265 140731109831265 140731109834703 0
[pid=14514/tid=14526] ppid=14512 vsize=13907304 memory=139635678766720 CPUtime=0 cores=1,3,5,7
/proc/14514/task/14526/stat : 14526 (java) S 14512 14512 28892 0 -1 1077944384 206 0 0 0 0 0 0 0 20 0 14 0 121422045 14241079296 5418 18446744073709551615 4194304 4196468 140731109822688 139923192200048 139923990678146 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27246592 140731109831089 140731109831265 140731109831265 140731109834703 0
[pid=14514/tid=14527] ppid=14512 vsize=13907304 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/14514/task/14527/stat : 14527 (java) S 14512 14512 28892 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 14 0 121422045 14241079296 5418 18446744073709551615 4194304 4196468 140731109822688 139923191147488 139923990677205 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27246592 140731109831089 140731109831265 140731109831265 140731109834703 0
Current children cumulated CPU time: 0.06 s
Current children cumulated vsize: 13916816 KiB
Current children cumulated memory: 23052 KiB

[startup+0.310245 s]*
/proc/loadavg: 2.26 1.77 1.66 2/216 14528
/proc/meminfo: memFree=30261140/32770624 swapFree=67108860/67108860
[pid=14512] ppid=14509 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/14512/stat : 14512 (xcsp3-exec) S 14509 14512 28892 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 121422033 9740288 345 18446744073709551615 4194304 5098028 140735237570144 140735237568248 139936916058748 0 65536 5 65538 18446744071579417331 0 0 17 7 0 0 6 0 0 7196144 7232144 19501056 140735237575032 140735237575237 140735237575237 140735237578731 0
/proc/14512/statm: 2378 345 289 221 0 87 0
[pid=14514] ppid=14512 vsize=13908332 memory=23980 CPUtime=0.06 cores=1,3,5,7
/proc/14514/stat : 14514 (java) S 14512 14512 28892 0 -1 1077944320 4866 0 0 0 5 1 0 0 20 0 15 0 121422039 14242131968 5995 18446744073709551615 4194304 4196468 140731109822688 140731109805232 139923990666999 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 27246592 140731109831089 140731109831265 140731109831265 140731109834703 0
/proc/14514/statm: 3477083 5995 2574 1 0 3466580 0
[pid=14514/tid=14515] ppid=14512 vsize=13908332 memory=8390339637985935414 CPUtime=0.04 cores=1,3,5,7
/proc/14514/task/14515/stat : 14515 (java) D 14512 14512 28892 0 -1 4202560 3043 0 0 0 4 0 0 0 20 0 15 0 121422040 14242131968 5995 18446744073709551615 4194304 4196468 140731109822688 139923994909624 139923974483460 0 4 1 16800974 18446744072099675269 0 0 -1 7 0 0 12 0 0 6293624 6294260 27246592 140731109831089 140731109831265 140731109831265 140731109834703 0
[pid=14514/tid=14516] ppid=14512 vsize=13908332 memory=301741403590112698 CPUtime=0 cores=1,3,5,7
/proc/14514/task/14516/stat : 14516 (java) S 14512 14512 28892 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 121422040 14242131968 5995 18446744073709551615 4194304 4196468 140731109822688 139923932613520 139923990677205 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27246592 140731109831089 140731109831265 140731109831265 140731109834703 0
[pid=14514/tid=14517] ppid=14512 vsize=13908332 memory=3473035288510195360 CPUtime=0 cores=1,3,5,7
/proc/14514/task/14517/stat : 14517 (java) S 14512 14512 28892 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 121422040 14242131968 5995 18446744073709551615 4194304 4196468 140731109822688 139923931560720 139923990677205 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27246592 140731109831089 140731109831265 140731109831265 140731109834703 0
[pid=14514/tid=14518] ppid=14512 vsize=13908332 memory=6944656592455360604 CPUtime=0 cores=1,3,5,7
/proc/14514/task/14518/stat : 14518 (java) S 14512 14512 28892 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 121422040 14242131968 5995 18446744073709551615 4194304 4196468 140731109822688 139923930508432 139923990677205 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27246592 140731109831089 140731109831265 140731109831265 140731109834703 0
[pid=14514/tid=14519] ppid=14512 vsize=13908332 memory=3472328296227680303 CPUtime=0 cores=1,3,5,7
/proc/14514/task/14519/stat : 14519 (java) S 14512 14512 28892 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 121422040 14242131968 5995 18446744073709551615 4194304 4196468 140731109822688 139923929455632 139923990677205 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27246592 140731109831089 140731109831265 140731109831265 140731109834703 0
[pid=14514/tid=14520] ppid=14512 vsize=13908332 memory=8315306699052375539 CPUtime=0 cores=1,3,5,7
/proc/14514/task/14520/stat : 14520 (java) S 14512 14512 28892 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 121422042 14242131968 5995 18446744073709551615 4194304 4196468 140731109822688 139923198515312 139923990678146 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27246592 140731109831089 140731109831265 140731109831265 140731109834703 0
[pid=14514/tid=14521] ppid=14512 vsize=13908332 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/14514/task/14521/stat : 14521 (java) S 14512 14512 28892 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 121422042 14242131968 5995 18446744073709551615 4194304 4196468 140731109822688 139923197461280 139923990677205 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27246592 140731109831089 140731109831265 140731109831265 140731109834703 0
[pid=14514/tid=14522] ppid=14512 vsize=13908332 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14514/task/14522/stat : 14522 (java) S 14512 14512 28892 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 121422042 14242131968 5995 18446744073709551615 4194304 4196468 140731109822688 139923196408944 139923990677205 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27246592 140731109831089 140731109831265 140731109831265 140731109834703 0
[pid=14514/tid=14523] ppid=14512 vsize=13908332 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14514/task/14523/stat : 14523 (java) S 14512 14512 28892 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 121422045 14242131968 5995 18446744073709551615 4194304 4196468 140731109822688 139923195357264 139923990685595 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27246592 140731109831089 140731109831265 140731109831265 140731109834703 0
[pid=14514/tid=14524] ppid=14512 vsize=13908332 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14514/task/14524/stat : 14524 (java) S 14512 14512 28892 0 -1 1077944384 310 0 0 0 0 0 0 0 20 0 15 0 121422045 14242131968 5995 18446744073709551615 4194304 4196468 140731109822688 139923194305136 139923990678146 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27246592 140731109831089 140731109831265 140731109831265 140731109834703 0
[pid=14514/tid=14525] ppid=14512 vsize=13908332 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/14514/task/14525/stat : 14525 (java) S 14512 14512 28892 0 -1 1077944384 4 0 0 0 0 0 0 0 20 0 15 0 121422045 14242131968 5995 18446744073709551615 4194304 4196468 140731109822688 139923193252336 139923990678146 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27246592 140731109831089 140731109831265 140731109831265 140731109834703 0
[pid=14514/tid=14526] ppid=14512 vsize=13908332 memory=139635678766720 CPUtime=0 cores=1,3,5,7
/proc/14514/task/14526/stat : 14526 (java) S 14512 14512 28892 0 -1 1077944384 206 0 0 0 0 0 0 0 20 0 15 0 121422045 14242131968 5995 18446744073709551615 4194304 4196468 140731109822688 139923192200048 139923990678146 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27246592 140731109831089 140731109831265 140731109831265 140731109834703 0
[pid=14514/tid=14527] ppid=14512 vsize=13908332 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/14514/task/14527/stat : 14527 (java) S 14512 14512 28892 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 121422045 14242131968 5995 18446744073709551615 4194304 4196468 140731109822688 139923191147488 139923990677205 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27246592 140731109831089 140731109831265 140731109831265 140731109834703 0
[pid=14514/tid=14528] ppid=14512 vsize=13908332 memory=139635678766720 CPUtime=0 cores=1,3,5,7
/proc/14514/task/14528/stat : 14528 (java) D 14512 14512 28892 0 -1 4202560 0 0 0 0 0 0 0 0 20 0 15 0 121422058 14242131968 5995 18446744073709551615 4194304 4196468 140731109822688 139923099756568 139923983383962 0 4 1 16800974 18446744071582151463 0 0 -1 1 0 0 0 0 0 6293624 6294260 27246592 140731109831089 140731109831265 140731109831265 140731109834703 0
Current children cumulated CPU time: 0.06 s
Current children cumulated vsize: 13917844 KiB
Current children cumulated memory: 25360 KiB

[startup+0.700814 s]
/proc/loadavg: 2.26 1.77 1.66 3/216 14528
/proc/meminfo: memFree=30264700/32770624 swapFree=67108860/67108860
[pid=14512] ppid=14509 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/14512/stat : 14512 (xcsp3-exec) S 14509 14512 28892 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 121422033 9740288 345 18446744073709551615 4194304 5098028 140735237570144 140735237568248 139936916058748 0 65536 5 65538 18446744071579417331 0 0 17 7 0 0 6 0 0 7196144 7232144 19501056 140735237575032 140735237575237 140735237575237 140735237578731 0
/proc/14512/statm: 2378 345 289 221 0 87 0
[pid=14514] ppid=14512 vsize=13978608 memory=44928 CPUtime=0.42 cores=1,3,5,7
/proc/14514/stat : 14514 (java) S 14512 14512 28892 0 -1 1077944320 10064 0 0 0 38 4 0 0 20 0 15 0 121422039 14314094592 11232 18446744073709551615 4194304 4196468 140731109822688 140731109805232 139923990666999 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 27246592 140731109831089 140731109831265 140731109831265 140731109834703 0
/proc/14514/statm: 3494652 11232 3047 1 0 3482964 0
[pid=14514/tid=14515] ppid=14512 vsize=13978608 memory=2793607792385 CPUtime=0.25 cores=1,3,5,7
/proc/14514/task/14515/stat : 14515 (java) R 14512 14512 28892 0 -1 4202560 7163 0 0 0 22 3 0 0 20 0 15 0 121422040 14314094592 11232 18446744073709551615 4194304 4196468 140731109822688 139923994888512 139923974747486 0 4 1 16800974 0 0 0 -1 5 0 0 36 0 0 6293624 6294260 27246592 140731109831089 140731109831265 140731109831265 140731109834703 0
[pid=14514/tid=14516] ppid=14512 vsize=13978608 memory=3820104976129 CPUtime=0 cores=1,3,5,7
/proc/14514/task/14516/stat : 14516 (java) S 14512 14512 28892 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 121422040 14314094592 11232 18446744073709551615 4194304 4196468 140731109822688 139923932613520 139923990677205 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27246592 140731109831089 140731109831265 140731109831265 140731109834703 0
[pid=14514/tid=14517] ppid=14512 vsize=13978608 memory=3837284845057 CPUtime=0 cores=1,3,5,7
/proc/14514/task/14517/stat : 14517 (java) S 14512 14512 28892 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 121422040 14314094592 11232 18446744073709551615 4194304 4196468 140731109822688 139923931560720 139923990677205 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27246592 140731109831089 140731109831265 140731109831265 140731109834703 0
[pid=14514/tid=14518] ppid=14512 vsize=13978608 memory=4971156211201 CPUtime=0 cores=1,3,5,7
/proc/14514/task/14518/stat : 14518 (java) S 14512 14512 28892 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 121422040 14314094592 11232 18446744073709551615 4194304 4196468 140731109822688 139923930508432 139923990677205 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27246592 140731109831089 140731109831265 140731109831265 140731109834703 0
[pid=14514/tid=14519] ppid=14512 vsize=13978608 memory=3908 CPUtime=0 cores=1,3,5,7
/proc/14514/task/14519/stat : 14519 (java) S 14512 14512 28892 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 121422040 14314094592 11232 18446744073709551615 4194304 4196468 140731109822688 139923929455632 139923990677205 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27246592 140731109831089 140731109831265 140731109831265 140731109834703 0
[pid=14514/tid=14520] ppid=14512 vsize=13978608 memory=-7677926825137650786 CPUtime=0 cores=1,3,5,7
/proc/14514/task/14520/stat : 14520 (java) S 14512 14512 28892 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 121422042 14314094592 11232 18446744073709551615 4194304 4196468 140731109822688 139923198515312 139923990678146 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27246592 140731109831089 140731109831265 140731109831265 140731109834703 0
[pid=14514/tid=14521] ppid=14512 vsize=13978608 memory=4872558044660077418 CPUtime=0 cores=1,3,5,7
/proc/14514/task/14521/stat : 14521 (java) S 14512 14512 28892 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 121422042 14314094592 11232 18446744073709551615 4194304 4196468 140731109822688 139923197461280 139923990677205 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27246592 140731109831089 140731109831265 140731109831265 140731109834703 0
[pid=14514/tid=14522] ppid=14512 vsize=13978608 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14514/task/14522/stat : 14522 (java) S 14512 14512 28892 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 121422042 14314094592 11232 18446744073709551615 4194304 4196468 140731109822688 139923196408944 139923990677205 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27246592 140731109831089 140731109831265 140731109831265 140731109834703 0
[pid=14514/tid=14523] ppid=14512 vsize=13978608 memory=6944656592455097440 CPUtime=0 cores=1,3,5,7
/proc/14514/task/14523/stat : 14523 (java) S 14512 14512 28892 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 121422045 14314094592 11232 18446744073709551615 4194304 4196468 140731109822688 139923195357264 139923990685595 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27246592 140731109831089 140731109831265 140731109831265 140731109834703 0
[pid=14514/tid=14524] ppid=14512 vsize=13978608 memory=6656426216303648864 CPUtime=0.03 cores=1,3,5,7
/proc/14514/task/14524/stat : 14524 (java) S 14512 14512 28892 0 -1 1077944384 755 0 0 0 3 0 0 0 20 0 15 0 121422045 14314094592 11232 18446744073709551615 4194304 4196468 140731109822688 139923194305136 139923990678146 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27246592 140731109831089 140731109831265 140731109831265 140731109834703 0
[pid=14514/tid=14525] ppid=14512 vsize=13978608 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/14514/task/14525/stat : 14525 (java) S 14512 14512 28892 0 -1 1077944384 92 0 0 0 2 0 0 0 20 0 15 0 121422045 14314094592 11232 18446744073709551615 4194304 4196468 140731109822688 139923193252336 139923990678146 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27246592 140731109831089 140731109831265 140731109831265 140731109834703 0
[pid=14514/tid=14526] ppid=14512 vsize=13978608 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/14514/task/14526/stat : 14526 (java) S 14512 14512 28892 0 -1 1077944384 751 0 0 0 9 0 0 0 20 0 15 0 121422045 14314094592 11232 18446744073709551615 4194304 4196468 140731109822688 139923192200048 139923990678146 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27246592 140731109831089 140731109831265 140731109831265 140731109834703 0
[pid=14514/tid=14527] ppid=14512 vsize=13978608 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14514/task/14527/stat : 14527 (java) S 14512 14512 28892 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 121422045 14314094592 11232 18446744073709551615 4194304 4196468 140731109822688 139923191147488 139923990677205 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27246592 140731109831089 140731109831265 140731109831265 140731109834703 0
[pid=14514/tid=14528] ppid=14512 vsize=13978608 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14514/task/14528/stat : 14528 (java) S 14512 14512 28892 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 121422058 14314094592 11232 18446744073709551615 4194304 4196468 140731109822688 139923099756976 139923990678146 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27246592 140731109831089 140731109831265 140731109831265 140731109834703 0
Current children cumulated CPU time: 0.42 s
Current children cumulated vsize: 13988120 KiB
Current children cumulated memory: 46308 KiB

[startup+1.50098 s]
/proc/loadavg: 2.26 1.77 1.66 6/216 14528
/proc/meminfo: memFree=30191324/32770624 swapFree=67108860/67108860
[pid=14512] ppid=14509 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/14512/stat : 14512 (xcsp3-exec) S 14509 14512 28892 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 121422033 9740288 345 18446744073709551615 4194304 5098028 140735237570144 140735237568248 139936916058748 0 65536 5 65538 18446744071579417331 0 0 17 7 0 0 6 0 0 7196144 7232144 19501056 140735237575032 140735237575237 140735237575237 140735237578731 0
/proc/14512/statm: 2378 345 289 221 0 87 0
[pid=14514] ppid=14512 vsize=13978684 memory=228716 CPUtime=2.91 cores=1,3,5,7
/proc/14514/stat : 14514 (java) S 14512 14512 28892 0 -1 1077944320 17974 0 0 0 278 13 0 0 20 0 15 0 121422039 14314172416 57179 18446744073709551615 4194304 4196468 140731109822688 140731109805232 139923990666999 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 27246592 140731109831089 140731109831265 140731109831265 140731109834703 0
/proc/14514/statm: 3494671 57179 3212 1 0 3482964 0
[pid=14514/tid=14515] ppid=14512 vsize=13978684 memory=2529 CPUtime=1 cores=1,3,5,7
/proc/14514/task/14515/stat : 14515 (java) R 14512 14512 28892 0 -1 4202560 8498 0 0 0 94 6 0 0 20 0 15 0 121422040 14314172416 57181 18446744073709551615 4194304 4196468 140731109822688 139923994901936 139923976362065 0 4 1 16800974 0 0 0 -1 1 0 0 36 0 0 6293624 6294260 27246592 140731109831089 140731109831265 140731109831265 140731109834703 0
[pid=14514/tid=14516] ppid=14512 vsize=13978684 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/14514/task/14516/stat : 14516 (java) S 14512 14512 28892 0 -1 1077944384 298 0 0 0 2 1 0 0 20 0 15 0 121422040 14314172416 57181 18446744073709551615 4194304 4196468 140731109822688 139923932613520 139923990677205 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27246592 140731109831089 140731109831265 140731109831265 140731109834703 0
[pid=14514/tid=14517] ppid=14512 vsize=13978684 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/14514/task/14517/stat : 14517 (java) S 14512 14512 28892 0 -1 1077944384 19 0 0 0 1 0 0 0 20 0 15 0 121422040 14314172416 57181 18446744073709551615 4194304 4196468 140731109822688 139923931560720 139923990677205 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27246592 140731109831089 140731109831265 140731109831265 140731109834703 0
[pid=14514/tid=14518] ppid=14512 vsize=13978684 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/14514/task/14518/stat : 14518 (java) S 14512 14512 28892 0 -1 1077944384 278 0 0 0 2 1 0 0 20 0 15 0 121422040 14314172416 57181 18446744073709551615 4194304 4196468 140731109822688 139923930508432 139923990677205 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27246592 140731109831089 140731109831265 140731109831265 140731109834703 0
[pid=14514/tid=14519] ppid=14512 vsize=13978684 memory=1296 CPUtime=0.03 cores=1,3,5,7
/proc/14514/task/14519/stat : 14519 (java) S 14512 14512 28892 0 -1 1077944384 340 0 0 0 2 1 0 0 20 0 15 0 121422040 14314172416 57181 18446744073709551615 4194304 4196468 140731109822688 139923929455632 139923990677205 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27246592 140731109831089 140731109831265 140731109831265 140731109834703 0
[pid=14514/tid=14520] ppid=14512 vsize=13978684 memory=2420 CPUtime=0 cores=1,3,5,7

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

/proc/14512/stat : 14512 (xcsp3-exec) S 14509 14512 28892 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 121422033 9740288 345 18446744073709551615 4194304 5098028 140735237570144 140735237568248 139936916058748 0 65536 5 65538 18446744071579417331 0 0 17 7 0 0 6 0 0 7196144 7232144 19501056 140735237575032 140735237575237 140735237575237 140735237578731 0
/proc/14512/statm: 2378 345 289 221 0 87 0
[pid=14514] ppid=14512 vsize=13978684 memory=228840 CPUtime=3.23 cores=1,3,5,7
/proc/14514/stat : 14514 (java) S 14512 14512 28892 0 -1 1077944320 19738 0 0 0 310 13 0 0 20 0 15 0 121422039 14314172416 57210 18446744073709551615 4194304 4196468 140731109822688 140731109805232 139923990666999 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 27246592 140731109831089 140731109831265 140731109831265 140731109834703 0
/proc/14514/statm: 3494671 57210 3214 1 0 3482964 0
[pid=14514/tid=14515] ppid=14512 vsize=13978684 memory=6944656592455350634 CPUtime=1.11 cores=1,3,5,7
/proc/14514/task/14515/stat : 14515 (java) R 14512 14512 28892 0 -1 4202560 8567 0 0 0 105 6 0 0 20 0 15 0 121422040 14314172416 57210 18446744073709551615 4194304 4196468 140731109822688 139923994901936 139923613183271 0 4 1 16800974 0 0 0 -1 1 0 0 36 0 0 6293624 6294260 27246592 140731109831089 140731109831265 140731109831265 140731109834703 0
[pid=14514/tid=14516] ppid=14512 vsize=13978684 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/14514/task/14516/stat : 14516 (java) S 14512 14512 28892 0 -1 1077944384 298 0 0 0 2 1 0 0 20 0 15 0 121422040 14314172416 57210 18446744073709551615 4194304 4196468 140731109822688 139923932613520 139923990677205 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27246592 140731109831089 140731109831265 140731109831265 140731109834703 0
[pid=14514/tid=14517] ppid=14512 vsize=13978684 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/14514/task/14517/stat : 14517 (java) S 14512 14512 28892 0 -1 1077944384 19 0 0 0 1 0 0 0 20 0 15 0 121422040 14314172416 57210 18446744073709551615 4194304 4196468 140731109822688 139923931560720 139923990677205 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27246592 140731109831089 140731109831265 140731109831265 140731109834703 0
[pid=14514/tid=14518] ppid=14512 vsize=13978684 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/14514/task/14518/stat : 14518 (java) S 14512 14512 28892 0 -1 1077944384 278 0 0 0 2 1 0 0 20 0 15 0 121422040 14314172416 57210 18446744073709551615 4194304 4196468 140731109822688 139923930508432 139923990677205 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27246592 140731109831089 140731109831265 140731109831265 140731109834703 0
[pid=14514/tid=14519] ppid=14512 vsize=13978684 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/14514/task/14519/stat : 14519 (java) S 14512 14512 28892 0 -1 1077944384 340 0 0 0 2 1 0 0 20 0 15 0 121422040 14314172416 57210 18446744073709551615 4194304 4196468 140731109822688 139923929455632 139923990677205 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27246592 140731109831089 140731109831265 140731109831265 140731109834703 0
[pid=14514/tid=14520] ppid=14512 vsize=13978684 memory=-7522837583045027981 CPUtime=0 cores=1,3,5,7
/proc/14514/task/14520/stat : 14520 (java) S 14512 14512 28892 0 -1 1077944384 285 0 0 0 0 0 0 0 20 0 15 0 121422042 14314172416 57210 18446744073709551615 4194304 4196468 140731109822688 139923198515312 139923990678146 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27246592 140731109831089 140731109831265 140731109831265 140731109834703 0
[pid=14514/tid=14521] ppid=14512 vsize=13978684 memory=-7522837415780655008 CPUtime=0 cores=1,3,5,7
/proc/14514/task/14521/stat : 14521 (java) S 14512 14512 28892 0 -1 1077944384 72 0 0 0 0 0 0 0 20 0 15 0 121422042 14314172416 57210 18446744073709551615 4194304 4196468 140731109822688 139923197461280 139923990677205 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27246592 140731109831089 140731109831265 140731109831265 140731109834703 0
[pid=14514/tid=14522] ppid=14512 vsize=13978684 memory=-8990762241483579296 CPUtime=0 cores=1,3,5,7
/proc/14514/task/14522/stat : 14522 (java) S 14512 14512 28892 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 15 0 121422042 14314172416 57210 18446744073709551615 4194304 4196468 140731109822688 139923196408944 139923990677205 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27246592 140731109831089 140731109831265 140731109831265 140731109834703 0
[pid=14514/tid=14523] ppid=14512 vsize=13978684 memory=-6586668835053290911 CPUtime=0 cores=1,3,5,7
/proc/14514/task/14523/stat : 14523 (java) S 14512 14512 28892 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 121422045 14314172416 57210 18446744073709551615 4194304 4196468 140731109822688 139923195357264 139923990685595 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27246592 140731109831089 140731109831265 140731109831265 140731109834703 0
[pid=14514/tid=14524] ppid=14512 vsize=13978684 memory=-6876588628788076421 CPUtime=0.79 cores=1,3,5,7
/proc/14514/task/14524/stat : 14524 (java) R 14512 14512 28892 0 -1 4202560 3651 0 0 0 79 0 0 0 20 0 15 0 121422045 14314172416 57210 18446744073709551615 4194304 4196468 140731109822688 139923194290944 139923976347701 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 27246592 140731109831089 140731109831265 140731109831265 140731109834703 0
[pid=14514/tid=14525] ppid=14512 vsize=13978684 memory=6944656626178237591 CPUtime=0.76 cores=1,3,5,7
/proc/14514/task/14525/stat : 14525 (java) R 14512 14512 28892 0 -1 4202560 2262 0 0 0 76 0 0 0 20 0 15 0 121422045 14314172416 57210 18446744073709551615 4194304 4196468 140731109822688 139923193241008 139923969830129 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 27246592 140731109831089 140731109831265 140731109831265 140731109834703 0
[pid=14514/tid=14526] ppid=14512 vsize=13978684 memory=8329294824090543255 CPUtime=0.39 cores=1,3,5,7
/proc/14514/task/14526/stat : 14526 (java) S 14512 14512 28892 0 -1 1077944384 2663 0 0 0 38 1 0 0 20 0 15 0 121422045 14314172416 57210 18446744073709551615 4194304 4196468 140731109822688 139923192200048 139923990678146 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27246592 140731109831089 140731109831265 140731109831265 140731109834703 0
[pid=14514/tid=14527] ppid=14512 vsize=13978684 memory=8908279987159785568 CPUtime=0 cores=1,3,5,7
/proc/14514/task/14527/stat : 14527 (java) S 14512 14512 28892 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 121422045 14314172416 57210 18446744073709551615 4194304 4196468 140731109822688 139923191147488 139923990677205 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27246592 140731109831089 140731109831265 140731109831265 140731109834703 0
[pid=14514/tid=14528] ppid=14512 vsize=13978684 memory=279271121617136 CPUtime=0 cores=1,3,5,7
/proc/14514/task/14528/stat : 14528 (java) S 14512 14512 28892 0 -1 1077944384 7 0 0 0 0 0 0 0 20 0 15 0 121422058 14314172416 57210 18446744073709551615 4194304 4196468 140731109822688 139923099756976 139923990678146 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27246592 140731109831089 140731109831265 140731109831265 140731109834703 0
Current children cumulated CPU time: 3.23 s
Current children cumulated vsize: 13988196 KiB
Current children cumulated memory: 230220 KiB

[startup+2.40152 s]
/proc/loadavg: 2.26 1.77 1.66 5/216 14528
/proc/meminfo: memFree=29997772/32770624 swapFree=67108860/67108860
[pid=14512] ppid=14509 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/14512/stat : 14512 (xcsp3-exec) S 14509 14512 28892 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 121422033 9740288 345 18446744073709551615 4194304 5098028 140735237570144 140735237568248 139936916058748 0 65536 5 65538 18446744071579417331 0 0 17 7 0 0 6 0 0 7196144 7232144 19501056 140735237575032 140735237575237 140735237575237 140735237578731 0
/proc/14512/statm: 2378 345 289 221 0 87 0
[pid=14514] ppid=14512 vsize=13980732 memory=363764 CPUtime=5.75 cores=1,3,5,7
/proc/14514/stat : 14514 (java) S 14512 14512 28892 0 -1 1077944320 26901 0 0 0 555 20 0 0 20 0 15 0 121422039 14316269568 90941 18446744073709551615 4194304 4196468 140731109822688 140731109805232 139923990666999 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 27246592 140731109831089 140731109831265 140731109831265 140731109834703 0
/proc/14514/statm: 3495183 90941 3219 1 0 3483476 0
[pid=14514/tid=14515] ppid=14512 vsize=13980732 memory=3472467931786043796 CPUtime=1.86 cores=1,3,5,7
/proc/14514/task/14515/stat : 14515 (java) R 14512 14512 28892 0 -1 4202560 9605 0 0 0 179 7 0 0 20 0 15 0 121422040 14316269568 90941 18446744073709551615 4194304 4196468 140731109822688 139923994903080 139923615323090 0 4 1 16800974 0 0 0 -1 7 0 0 36 0 0 6293624 6294260 27246592 140731109831089 140731109831265 140731109831265 140731109834703 0
[pid=14514/tid=14516] ppid=14512 vsize=13980732 memory=8305311027921444960 CPUtime=0.07 cores=1,3,5,7
/proc/14514/task/14516/stat : 14516 (java) S 14512 14512 28892 0 -1 1077944384 378 0 0 0 5 2 0 0 20 0 15 0 121422040 14316269568 90941 18446744073709551615 4194304 4196468 140731109822688 139923932613520 139923990677205 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27246592 140731109831089 140731109831265 140731109831265 140731109834703 0
[pid=14514/tid=14517] ppid=14512 vsize=13980732 memory=269136 CPUtime=0.03 cores=1,3,5,7
/proc/14514/task/14517/stat : 14517 (java) S 14512 14512 28892 0 -1 1077944384 61 0 0 0 2 1 0 0 20 0 15 0 121422040 14316269568 90941 18446744073709551615 4194304 4196468 140731109822688 139923931560720 139923990677205 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27246592 140731109831089 140731109831265 140731109831265 140731109834703 0
[pid=14514/tid=14518] ppid=14512 vsize=13980732 memory=0 CPUtime=0.06 cores=1,3,5,7
/proc/14514/task/14518/stat : 14518 (java) S 14512 14512 28892 0 -1 1077944384 344 0 0 0 4 2 0 0 20 0 15 0 121422040 14316269568 90941 18446744073709551615 4194304 4196468 140731109822688 139923930508432 139923990677205 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27246592 140731109831089 140731109831265 140731109831265 140731109834703 0
[pid=14514/tid=14519] ppid=14512 vsize=13980732 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/14514/task/14519/stat : 14519 (java) S 14512 14512 28892 0 -1 1077944384 401 0 0 0 5 2 0 0 20 0 15 0 121422040 14316269568 90941 18446744073709551615 4194304 4196468 140731109822688 139923929455632 139923990677205 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27246592 140731109831089 140731109831265 140731109831265 140731109834703 0
[pid=14514/tid=14520] ppid=14512 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14514/task/14520/stat : 14520 (java) S 14512 14512 28892 0 -1 1077944384 327 0 0 0 0 0 0 0 20 0 15 0 121422042 14316269568 90941 18446744073709551615 4194304 4196468 140731109822688 139923198515312 139923990678146 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27246592 140731109831089 140731109831265 140731109831265 140731109834703 0
[pid=14514/tid=14521] ppid=14512 vsize=13980732 memory=3472328296227733905 CPUtime=0 cores=1,3,5,7
/proc/14514/task/14521/stat : 14521 (java) S 14512 14512 28892 0 -1 1077944384 72 0 0 0 0 0 0 0 20 0 15 0 121422042 14316269568 90941 18446744073709551615 4194304 4196468 140731109822688 139923197461280 139923990677205 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27246592 140731109831089 140731109831265 140731109831265 140731109834703 0
[pid=14514/tid=14522] ppid=14512 vsize=13980732 memory=7307198501368389714 CPUtime=0 cores=1,3,5,7
/proc/14514/task/14522/stat : 14522 (java) S 14512 14512 28892 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 15 0 121422042 14316269568 90941 18446744073709551615 4194304 4196468 140731109822688 139923196408944 139923990677205 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27246592 140731109831089 140731109831265 140731109831265 140731109834703 0
[pid=14514/tid=14523] ppid=14512 vsize=13980732 memory=7307198501401944146 CPUtime=0 cores=1,3,5,7
/proc/14514/task/14523/stat : 14523 (java) S 14512 14512 28892 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 121422045 14316269568 90941 18446744073709551615 4194304 4196468 140731109822688 139923195357264 139923990685595 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27246592 140731109831089 140731109831265 140731109831265 140731109834703 0
[pid=14514/tid=14524] ppid=14512 vsize=13980732 memory=7521664914232988263 CPUtime=1.51 cores=1,3,5,7
/proc/14514/task/14524/stat : 14524 (java) R 14512 14512 28892 0 -1 4202560 5880 0 0 0 150 1 0 0 20 0 15 0 121422045 14316269568 90941 18446744073709551615 4194304 4196468 140731109822688 139923194305136 139923974054060 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 27246592 140731109831089 140731109831265 140731109831265 140731109834703 0
[pid=14514/tid=14525] ppid=14512 vsize=13980732 memory=7521664914232988263 CPUtime=1.52 cores=1,3,5,7
/proc/14514/task/14525/stat : 14525 (java) R 14512 14512 28892 0 -1 4202560 5351 0 0 0 152 0 0 0 20 0 15 0 121422045 14316269568 90941 18446744073709551615 4194304 4196468 140731109822688 139923193252336 139923972579473 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 27246592 140731109831089 140731109831265 140731109831265 140731109834703 0
[pid=14514/tid=14526] ppid=14512 vsize=13980732 memory=7307198501452275794 CPUtime=0.54 cores=1,3,5,7
/proc/14514/task/14526/stat : 14526 (java) S 14512 14512 28892 0 -1 1077944384 3179 0 0 0 53 1 0 0 20 0 15 0 121422045 14316269568 90941 18446744073709551615 4194304 4196468 140731109822688 139923192200048 139923990678146 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27246592 140731109831089 140731109831265 140731109831265 140731109834703 0
[pid=14514/tid=14527] ppid=14512 vsize=13980732 memory=7521664927117890151 CPUtime=0 cores=1,3,5,7
/proc/14514/task/14527/stat : 14527 (java) S 14512 14512 28892 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 121422045 14316269568 90941 18446744073709551615 4194304 4196468 140731109822688 139923191147488 139923990677205 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27246592 140731109831089 140731109831265 140731109831265 140731109834703 0
[pid=14514/tid=14528] ppid=14512 vsize=13980732 memory=7521664927117890151 CPUtime=0 cores=1,3,5,7
/proc/14514/task/14528/stat : 14528 (java) S 14512 14512 28892 0 -1 1077944384 7 0 0 0 0 0 0 0 20 0 15 0 121422058 14316269568 90941 18446744073709551615 4194304 4196468 140731109822688 139923099756976 139923990678146 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27246592 140731109831089 140731109831265 140731109831265 140731109834703 0
Current children cumulated CPU time: 5.75 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 365144 KiB

[startup+2.81041 s]
/proc/loadavg: 2.26 1.77 1.66 5/216 14528
/proc/meminfo: memFree=29997772/32770624 swapFree=67108860/67108860
[pid=14512] ppid=14509 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/14512/stat : 14512 (xcsp3-exec) S 14509 14512 28892 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 121422033 9740288 345 18446744073709551615 4194304 5098028 140735237570144 140735237568248 139936916058748 0 65536 5 65538 18446744071579417331 0 0 17 7 0 0 6 0 0 7196144 7232144 19501056 140735237575032 140735237575237 140735237575237 140735237578731 0
/proc/14512/statm: 2378 345 289 221 0 87 0
[pid=14514] ppid=14512 vsize=13980732 memory=436120 CPUtime=7.07 cores=1,3,5,7
/proc/14514/stat : 14514 (java) S 14512 14512 28892 0 -1 1077944320 27963 0 0 0 681 26 0 0 20 0 15 0 121422039 14316269568 109030 18446744073709551615 4194304 4196468 140731109822688 140731109805232 139923990666999 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 27246592 140731109831089 140731109831265 140731109831265 140731109834703 0
/proc/14514/statm: 3495183 109030 3229 1 0 3483476 0
[pid=14514/tid=14515] ppid=14512 vsize=13980732 memory=484 CPUtime=2.21 cores=1,3,5,7
/proc/14514/task/14515/stat : 14515 (java) R 14512 14512 28892 0 -1 4202560 9779 0 0 0 214 7 0 0 20 0 15 0 121422040 14316269568 109030 18446744073709551615 4194304 4196468 140731109822688 139923994903808 139923613790270 0 4 1 16800974 0 0 0 -1 3 0 0 36 0 0 6293624 6294260 27246592 140731109831089 140731109831265 140731109831265 140731109834703 0
[pid=14514/tid=14516] ppid=14512 vsize=13980732 memory=279271121811888 CPUtime=0.12 cores=1,3,5,7
/proc/14514/task/14516/stat : 14516 (java) S 14512 14512 28892 0 -1 1077944384 405 0 0 0 8 4 0 0 20 0 15 0 121422040 14316269568 109030 18446744073709551615 4194304 4196468 140731109822688 139923932613520 139923990677205 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27246592 140731109831089 140731109831265 140731109831265 140731109834703 0
[pid=14514/tid=14517] ppid=14512 vsize=13980732 memory=7373663901861456789 CPUtime=0.09 cores=1,3,5,7
/proc/14514/task/14517/stat : 14517 (java) S 14512 14512 28892 0 -1 1077944384 98 0 0 0 7 2 0 0 20 0 15 0 121422040 14316269568 109030 18446744073709551615 4194304 4196468 140731109822688 139923931560720 139923990677205 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27246592 140731109831089 140731109831265 140731109831265 140731109834703 0
[pid=14514/tid=14518] ppid=14512 vsize=13980732 memory=14435594458 CPUtime=0.1 cores=1,3,5,7
/proc/14514/task/14518/stat : 14518 (java) S 14512 14512 28892 0 -1 1077944384 374 0 0 0 7 3 0 0 20 0 15 0 121422040 14316269568 109030 18446744073709551615 4194304 4196468 140731109822688 139923930508432 139923990677205 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27246592 140731109831089 140731109831265 140731109831265 140731109834703 0
[pid=14514/tid=14519] ppid=14512 vsize=13980732 memory=279271121692648 CPUtime=0.13 cores=1,3,5,7
/proc/14514/task/14519/stat : 14519 (java) S 14512 14512 28892 0 -1 1077944384 476 0 0 0 9 4 0 0 20 0 15 0 121422040 14316269568 109030 18446744073709551615 4194304 4196468 140731109822688 139923929455632 139923990677205 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27246592 140731109831089 140731109831265 140731109831265 140731109834703 0
[pid=14514/tid=14520] ppid=14512 vsize=13980732 memory=279271121770000 CPUtime=0 cores=1,3,5,7
/proc/14514/task/14520/stat : 14520 (java) S 14512 14512 28892 0 -1 1077944384 474 0 0 0 0 0 0 0 20 0 15 0 121422042 14316269568 109030 18446744073709551615 4194304 4196468 140731109822688 139923198515312 139923990678146 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27246592 140731109831089 140731109831265 140731109831265 140731109834703 0
[pid=14514/tid=14521] ppid=14512 vsize=13980732 memory=6655300316396806240 CPUtime=0 cores=1,3,5,7
/proc/14514/task/14521/stat : 14521 (java) S 14512 14512 28892 0 -1 1077944384 72 0 0 0 0 0 0 0 20 0 15 0 121422042 14316269568 109030 18446744073709551615 4194304 4196468 140731109822688 139923197461344 139923990677205 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27246592 140731109831089 140731109831265 140731109831265 140731109834703 0
[pid=14514/tid=14522] ppid=14512 vsize=13980732 memory=279271121753336 CPUtime=0 cores=1,3,5,7
/proc/14514/task/14522/stat : 14522 (java) S 14512 14512 28892 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 15 0 121422042 14316269568 109030 18446744073709551615 4194304 4196468 140731109822688 139923196408960 139923990677205 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27246592 140731109831089 140731109831265 140731109831265 140731109834703 0
[pid=14514/tid=14523] ppid=14512 vsize=13980732 memory=6944652177228980320 CPUtime=0 cores=1,3,5,7
/proc/14514/task/14523/stat : 14523 (java) S 14512 14512 28892 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 121422045 14316269568 109030 18446744073709551615 4194304 4196468 140731109822688 139923195357264 139923990685595 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27246592 140731109831089 140731109831265 140731109831265 140731109834703 0
[pid=14514/tid=14524] ppid=14512 vsize=13980732 memory=6655300316396806240 CPUtime=1.87 cores=1,3,5,7
/proc/14514/task/14524/stat : 14524 (java) R 14512 14512 28892 0 -1 4202560 6153 0 0 0 186 1 0 0 20 0 15 0 121422045 14316269568 109030 18446744073709551615 4194304 4196468 140731109822688 139923194292816 139923969838264 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 27246592 140731109831089 140731109831265 140731109831265 140731109834703 0
[pid=14514/tid=14525] ppid=14512 vsize=13980732 memory=6944656592455360604 CPUtime=1.88 cores=1,3,5,7
/proc/14514/task/14525/stat : 14525 (java) R 14512 14512 28892 0 -1 4202560 5525 0 0 0 187 1 0 0 20 0 15 0 121422045 14316269568 109030 18446744073709551615 4194304 4196468 140731109822688 139923193232376 139923974077800 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 27246592 140731109831089 140731109831265 140731109831265 140731109834703 0
[pid=14514/tid=14526] ppid=14512 vsize=13980732 memory=6944656592455360604 CPUtime=0.6 cores=1,3,5,7
/proc/14514/task/14526/stat : 14526 (java) S 14512 14512 28892 0 -1 1077944384 3301 0 0 0 59 1 0 0 20 0 15 0 121422045 14316269568 109030 18446744073709551615 4194304 4196468 140731109822688 139923192200048 139923990678146 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27246592 140731109831089 140731109831265 140731109831265 140731109834703 0
[pid=14514/tid=14527] ppid=14512 vsize=13980732 memory=6656426216303648864 CPUtime=0 cores=1,3,5,7
/proc/14514/task/14527/stat : 14527 (java) S 14512 14512 28892 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 121422045 14316269568 109030 18446744073709551615 4194304 4196468 140731109822688 139923191147488 139923990677205 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27246592 140731109831089 140731109831265 140731109831265 140731109834703 0
[pid=14514/tid=14528] ppid=14512 vsize=13980732 memory=4294967295 CPUtime=0 cores=1,3,5,7
/proc/14514/task/14528/stat : 14528 (java) S 14512 14512 28892 0 -1 1077944384 10 0 0 0 0 0 0 0 20 0 15 0 121422058 14316269568 109030 18446744073709551615 4194304 4196468 140731109822688 139923099756976 139923990678146 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27246592 140731109831089 140731109831265 140731109831265 140731109834703 0
Current children cumulated CPU time: 7.07 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 437500 KiB

[startup+3.00145 s]*
/proc/loadavg: 2.24 1.77 1.66 6/216 14528
/proc/meminfo: memFree=29833984/32770624 swapFree=67108860/67108860
[pid=14512] ppid=14509 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/14512/stat : 14512 (xcsp3-exec) S 14509 14512 28892 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 121422033 9740288 345 18446744073709551615 4194304 5098028 140735237570144 140735237568248 139936916058748 0 65536 5 65538 18446744071579417331 0 0 17 7 0 0 6 0 0 7196144 7232144 19501056 140735237575032 140735237575237 140735237575237 140735237578731 0
/proc/14512/statm: 2378 345 289 221 0 87 0
[pid=14514] ppid=14512 vsize=13980732 memory=438668 CPUtime=7.75 cores=1,3,5,7
/proc/14514/stat : 14514 (java) S 14512 14512 28892 0 -1 1077944320 28699 0 0 0 748 27 0 0 20 0 15 0 121422039 14316269568 109667 18446744073709551615 4194304 4196468 140731109822688 140731109805232 139923990666999 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 27246592 140731109831089 140731109831265 140731109831265 140731109834703 0
/proc/14514/statm: 3495183 109667 3233 1 0 3483476 0
[pid=14514/tid=14515] ppid=14512 vsize=13980732 memory=8390339637985935414 CPUtime=2.41 cores=1,3,5,7
/proc/14514/task/14515/stat : 14515 (java) R 14512 14512 28892 0 -1 4202560 10009 0 0 0 233 8 0 0 20 0 15 0 121422040 14316269568 109667 18446744073709551615 4194304 4196468 140731109822688 139923994905408 139923616818974 0 4 1 16800974 0 0 0 -1 3 0 0 36 0 0 6293624 6294260 27246592 140731109831089 140731109831265 140731109831265 140731109834703 0
[pid=14514/tid=14516] ppid=14512 vsize=13980732 memory=288230604708001210 CPUtime=0.12 cores=1,3,5,7
/proc/14514/task/14516/stat : 14516 (java) S 14512 14512 28892 0 -1 1077944384 405 0 0 0 8 4 0 0 20 0 15 0 121422040 14316269568 109667 18446744073709551615 4194304 4196468 140731109822688 139923932613520 139923990677205 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27246592 140731109831089 140731109831265 140731109831265 140731109834703 0
[pid=14514/tid=14517] ppid=14512 vsize=13980732 memory=3473035288510195360 CPUtime=0.09 cores=1,3,5,7
/proc/14514/task/14517/stat : 14517 (java) S 14512 14512 28892 0 -1 1077944384 98 0 0 0 7 2 0 0 20 0 15 0 121422040 14316269568 109667 18446744073709551615 4194304 4196468 140731109822688 139923931560720 139923990677205 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27246592 140731109831089 140731109831265 140731109831265 140731109834703 0
[pid=14514/tid=14518] ppid=14512 vsize=13980732 memory=7144996213181985585 CPUtime=0.1 cores=1,3,5,7
/proc/14514/task/14518/stat : 14518 (java) S 14512 14512 28892 0 -1 1077944384 374 0 0 0 7 3 0 0 20 0 15 0 121422040 14316269568 109667 18446744073709551615 4194304 4196468 140731109822688 139923930508432 139923990677205 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27246592 140731109831089 140731109831265 140731109831265 140731109834703 0
[pid=14514/tid=14519] ppid=14512 vsize=13980732 memory=8369975320416695088 CPUtime=0.13 cores=1,3,5,7
/proc/14514/task/14519/stat : 14519 (java) S 14512 14512 28892 0 -1 1077944384 476 0 0 0 9 4 0 0 20 0 15 0 121422040 14316269568 109667 18446744073709551615 4194304 4196468 140731109822688 139923929455632 139923990677205 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27246592 140731109831089 140731109831265 140731109831265 140731109834703 0
[pid=14514/tid=14520] ppid=14512 vsize=13980732 memory=3467973167026931384 CPUtime=0 cores=1,3,5,7
/proc/14514/task/14520/stat : 14520 (java) S 14512 14512 28892 0 -1 1077944384 474 0 0 0 0 0 0 0 20 0 15 0 121422042 14316269568 109667 18446744073709551615 4194304 4196468 140731109822688 139923198515312 139923990678146 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27246592 140731109831089 140731109831265 140731109831265 140731109834703 0
[pid=14514/tid=14521] ppid=14512 vsize=13980732 memory=8297917739129189424 CPUtime=0 cores=1,3,5,7
/proc/14514/task/14521/stat : 14521 (java) S 14512 14512 28892 0 -1 1077944384 72 0 0 0 0 0 0 0 20 0 15 0 121422042 14316269568 109667 18446744073709551615 4194304 4196468 140731109822688 139923197461344 139923990677205 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27246592 140731109831089 140731109831265 140731109831265 140731109834703 0
[pid=14514/tid=14522] ppid=14512 vsize=13980732 memory=8225999784947352629 CPUtime=0 cores=1,3,5,7
/proc/14514/task/14522/stat : 14522 (java) S 14512 14512 28892 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 15 0 121422042 14316269568 109667 18446744073709551615 4194304 4196468 140731109822688 139923196408960 139923990677205 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27246592 140731109831089 140731109831265 140731109831265 140731109834703 0
[pid=14514/tid=14523] ppid=14512 vsize=13980732 memory=7084557408446999376 CPUtime=0 cores=1,3,5,7
/proc/14514/task/14523/stat : 14523 (java) S 14512 14512 28892 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 121422045 14316269568 109667 18446744073709551615 4194304 4196468 140731109822688 139923195357264 139923990685595 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27246592 140731109831089 140731109831265 140731109831265 140731109834703 0
[pid=14514/tid=14524] ppid=14512 vsize=13980732 memory=0 CPUtime=2.06 cores=1,3,5,7
/proc/14514/task/14524/stat : 14524 (java) R 14512 14512 28892 0 -1 4202560 6221 0 0 0 205 1 0 0 20 0 15 0 121422045 14316269568 109667 18446744073709551615 4194304 4196468 140731109822688 139923194295056 139923974150241 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 27246592 140731109831089 140731109831265 140731109831265 140731109834703 0
[pid=14514/tid=14525] ppid=14512 vsize=13980732 memory=3472338123113443638 CPUtime=2.07 cores=1,3,5,7
/proc/14514/task/14525/stat : 14525 (java) R 14512 14512 28892 0 -1 4202560 5714 0 0 0 206 1 0 0 20 0 15 0 121422045 14316269568 109667 18446744073709551615 4194304 4196468 140731109822688 139923193238112 139923975588802 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 27246592 140731109831089 140731109831265 140731109831265 140731109834703 0
[pid=14514/tid=14526] ppid=14512 vsize=13980732 memory=3540021857613256352 CPUtime=0.69 cores=1,3,5,7
/proc/14514/task/14526/stat : 14526 (java) R 14512 14512 28892 0 -1 4202560 3550 0 0 0 68 1 0 0 20 0 15 0 121422045 14316269568 109667 18446744073709551615 4194304 4196468 140731109822688 139923192200048 139923969637011 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 27246592 140731109831089 140731109831265 140731109831265 140731109834703 0
[pid=14514/tid=14527] ppid=14512 vsize=13980732 memory=3545238011844304951 CPUtime=0 cores=1,3,5,7
/proc/14514/task/14527/stat : 14527 (java) S 14512 14512 28892 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 121422045 14316269568 109667 18446744073709551615 4194304 4196468 140731109822688 139923191147488 139923990677205 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27246592 140731109831089 140731109831265 140731109831265 140731109834703 0
[pid=14514/tid=14528] ppid=14512 vsize=13980732 memory=6075615749308305824 CPUtime=0 cores=1,3,5,7
/proc/14514/task/14528/stat : 14528 (java) S 14512 14512 28892 0 -1 1077944384 10 0 0 0 0 0 0 0 20 0 15 0 121422058 14316269568 109667 18446744073709551615 4194304 4196468 140731109822688 139923099756976 139923990678146 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27246592 140731109831089 140731109831265 140731109831265 140731109834703 0
Current children cumulated CPU time: 7.75 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 440048 KiB

Child status: 0
Real time (s): 3.10678
CPU time (s): 8.03954
CPU user time (s): 7.75629
CPU system time (s): 0.283251
CPU usage (%): 258.774
Max. virtual memory (cumulated for all children) (KiB): 13990244
Max. memory (cumulated for all children) (KiB): 440048

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 7.75629
system time used= 0.283251
maximum resident set size= 439388
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 29458
page faults= 0
swaps= 0
block input operations= 0
block output operations= 112
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2237
involuntary context switches= 33


# summary of solver processes directly reported to runsolver:
#   pid: 14512
#   total CPU time (s): 8.03954
#   total CPU user time (s): 7.75629
#   total CPU system time (s): 0.283251

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.038267 second user time and 0.080908 second system time

The end

Launcher Data

Begin job on node127 at 2017-08-20 03:10:39
IDJOB=4283998
IDBENCH=123430
IDSOLVER=2679
FILE ID=node127/4283998-1503192290
RUNJOBID= node127-1503172133-9103
PBS_JOBID= 
Free space on /tmp= 62020 MiB

SOLVER NAME= choco-solver 5a
BENCH NAME= XCSP17/Sat/Sat-xcsp2-bmc/bmc-ibm-7-16_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-4283998-1503192290/watcher-4283998-1503192290 -o /tmp/evaluation-result-4283998-1503192290/solver-4283998-1503192290 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node127-1503172133-9103 --watchdog 2580  ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 1097131994 HOME/instance-4283998-1503192290.xml

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

MD5SUM BENCH= 8fc892d8cd45aeefd26f51f7c42b85f4
RANDOM SEED=1097131994

node127.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.92
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.92
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.92
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.92
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:        30279404 kB
MemAvailable:   31145240 kB
Buffers:          302804 kB
Cached:           864392 kB
SwapCached:            0 kB
Active:          1652852 kB
Inactive:         382892 kB
Active(anon):     819176 kB
Inactive(anon):    99168 kB
Active(file):     833676 kB
Inactive(file):   283724 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             11900 kB
Writeback:             4 kB
AnonPages:        868112 kB
Mapped:            76040 kB
Shmem:             49860 kB
Slab:             155368 kB
SReclaimable:     128540 kB
SUnreclaim:        26828 kB
KernelStack:        3504 kB
PageTables:         7424 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1537760 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    792576 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      118144 kB
DirectMap2M:    33427456 kB

Free space on /tmp at the end= 62012 MiB
End job on node127 at 2017-08-20 03:10:42