Trace number 4404972

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
choco-solver 2019-09-20 parallelWrong UNSAT 6.33469 1.98913

General information on the benchmark

NameMario/
Mario-zinc-s1/Mario-t-hard-1.xml
MD5SUMd0ad504447153d615b89b5c6990e2d3b
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark4783
Best CPU time to get the best result obtained on this benchmark4.8186
Satisfiable
(Un)Satisfiability was proved
Number of variables300
Number of constraints201
Number of domains164
Minimum domain size1
Maximum domain size100
Distribution of domain sizes[{"size":1,"count":5},{"size":2,"count":95},{"size":85,"count":4},{"size":86,"count":2},{"size":87,"count":2},{"size":88,"count":6},{"size":89,"count":17},{"size":90,"count":16},{"size":91,"count":14},{"size":92,"count":12},{"size":93,"count":12},{"size":94,"count":9},{"size":95,"count":5},{"size":97,"count":1},{"size":100,"count":100}]
Minimum variable degree1
Maximum variable degree3
Distribution of variable degrees[{"degree":1,"count":2},{"degree":2,"count":199},{"degree":3,"count":99}]
Minimum constraint arity1
Maximum constraint arity100
Distribution of constraint arities[{"arity":1,"count":1},{"arity":2,"count":198},{"arity":100,"count":2}]
Number of extensional constraints100
Number of intensional constraints99
Distribution of constraint types[{"type":"extension","count":100},{"type":"intension","count":99},{"type":"sum","count":1},{"type":"circuit","count":1}]
Optimization problemYES
Type of objectivemax SUM

Solver Data

0.00/0.00	c java -server -Xmx24000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4404972-1569004607.xml"  -tl '2016s' -p 8
0.12/0.18	c Choco 3fb4b153
0.12/0.19	c [HOME/instance-4404972-1569004607.xml, -tl, 2016s, -p, 8]
0.34/0.23	c 8 solvers in parallel
0.34/0.29	c parse instance...
4.53/1.37	c solve instance...
5.81/1.57	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 (13248 MiB free)
  memory of node 1: 16384 MiB (12342 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /var/tmp/evaluation-result-4404972-1569004607/watcher-4404972-1569004607 -o /var/tmp/evaluation-result-4404972-1569004607/solver-4404972-1569004607 -C 2016 -W 252 -M 31000 --bin-var /var/tmp/runsolver-exch-node136-1568994428-2972 --watchdog 312 xcsp3-exec -dir HOME -tl 2016 -p 8 -ml 24000 -tdir HOME -seed 1237345253 HOME/instance-4404972-1569004607.xml 

running on 8 cores: 0,2,4,6,1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2016 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2046 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 252 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=9805, runsolver pid=9802

[startup+0.100112 s]*
/proc/loadavg: 8.11 8.21 7.92 2/211 9826
/proc/meminfo: memFree=26190560/32770624 swapFree=67001832/67108860
[pid=9805] ppid=9802 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/9805/stat : 9805 (xcsp3-exec) S 9802 9805 2945 0 -1 4202496 546 0 0 0 0 0 0 0 20 0 1 0 476709256 115843072 364 33554432000 4194304 5098028 140727772636608 140727772634712 140322190459516 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 36560896 140727772644183 140727772644442 140727772644442 140727772647366 0
/proc/9805/statm: 28282 364 305 221 0 87 0
[pid=9807] ppid=9805 vsize=28227396 memory=27328 CPUtime=0.12 cores=0-7
/proc/9807/stat : 9807 (java) S 9805 9805 2945 0 -1 1077944320 5815 0 0 0 11 1 0 0 20 0 20 0 476709256 28904853504 6832 33554432000 4194304 4196468 140733607481776 140733607464320 140146825744119 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 17813504 140733607490524 140733607490699 140733607490699 140733607493583 0
/proc/9807/statm: 7056849 6832 3116 1 0 7019032 0
[pid=9807/tid=9808] ppid=9805 vsize=28227396 memory=4134692831991783777 CPUtime=0.09 cores=0-7
/proc/9807/task/9808/stat : 9808 (java) R 9805 9805 2945 0 -1 4202560 3773 0 0 0 8 1 0 0 20 0 20 0 476709256 28904853504 6832 33554432000 4194304 4196468 140733607481776 140146829977392 140146825756054 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 17813504 140733607490524 140733607490699 140733607490699 140733607493583 0
[pid=9807/tid=9809] ppid=9805 vsize=28227396 memory=4872558044660077418 CPUtime=0 cores=0-7
/proc/9807/task/9809/stat : 9809 (java) S 9805 9805 2945 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476709257 28904853504 6832 33554432000 4194304 4196468 140733607481776 140146797586704 140146825754325 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17813504 140733607490524 140733607490699 140733607490699 140733607493583 0
[pid=9807/tid=9810] ppid=9805 vsize=28227396 memory=139815766484608 CPUtime=0 cores=0-7
/proc/9807/task/9810/stat : 9810 (java) S 9805 9805 2945 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476709257 28904853504 6832 33554432000 4194304 4196468 140733607481776 140146376214928 140146825754325 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17813504 140733607490524 140733607490699 140733607490699 140733607493583 0
[pid=9807/tid=9811] ppid=9805 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/9807/task/9811/stat : 9811 (java) S 9805 9805 2945 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476709257 28904853504 6832 33554432000 4194304 4196468 140733607481776 140146375162384 140146825754325 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17813504 140733607490524 140733607490699 140733607490699 140733607493583 0
[pid=9807/tid=9812] ppid=9805 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/9807/task/9812/stat : 9812 (java) S 9805 9805 2945 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476709257 28904853504 6832 33554432000 4194304 4196468 140733607481776 140146374109840 140146825754325 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17813504 140733607490524 140733607490699 140733607490699 140733607493583 0
[pid=9807/tid=9813] ppid=9805 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/9807/task/9813/stat : 9813 (java) S 9805 9805 2945 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476709257 28904853504 6832 33554432000 4194304 4196468 140733607481776 140146373057296 140146825754325 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17813504 140733607490524 140733607490699 140733607490699 140733607493583 0
[pid=9807/tid=9814] ppid=9805 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/9807/task/9814/stat : 9814 (java) S 9805 9805 2945 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476709257 28904853504 6832 33554432000 4194304 4196468 140733607481776 140146372004752 140146825754325 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17813504 140733607490524 140733607490699 140733607490699 140733607493583 0
[pid=9807/tid=9815] ppid=9805 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/9807/task/9815/stat : 9815 (java) S 9805 9805 2945 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476709257 28904853504 6898 33554432000 4194304 4196468 140733607481776 140146370952208 140146825754325 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17813504 140733607490524 140733607490699 140733607490699 140733607493583 0
[pid=9807/tid=9816] ppid=9805 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/9807/task/9816/stat : 9816 (java) S 9805 9805 2945 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476709257 28904853504 6898 33554432000 4194304 4196468 140733607481776 140146369899664 140146825754325 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17813504 140733607490524 140733607490699 140733607490699 140733607493583 0
[pid=9807/tid=9817] ppid=9805 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/9807/task/9817/stat : 9817 (java) S 9805 9805 2945 0 -1 1077944384 4 0 0 0 0 0 0 0 20 0 20 0 476709259 28904853504 6898 33554432000 4194304 4196468 140733607481776 140145874561008 140146825755266 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17813504 140733607490524 140733607490699 140733607490699 140733607493583 0
[pid=9807/tid=9818] ppid=9805 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/9807/task/9818/stat : 9818 (java) S 9805 9805 2945 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 476709259 28904853504 6898 33554432000 4194304 4196468 140733607481776 140145873507232 140146825754325 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17813504 140733607490524 140733607490699 140733607490699 140733607493583 0
[pid=9807/tid=9819] ppid=9805 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/9807/task/9819/stat : 9819 (java) S 9805 9805 2945 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 476709259 28904853504 6898 33554432000 4194304 4196468 140733607481776 140145872454640 140146825754325 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17813504 140733607490524 140733607490699 140733607490699 140733607493583 0
[pid=9807/tid=9820] ppid=9805 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/9807/task/9820/stat : 9820 (java) S 9805 9805 2945 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476709262 28904853504 6898 33554432000 4194304 4196468 140733607481776 140145871403216 140146825762715 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17813504 140733607490524 140733607490699 140733607490699 140733607493583 0
[pid=9807/tid=9821] ppid=9805 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/9807/task/9821/stat : 9821 (java) S 9805 9805 2945 0 -1 1077944384 305 0 0 0 0 0 0 0 20 0 20 0 476709262 28904853504 6898 33554432000 4194304 4196468 140733607481776 140145870350832 140146825755266 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17813504 140733607490524 140733607490699 140733607490699 140733607493583 0
[pid=9807/tid=9822] ppid=9805 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/9807/task/9822/stat : 9822 (java) S 9805 9805 2945 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 476709262 28904853504 6898 33554432000 4194304 4196468 140733607481776 140145869298288 140146825755266 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17813504 140733607490524 140733607490699 140733607490699 140733607493583 0
[pid=9807/tid=9823] ppid=9805 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/9807/task/9823/stat : 9823 (java) S 9805 9805 2945 0 -1 1077944384 124 0 0 0 0 0 0 0 20 0 20 0 476709262 28904853504 6898 33554432000 4194304 4196468 140733607481776 140145868245744 140146825755266 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17813504 140733607490524 140733607490699 140733607490699 140733607493583 0
[pid=9807/tid=9824] ppid=9805 vsize=28227396 memory=0 CPUtime=0.01 cores=0-7
/proc/9807/task/9824/stat : 9824 (java) R 9805 9805 2945 0 -1 4202560 346 0 0 0 1 0 0 0 20 0 20 0 476709262 28904853504 6898 33554432000 4194304 4196468 140733607481776 140145867193200 140146804715097 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 17813504 140733607490524 140733607490699 140733607490699 140733607493583 0
[pid=9807/tid=9825] ppid=9805 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/9807/task/9825/stat : 9825 (java) S 9805 9805 2945 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 476709262 28904853504 6898 33554432000 4194304 4196468 140733607481776 140145866139872 140146825754325 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17813504 140733607490524 140733607490699 140733607490699 140733607493583 0
[pid=9807/tid=9826] ppid=9805 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/9807/task/9826/stat : 9826 (java) S 9805 9805 2945 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476709262 28904853504 6898 33554432000 4194304 4196468 140733607481776 140145865087408 140146825755266 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17813504 140733607490524 140733607490699 140733607490699 140733607493583 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 28340524 KiB
Current children cumulated memory: 28784 KiB

[startup+0.210219 s]*
/proc/loadavg: 8.11 8.21 7.92 3/211 9826
/proc/meminfo: memFree=26178676/32770624 swapFree=67001832/67108860
[pid=9805] ppid=9802 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/9805/stat : 9805 (xcsp3-exec) S 9802 9805 2945 0 -1 4202496 546 0 0 0 0 0 0 0 20 0 1 0 476709256 115843072 364 33554432000 4194304 5098028 140727772636608 140727772634712 140322190459516 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 36560896 140727772644183 140727772644442 140727772644442 140727772647366 0
/proc/9805/statm: 28282 364 305 221 0 87 0
[pid=9807] ppid=9805 vsize=28227396 memory=39660 CPUtime=0.34 cores=0-7
/proc/9807/stat : 9807 (java) S 9805 9805 2945 0 -1 1077944320 9607 0 0 0 31 3 0 0 20 0 20 0 476709256 28904853504 9915 33554432000 4194304 4196468 140733607481776 140733607464320 140146825744119 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 17813504 140733607490524 140733607490699 140733607490699 140733607493583 0
/proc/9807/statm: 7056849 9915 3316 1 0 7019032 0
[pid=9807/tid=9808] ppid=9805 vsize=28227396 memory=8318255677412212789 CPUtime=0.2 cores=0-7
/proc/9807/task/9808/stat : 9808 (java) R 9805 9805 2945 0 -1 4202560 6681 0 0 0 18 2 0 0 20 0 20 0 476709256 28904853504 9915 33554432000 4194304 4196468 140733607481776 140146829976032 140146809824606 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 17813504 140733607490524 140733607490699 140733607490699 140733607493583 0
[pid=9807/tid=9809] ppid=9805 vsize=28227396 memory=330 CPUtime=0 cores=0-7
/proc/9807/task/9809/stat : 9809 (java) S 9805 9805 2945 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476709257 28904853504 9915 33554432000 4194304 4196468 140733607481776 140146797586704 140146825754325 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17813504 140733607490524 140733607490699 140733607490699 140733607493583 0
[pid=9807/tid=9810] ppid=9805 vsize=28227396 memory=139815766494998 CPUtime=0 cores=0-7
/proc/9807/task/9810/stat : 9810 (java) S 9805 9805 2945 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476709257 28904853504 9915 33554432000 4194304 4196468 140733607481776 140146376214928 140146825754325 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17813504 140733607490524 140733607490699 140733607490699 140733607493583 0
[pid=9807/tid=9811] ppid=9805 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/9807/task/9811/stat : 9811 (java) S 9805 9805 2945 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476709257 28904853504 9915 33554432000 4194304 4196468 140733607481776 140146375162384 140146825754325 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17813504 140733607490524 140733607490699 140733607490699 140733607493583 0
[pid=9807/tid=9812] ppid=9805 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/9807/task/9812/stat : 9812 (java) S 9805 9805 2945 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476709257 28904853504 9915 33554432000 4194304 4196468 140733607481776 140146374109840 140146825754325 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17813504 140733607490524 140733607490699 140733607490699 140733607493583 0
[pid=9807/tid=9813] ppid=9805 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/9807/task/9813/stat : 9813 (java) S 9805 9805 2945 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476709257 28904853504 9915 33554432000 4194304 4196468 140733607481776 140146373057296 140146825754325 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17813504 140733607490524 140733607490699 140733607490699 140733607493583 0
[pid=9807/tid=9814] ppid=9805 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/9807/task/9814/stat : 9814 (java) S 9805 9805 2945 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476709257 28904853504 9915 33554432000 4194304 4196468 140733607481776 140146372004752 140146825754325 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17813504 140733607490524 140733607490699 140733607490699 140733607493583 0
[pid=9807/tid=9815] ppid=9805 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/9807/task/9815/stat : 9815 (java) S 9805 9805 2945 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476709257 28904853504 9915 33554432000 4194304 4196468 140733607481776 140146370952208 140146825754325 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17813504 140733607490524 140733607490699 140733607490699 140733607493583 0
[pid=9807/tid=9816] ppid=9805 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/9807/task/9816/stat : 9816 (java) S 9805 9805 2945 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476709257 28904853504 9915 33554432000 4194304 4196468 140733607481776 140146369899664 140146825754325 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17813504 140733607490524 140733607490699 140733607490699 140733607493583 0
[pid=9807/tid=9817] ppid=9805 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/9807/task/9817/stat : 9817 (java) S 9805 9805 2945 0 -1 1077944384 8 0 0 0 0 0 0 0 20 0 20 0 476709259 28904853504 9915 33554432000 4194304 4196468 140733607481776 140145874561008 140146825755266 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17813504 140733607490524 140733607490699 140733607490699 140733607493583 0
[pid=9807/tid=9818] ppid=9805 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/9807/task/9818/stat : 9818 (java) S 9805 9805 2945 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 476709259 28904853504 9915 33554432000 4194304 4196468 140733607481776 140145873507232 140146825754325 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17813504 140733607490524 140733607490699 140733607490699 140733607493583 0
[pid=9807/tid=9819] ppid=9805 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/9807/task/9819/stat : 9819 (java) S 9805 9805 2945 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 476709259 28904853504 9915 33554432000 4194304 4196468 140733607481776 140145872454640 140146825754325 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17813504 140733607490524 140733607490699 140733607490699 140733607493583 0
[pid=9807/tid=9820] ppid=9805 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/9807/task/9820/stat : 9820 (java) S 9805 9805 2945 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476709262 28904853504 9915 33554432000 4194304 4196468 140733607481776 140145871403216 140146825762715 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17813504 140733607490524 140733607490699 140733607490699 140733607493583 0
[pid=9807/tid=9821] ppid=9805 vsize=28227396 memory=0 CPUtime=0.01 cores=0-7
/proc/9807/task/9821/stat : 9821 (java) S 9805 9805 2945 0 -1 1077944384 453 0 0 0 1 0 0 0 20 0 20 0 476709262 28904853504 9915 33554432000 4194304 4196468 140733607481776 140145870350832 140146825755266 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17813504 140733607490524 140733607490699 140733607490699 140733607493583 0
[pid=9807/tid=9822] ppid=9805 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/9807/task/9822/stat : 9822 (java) S 9805 9805 2945 0 -1 1077944384 20 0 0 0 0 0 0 0 20 0 20 0 476709262 28904853504 9915 33554432000 4194304 4196468 140733607481776 140145869298288 140146825755266 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17813504 140733607490524 140733607490699 140733607490699 140733607493583 0
[pid=9807/tid=9823] ppid=9805 vsize=28227396 memory=-1 CPUtime=0.01 cores=0-7
/proc/9807/task/9823/stat : 9823 (java) S 9805 9805 2945 0 -1 1077944384 211 0 0 0 1 0 0 0 20 0 20 0 476709262 28904853504 9915 33554432000 4194304 4196468 140733607481776 140145868245744 140146825755266 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17813504 140733607490524 140733607490699 140733607490699 140733607493583 0
[pid=9807/tid=9824] ppid=9805 vsize=28227396 memory=-1 CPUtime=0.08 cores=0-7
/proc/9807/task/9824/stat : 9824 (java) R 9805 9805 2945 0 -1 4202560 933 0 0 0 8 0 0 0 20 0 20 0 476709262 28904853504 9915 33554432000 4194304 4196468 140733607481776 140145867193200 140146804291698 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 17813504 140733607490524 140733607490699 140733607490699 140733607493583 0
[pid=9807/tid=9825] ppid=9805 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/9807/task/9825/stat : 9825 (java) S 9805 9805 2945 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 476709262 28904853504 9915 33554432000 4194304 4196468 140733607481776 140145866139872 140146825754325 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17813504 140733607490524 140733607490699 140733607490699 140733607493583 0
[pid=9807/tid=9826] ppid=9805 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/9807/task/9826/stat : 9826 (java) S 9805 9805 2945 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476709262 28904853504 9915 33554432000 4194304 4196468 140733607481776 140145865087408 140146825755266 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17813504 140733607490524 140733607490699 140733607490699 140733607493583 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 28340524 KiB
Current children cumulated memory: 41116 KiB

[startup+0.309666 s]*
/proc/loadavg: 8.11 8.21 7.92 3/211 9826
/proc/meminfo: memFree=26172452/32770624 swapFree=67001832/67108860
[pid=9805] ppid=9802 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/9805/stat : 9805 (xcsp3-exec) S 9802 9805 2945 0 -1 4202496 546 0 0 0 0 0 0 0 20 0 1 0 476709256 115843072 364 33554432000 4194304 5098028 140727772636608 140727772634712 140322190459516 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 36560896 140727772644183 140727772644442 140727772644442 140727772647366 0
/proc/9805/statm: 28282 364 305 221 0 87 0
[pid=9807] ppid=9805 vsize=28231652 memory=48296 CPUtime=0.52 cores=0-7
/proc/9807/stat : 9807 (java) S 9805 9805 2945 0 -1 1077944320 10953 0 0 0 48 4 0 0 20 0 20 0 476709256 28909211648 12074 33554432000 4194304 4196468 140733607481776 140733607464320 140146825744119 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 17813504 140733607490524 140733607490699 140733607490699 140733607493583 0
/proc/9807/statm: 7057913 12074 3346 1 0 7019032 0
[pid=9807/tid=9808] ppid=9805 vsize=28231652 memory=8112282956445269571 CPUtime=0.29 cores=0-7
/proc/9807/task/9808/stat : 9808 (java) R 9805 9805 2945 0 -1 4202560 7736 0 0 0 27 2 0 0 20 0 20 0 476709256 28909211648 12074 33554432000 4194304 4196468 140733607481776 140146829980736 140146809824606 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 17813504 140733607490524 140733607490699 140733607490699 140733607493583 0
[pid=9807/tid=9809] ppid=9805 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/9807/task/9809/stat : 9809 (java) S 9805 9805 2945 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476709257 28909211648 12074 33554432000 4194304 4196468 140733607481776 140146797586704 140146825754325 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17813504 140733607490524 140733607490699 140733607490699 140733607493583 0
[pid=9807/tid=9810] ppid=9805 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/9807/task/9810/stat : 9810 (java) S 9805 9805 2945 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476709257 28909211648 12074 33554432000 4194304 4196468 140733607481776 140146376214928 140146825754325 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17813504 140733607490524 140733607490699 140733607490699 140733607493583 0
[pid=9807/tid=9811] ppid=9805 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/9807/task/9811/stat : 9811 (java) S 9805 9805 2945 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476709257 28909211648 12074 33554432000 4194304 4196468 140733607481776 140146375162384 140146825754325 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17813504 140733607490524 140733607490699 140733607490699 140733607493583 0
[pid=9807/tid=9812] ppid=9805 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/9807/task/9812/stat : 9812 (java) S 9805 9805 2945 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476709257 28909211648 12074 33554432000 4194304 4196468 140733607481776 140146374109840 140146825754325 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17813504 140733607490524 140733607490699 140733607490699 140733607493583 0
[pid=9807/tid=9813] ppid=9805 vsize=28231652 memory=2244 CPUtime=0 cores=0-7
/proc/9807/task/9813/stat : 9813 (java) S 9805 9805 2945 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476709257 28909211648 12074 33554432000 4194304 4196468 140733607481776 140146373057296 140146825754325 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17813504 140733607490524 140733607490699 140733607490699 140733607493583 0
[pid=9807/tid=9814] ppid=9805 vsize=28231652 memory=139815613985711 CPUtime=0 cores=0-7
/proc/9807/task/9814/stat : 9814 (java) S 9805 9805 2945 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476709257 28909211648 12074 33554432000 4194304 4196468 140733607481776 140146372004752 140146825754325 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17813504 140733607490524 140733607490699 140733607490699 140733607493583 0
[pid=9807/tid=9815] ppid=9805 vsize=28231652 memory=139815613988016 CPUtime=0 cores=0-7
/proc/9807/task/9815/stat : 9815 (java) S 9805 9805 2945 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476709257 28909211648 12074 33554432000 4194304 4196468 140733607481776 140146370952208 140146825754325 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17813504 140733607490524 140733607490699 140733607490699 140733607493583 0
[pid=9807/tid=9816] ppid=9805 vsize=28231652 memory=139815613990320 CPUtime=0 cores=0-7
/proc/9807/task/9816/stat : 9816 (java) S 9805 9805 2945 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476709257 28909211648 12074 33554432000 4194304 4196468 140733607481776 140146369899664 140146825754325 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17813504 140733607490524 140733607490699 140733607490699 140733607493583 0
[pid=9807/tid=9817] ppid=9805 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/9807/task/9817/stat : 9817 (java) S 9805 9805 2945 0 -1 1077944384 8 0 0 0 0 0 0 0 20 0 20 0 476709259 28909211648 12074 33554432000 4194304 4196468 140733607481776 140145874561008 140146825755266 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17813504 140733607490524 140733607490699 140733607490699 140733607493583 0
[pid=9807/tid=9818] ppid=9805 vsize=28231652 memory=279631227987600 CPUtime=0 cores=0-7
/proc/9807/task/9818/stat : 9818 (java) S 9805 9805 2945 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 476709259 28909211648 12074 33554432000 4194304 4196468 140733607481776 140145873507232 140146825754325 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17813504 140733607490524 140733607490699 140733607490699 140733607493583 0
[pid=9807/tid=9819] ppid=9805 vsize=28231652 memory=279631227994512 CPUtime=0 cores=0-7
/proc/9807/task/9819/stat : 9819 (java) S 9805 9805 2945 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 476709259 28909211648 12074 33554432000 4194304 4196468 140733607481776 140145872454640 140146825754325 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17813504 140733607490524 140733607490699 140733607490699 140733607493583 0
[pid=9807/tid=9820] ppid=9805 vsize=28231652 memory=279631227935792 CPUtime=0 cores=0-7
/proc/9807/task/9820/stat : 9820 (java) S 9805 9805 2945 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476709262 28909211648 12074 33554432000 4194304 4196468 140733607481776 140145871403216 140146825762715 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17813504 140733607490524 140733607490699 140733607490699 140733607493583 0
[pid=9807/tid=9821] ppid=9805 vsize=28231652 memory=279631228008336 CPUtime=0.02 cores=0-7
/proc/9807/task/9821/stat : 9821 (java) S 9805 9805 2945 0 -1 1077944384 454 0 0 0 2 0 0 0 20 0 20 0 476709262 28909211648 12074 33554432000 4194304 4196468 140733607481776 140145870350832 140146825755266 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17813504 140733607490524 140733607490699 140733607490699 140733607493583 0
[pid=9807/tid=9822] ppid=9805 vsize=28231652 memory=279631228015248 CPUtime=0.02 cores=0-7
/proc/9807/task/9822/stat : 9822 (java) R 9805 9805 2945 0 -1 4202560 59 0 0 0 2 0 0 0 20 0 20 0 476709262 28909211648 12074 33554432000 4194304 4196468 140733607481776 140145869298288 140146809128702 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 17813504 140733607490524 140733607490699 140733607490699 140733607493583 0
[pid=9807/tid=9823] ppid=9805 vsize=28231652 memory=279631228012944 CPUtime=0.02 cores=0-7
/proc/9807/task/9823/stat : 9823 (java) R 9805 9805 2945 0 -1 4202560 217 0 0 0 2 0 0 0 20 0 20 0 476709262 28909211648 12074 33554432000 4194304 4196468 140733607481776 140145868236128 140146811808301 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 17813504 140733607490524 140733607490699 140733607490699 140733607493583 0
[pid=9807/tid=9824] ppid=9805 vsize=28231652 memory=279631228029104 CPUtime=0.13 cores=0-7
/proc/9807/task/9824/stat : 9824 (java) S 9805 9805 2945 0 -1 1077944384 1177 0 0 0 13 0 0 0 20 0 20 0 476709262 28909211648 12074 33554432000 4194304 4196468 140733607481776 140145867193200 140146825755266 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17813504 140733607490524 140733607490699 140733607490699 140733607493583 0
[pid=9807/tid=9825] ppid=9805 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/9807/task/9825/stat : 9825 (java) S 9805 9805 2945 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 476709262 28909211648 12074 33554432000 4194304 4196468 140733607481776 140145866139872 140146825754325 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17813504 140733607490524 140733607490699 140733607490699 140733607493583 0
[pid=9807/tid=9826] ppid=9805 vsize=28231652 memory=-1 CPUtime=0 cores=0-7
/proc/9807/task/9826/stat : 9826 (java) S 9805 9805 2945 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476709262 28909211648 12074 33554432000 4194304 4196468 140733607481776 140145865087408 140146825755266 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17813504 140733607490524 140733607490699 140733607490699 140733607493583 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 28344780 KiB
Current children cumulated memory: 49752 KiB

[startup+0.701004 s]
/proc/loadavg: 8.11 8.21 7.92 5/211 9826
/proc/meminfo: memFree=26143228/32770624 swapFree=67001832/67108860
[pid=9805] ppid=9802 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/9805/stat : 9805 (xcsp3-exec) S 9802 9805 2945 0 -1 4202496 546 0 0 0 0 0 0 0 20 0 1 0 476709256 115843072 364 33554432000 4194304 5098028 140727772636608 140727772634712 140322190459516 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 36560896 140727772644183 140727772644442 140727772644442 140727772647366 0
/proc/9805/statm: 28282 364 305 221 0 87 0
[pid=9807] ppid=9805 vsize=28233776 memory=104156 CPUtime=1.87 cores=0-7
/proc/9807/stat : 9807 (java) S 9805 9805 2945 0 -1 1077944320 16713 0 0 0 180 7 0 0 20 0 20 0 476709256 28911386624 26039 33554432000 4194304 4196468 140733607481776 140733607464320 140146825744119 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 17813504 140733607490524 140733607490699 140733607490699 140733607493583 0
/proc/9807/statm: 7058444 26039 3456 1 0 7019544 0
[pid=9807/tid=9808] ppid=9805 vsize=28233776 memory=279631228386992 CPUtime=0.68 cores=0-7
/proc/9807/task/9808/stat : 9808 (java) R 9805 9805 2945 0 -1 4202560 9308 0 0 0 64 4 0 0 20 0 20 0 476709256 28911386624 26039 33554432000 4194304 4196468 140733607481776 140146829979648 140146809824606 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 17813504 140733607490524 140733607490699 140733607490699 140733607493583 0
[pid=9807/tid=9809] ppid=9805 vsize=28233776 memory=139815614194544 CPUtime=0 cores=0-7
/proc/9807/task/9809/stat : 9809 (java) S 9805 9805 2945 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476709257 28911386624 26039 33554432000 4194304 4196468 140733607481776 140146797586704 140146825754325 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17813504 140733607490524 140733607490699 140733607490699 140733607493583 0
[pid=9807/tid=9810] ppid=9805 vsize=28233776 memory=0 CPUtime=0 cores=0-7
/proc/9807/task/9810/stat : 9810 (java) S 9805 9805 2945 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476709257 28911386624 26039 33554432000 4194304 4196468 140733607481776 140146376214928 140146825754325 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17813504 140733607490524 140733607490699 140733607490699 140733607493583 0
[pid=9807/tid=9811] ppid=9805 vsize=28233776 memory=1056 CPUtime=0 cores=0-7
/proc/9807/task/9811/stat : 9811 (java) S 9805 9805 2945 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476709257 28911386624 26039 33554432000 4194304 4196468 140733607481776 140146375162384 140146825754325 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17813504 140733607490524 140733607490699 140733607490699 140733607493583 0
[pid=9807/tid=9812] ppid=9805 vsize=28233776 memory=1568 CPUtime=0 cores=0-7
/proc/9807/task/9812/stat : 9812 (java) S 9805 9805 2945 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476709257 28911386624 26039 33554432000 4194304 4196468 140733607481776 140146374109840 140146825754325 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17813504 140733607490524 140733607490699 140733607490699 140733607493583 0
[pid=9807/tid=9813] ppid=9805 vsize=28233776 memory=1056 CPUtime=0 cores=0-7
/proc/9807/task/9813/stat : 9813 (java) S 9805 9805 2945 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476709257 28911386624 26039 33554432000 4194304 4196468 140733607481776 140146373057296 140146825754325 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17813504 140733607490524 140733607490699 140733607490699 140733607493583 0
[pid=9807/tid=9814] ppid=9805 vsize=28233776 memory=14008 CPUtime=0 cores=0-7
/proc/9807/task/9814/stat : 9814 (java) S 9805 9805 2945 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476709257 28911386624 26039 33554432000 4194304 4196468 140733607481776 140146372004752 140146825754325 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17813504 140733607490524 140733607490699 140733607490699 140733607493583 0
[pid=9807/tid=9815] ppid=9805 vsize=28233776 memory=12040 CPUtime=0 cores=0-7
/proc/9807/task/9815/stat : 9815 (java) S 9805 9805 2945 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476709257 28911386624 26039 33554432000 4194304 4196468 140733607481776 140146370952208 140146825754325 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17813504 140733607490524 140733607490699 140733607490699 140733607493583 0
[pid=9807/tid=9816] ppid=9805 vsize=28233776 memory=2120 CPUtime=0 cores=0-7
/proc/9807/task/9816/stat : 9816 (java) S 9805 9805 2945 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476709257 28911386624 26039 33554432000 4194304 4196468 140733607481776 140146369899664 140146825754325 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17813504 140733607490524 140733607490699 140733607490699 140733607493583 0
[pid=9807/tid=9817] ppid=9805 vsize=28233776 memory=30132 CPUtime=0 cores=0-7
/proc/9807/task/9817/stat : 9817 (java) S 9805 9805 2945 0 -1 1077944384 8 0 0 0 0 0 0 0 20 0 20 0 476709259 28911386624 26039 33554432000 4194304 4196468 140733607481776 140145874561008 140146825755266 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17813504 140733607490524 140733607490699 140733607490699 140733607493583 0
[pid=9807/tid=9818] ppid=9805 vsize=28233776 memory=1556 CPUtime=0 cores=0-7
/proc/9807/task/9818/stat : 9818 (java) S 9805 9805 2945 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 476709259 28911386624 26039 33554432000 4194304 4196468 140733607481776 140145873507232 140146825754325 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17813504 140733607490524 140733607490699 140733607490699 140733607493583 0
[pid=9807/tid=9819] ppid=9805 vsize=28233776 memory=500 CPUtime=0 cores=0-7
/proc/9807/task/9819/stat : 9819 (java) S 9805 9805 2945 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 476709259 28911386624 26039 33554432000 4194304 4196468 140733607481776 140145872454640 140146825754325 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17813504 140733607490524 140733607490699 140733607490699 140733607493583 0
[pid=9807/tid=9820] ppid=9805 vsize=28233776 memory=932 CPUtime=0 cores=0-7
/proc/9807/task/9820/stat : 9820 (java) S 9805 9805 2945 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476709262 28911386624 26039 33554432000 4194304 4196468 140733607481776 140145871403216 140146825762715 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17813504 140733607490524 140733607490699 140733607490699 140733607493583 0
[pid=9807/tid=9821] ppid=9805 vsize=28233776 memory=0 CPUtime=0.26 cores=0-7
/proc/9807/task/9821/stat : 9821 (java) R 9805 9805 2945 0 -1 4202560 1698 0 0 0 26 0 0 0 20 0 20 0 476709262 28911386624 26039 33554432000 4194304 4196468 140733607481776 140145870331072 140146809242750 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 17813504 140733607490524 140733607490699 140733607490699 140733607493583 0
[pid=9807/tid=9822] ppid=9805 vsize=28233776 memory=3540 CPUtime=0.23 cores=0-7
/proc/9807/task/9822/stat : 9822 (java) R 9805 9805 2945 0 -1 4202560 1032 0 0 0 23 0 0 0 20 0 20 0 476709262 28911386624 26039 33554432000 4194304 4196468 140733607481776 140145869278192 140146809275761 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 17813504 140733607490524 140733607490699 140733607490699 140733607493583 0
[pid=9807/tid=9823] ppid=9805 vsize=28233776 memory=1228 CPUtime=0.28 cores=0-7
/proc/9807/task/9823/stat : 9823 (java) R 9805 9805 2945 0 -1 1077944384 979 0 0 0 28 0 0 0 20 0 20 0 476709262 28911386624 26039 33554432000 4194304 4196468 140733607481776 140145868245744 140146825755266 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 17813504 140733607490524 140733607490699 140733607490699 140733607493583 0
[pid=9807/tid=9824] ppid=9805 vsize=28233776 memory=10600 CPUtime=0.38 cores=0-7
/proc/9807/task/9824/stat : 9824 (java) R 9805 9805 2945 0 -1 4202560 2381 0 0 0 38 0 0 0 20 0 20 0 476709262 28911386624 26039 33554432000 4194304 4196468 140733607481776 140145867193200 140146804683439 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 17813504 140733607490524 140733607490699 140733607490699 140733607493583 0
[pid=9807/tid=9825] ppid=9805 vsize=28233776 memory=1736 CPUtime=0 cores=0-7
/proc/9807/task/9825/stat : 9825 (java) S 9805 9805 2945 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 476709262 28911386624 26039 33554432000 4194304 4196468 140733607481776 140145866139872 140146825754325 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17813504 140733607490524 140733607490699 140733607490699 140733607493583 0
[pid=9807/tid=9826] ppid=9805 vsize=28233776 memory=6072 CPUtime=0 cores=0-7
/proc/9807/task/9826/stat : 9826 (java) S 9805 9805 2945 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476709262 28911386624 26039 33554432000 4194304 4196468 140733607481776 140145865087408 140146825755266 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17813504 140733607490524 140733607490699 140733607490699 140733607493583 0
Current children cumulated CPU time: 1.87 s
Current children cumulated vsize: 28346904 KiB
Current children cumulated memory: 105612 KiB

[startup+1.50847 s]
/proc/loadavg: 7.78 8.14 7.90 6/211 9826
/proc/meminfo: memFree=26033764/32770624 swapFree=67001832/67108860
[pid=9805] ppid=9802 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/9805/stat : 9805 (xcsp3-exec) S 9802 9805 2945 0 -1 4202496 546 0 0 0 0 0 0 0 20 0 1 0 476709256 115843072 364 33554432000 4194304 5098028 140727772636608 140727772634712 140322190459516 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 36560896 140727772644183 140727772644442 140727772644442 140727772647366 0
/proc/9805/statm: 28282 364 305 221 0 87 0
[pid=9807] ppid=9805 vsize=28768336 memory=266976 CPUtime=5.81 cores=0-7
/proc/9807/stat : 9807 (java) S 9805 9805 2945 0 -1 1077944320 21271 0 0 0 562 19 0 0 20 0 28 0 476709256 29458776064 66744 33554432000 4194304 4196468 140733607481776 140733607464320 140146825744119 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 17813504 140733607490524 140733607490699 140733607490699 140733607493583 0
/proc/9807/statm: 7192084 66744 3494 1 0 7153184 0
[pid=9807/tid=9808] ppid=9805 vsize=28768336 memory=14689690934577713 CPUtime=1.3 cores=0-7
/proc/9807/task/9808/stat : 9808 (java) S 9805 9805 2945 0 -1 1077944384 9668 0 0 0 124 6 0 0 20 0 28 0 476709256 29458776064 66744 33554432000 4194304 4196468 140733607481776 140146829984896 140146825754325 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17813504 140733607490524 140733607490699 140733607490699 140733607493583 0
[pid=9807/tid=9809] ppid=9805 vsize=28768336 memory=0 CPUtime=0.03 cores=0-7
/proc/9807/task/9809/stat : 9809 (java) S 9805 9805 2945 0 -1 1077944384 64 0 0 0 2 1 0 0 20 0 28 0 476709257 29458776064 66744 33554432000 4194304 4196468 140733607481776 140146797586704 140146825754325 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17813504 140733607490524 140733607490699 140733607490699 140733607493583 0
[pid=9807/tid=9810] ppid=9805 vsize=28768336 memory=0 CPUtime=0.01 cores=0-7
/proc/9807/task/9810/stat : 9810 (java) S 9805 9805 2945 0 -1 1077944384 54 0 0 0 1 0 0 0 20 0 28 0 476709257 29458776064 66744 33554432000 4194304 4196468 140733607481776 140146376214928 140146825754325 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17813504 140733607490524 140733607490699 140733607490699 140733607493583 0
[pid=9807/tid=9811] ppid=9805 vsize=28768336 memory=0 CPUtime=0.03 cores=0-7
/proc/9807/task/9811/stat : 9811 (java) S 9805 9805 2945 0 -1 1077944384 64 0 0 0 2 1 0 0 20 0 28 0 476709257 29458776064 66744 33554432000 4194304 4196468 140733607481776 140146375162384 140146825754325 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17813504 140733607490524 140733607490699 140733607490699 140733607493583 0
[pid=9807/tid=9812] ppid=9805 vsize=28768336 memory=0 CPUtime=0.02 cores=0-7
/proc/9807/task/9812/stat : 9812 (java) S 9805 9805 2945 0 -1 1077944384 31 0 0 0 2 0 0 0 20 0 28 0 476709257 29458776064 66744 33554432000 4194304 4196468 140733607481776 140146374109840 140146825754325 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17813504 140733607490524 140733607490699 140733607490699 140733607493583 0
[pid=9807/tid=9813] ppid=9805 vsize=28768336 memory=4580 CPUtime=0.04 cores=0-7
/proc/9807/task/9813/stat : 9813 (java) S 9805 9805 2945 0 -1 1077944384 71 0 0 0 3 1 0 0 20 0 28 0 476709257 29458776064 66744 33554432000 4194304 4196468 140733607481776 140146373057296 140146825754325 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17813504 140733607490524 140733607490699 140733607490699 140733607493583 0
[pid=9807/tid=9814] ppid=9805 vsize=28768336 memory=0 CPUtime=0.04 cores=0-7
/proc/9807/task/9814/stat : 9814 (java) S 9805 9805 2945 0 -1 1077944384 77 0 0 0 3 1 0 0 20 0 28 0 476709257 29458776064 66744 33554432000 4194304 4196468 140733607481776 140146372004752 140146825754325 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17813504 140733607490524 140733607490699 140733607490699 140733607493583 0
[pid=9807/tid=9815] ppid=9805 vsize=28768336 memory=0 CPUtime=0.02 cores=0-7
/proc/9807/task/9815/stat : 9815 (java) S 9805 9805 2945 0 -1 1077944384 54 0 0 0 2 0 0 0 20 0 28 0 476709257 29458776064 66744 33554432000 4194304 4196468 140733607481776 140146370952208 140146825754325 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17813504 140733607490524 140733607490699 140733607490699 140733607493583 0
[pid=9807/tid=9816] ppid=9805 vsize=28768336 memory=0 CPUtime=0.05 cores=0-7
/proc/9807/task/9816/stat : 9816 (java) S 9805 9805 2945 0 -1 1077944384 65 0 0 0 4 1 0 0 20 0 28 0 476709257 29458776064 66744 33554432000 4194304 4196468 140733607481776 140146369899664 140146825754325 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17813504 140733607490524 140733607490699 140733607490699 140733607493583 0
[pid=9807/tid=9817] ppid=9805 vsize=28768336 memory=0 CPUtime=0 cores=0-7
/proc/9807/task/9817/stat : 9817 (java) S 9805 9805 2945 0 -1 1077944384 85 0 0 0 0 0 0 0 20 0 28 0 476709259 29458776064 66744 33554432000 4194304 4196468 140733607481776 140145874561008 140146825755266 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17813504 140733607490524 140733607490699 140733607490699 140733607493583 0
[pid=9807/tid=9818] ppid=9805 vsize=28768336 memory=2244 CPUtime=0 cores=0-7
/proc/9807/task/9818/stat : 9818 (java) S 9805 9805 2945 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 28 0 476709259 29458776064 66744 33554432000 4194304 4196468 140733607481776 140145873507296 140146825754325 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17813504 140733607490524 140733607490699 140733607490699 140733607493583 0
[pid=9807/tid=9819] ppid=9805 vsize=28768336 memory=0 CPUtime=0 cores=0-7
/proc/9807/task/9819/stat : 9819 (java) S 9805 9805 2945 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 28 0 476709259 29458776064 66744 33554432000 4194304 4196468 140733607481776 140145872454656 140146825754325 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17813504 140733607490524 140733607490699 140733607490699 140733607493583 0
[pid=9807/tid=9820] ppid=9805 vsize=28768336 memory=0 CPUtime=0 cores=0-7
/proc/9807/task/9820/stat : 9820 (java) S 9805 9805 2945 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 476709262 29458776064 66744 33554432000 4194304 4196468 140733607481776 140145871403216 140146825762715 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17813504 140733607490524 140733607490699 140733607490699 140733607493583 0
[pid=9807/tid=9821] ppid=9805 vsize=28768336 memory=0 CPUtime=0.85 cores=0-7
/proc/9807/task/9821/stat : 9821 (java) R 9805 9805 2945 0 -1 4202560 2270 0 0 0 84 1 0 0 20 0 28 0 476709262 29458776064 66744 33554432000 4194304 4196468 140733607481776 140145870336880 140146810869514 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 17813504 140733607490524 140733607490699 140733607490699 140733607493583 0
[pid=9807/tid=9822] ppid=9805 vsize=28768336 memory=0 CPUtime=0.81 cores=0-7
/proc/9807/task/9822/stat : 9822 (java) S 9805 9805 2945 0 -1 1077944384 1838 0 0 0 81 0 0 0 20 0 28 0 476709262 29458776064 66744 33554432000 4194304 4196468 140733607481776 140145869298288 140146825755266 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17813504 140733607490524 140733607490699 140733607490699 140733607493583 0
[pid=9807/tid=9823] ppid=9805 vsize=28768336 memory=0 CPUtime=0.88 cores=0-7
/proc/9807/task/9823/stat : 9823 (java) S 9805 9805 2945 0 -1 1077944384 1802 0 0 0 88 0 0 0 20 0 28 0 476709262 29458776064 66744 33554432000 4194304 4196468 140733607481776 140145868245744 140146825755266 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17813504 140733607490524 140733607490699 140733607490699 140733607493583 0
[pid=9807/tid=9824] ppid=9805 vsize=28768336 memory=6943526294502006880 CPUtime=0.76 cores=0-7
/proc/9807/task/9824/stat : 9824 (java) S 9805 9805 2945 0 -1 1077944384 3548 0 0 0 75 1 0 0 20 0 28 0 476709262 29458776064 66744 33554432000 4194304 4196468 140733607481776 140145867193200 140146825755266 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17813504 140733607490524 140733607490699 140733607490699 140733607493583 0
[pid=9807/tid=9825] ppid=9805 vsize=28768336 memory=6944656592455097440 CPUtime=0 cores=0-7
/proc/9807/task/9825/stat : 9825 (java) S 9805 9805 2945 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 476709262 29458776064 66744 33554432000 4194304 4196468 140733607481776 140145866139872 140146825754325 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17813504 140733607490524 140733607490699 140733607490699 140733607493583 0
[pid=9807/tid=9826] ppid=9805 vsize=28768336 memory=6943526294502006880 CPUtime=0 cores=0-7
/proc/9807/task/9826/stat : 9826 (java) S 9805 9805 2945 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 476709262 29458776064 66744 33554432000 4194304 4196468 140733607481776 140145865087408 140146825755266 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17813504 140733607490524 140733607490699 140733607490699 140733607493583 0
Current children cumulated CPU time: 5.81 s
Current children cumulated vsize: 28881464 KiB
Current children cumulated memory: 268432 KiB

[startup+1.59148 s]
# the end of solver process 9805 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=6.12451 s, system=0.210182 s

Solver just ended.
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1.60102 s]*
/proc/loadavg: 7.78 8.14 7.90 1/190 9834
/proc/meminfo: memFree=26194480/32770624 swapFree=67001832/67108860
Current cumulated CPU time of completed processes: 6.33469 s
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

[startup+1.80016 s]
/proc/loadavg: 7.78 8.14 7.90 1/190 9834
/proc/meminfo: memFree=26194480/32770624 swapFree=67001832/67108860
Current cumulated CPU time of completed processes: 6.33469 s
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

[startup+1.90016 s]
/proc/loadavg: 7.78 8.14 7.90 1/190 9834
/proc/meminfo: memFree=26194480/32770624 swapFree=67001832/67108860
Current cumulated CPU time of completed processes: 6.33469 s
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 0
Real time (s): 1.98913
CPU time (s): 6.33469
CPU user time (s): 6.12451
CPU system time (s): 0.210182
CPU usage (%): 318.465
Max. virtual memory (cumulated for all children) (KiB): 28881464
Max. memory (cumulated for all children) (KiB): 268432

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 6.12451
system time used= 0.210182
maximum resident set size= 269456
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 21929
page faults= 0
swaps= 0
block input operations= 0
block output operations= 72
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 3381
involuntary context switches= 38


# summary of solver processes directly reported to runsolver:
#   pid: 9805
#   total CPU time (s): 6.33469
#   total CPU user time (s): 6.12451
#   total CPU system time (s): 0.210182

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.031214 second user time and 0.064443 second system time

The end

Launcher Data

Begin job on node136 at 2019-09-20 20:36:02
IDJOB=4404972
IDBENCH=133275
IDSOLVER=2866
FILE ID=node136/4404972-1569004607
RUNJOBID= node136-1568994428-2972
PBS_JOBID= 21704724
Free space on /var/tmp= 13488 MiB

SOLVER NAME= choco-solver 2019-09-20 parallel
BENCH NAME= XCSP17/Mario/Mario-zinc-s1/Mario-t-hard-1.xml
COMMAND LINE= xcsp3-exec -dir DIR -tl TIMEOUT -p NBCORE -ml 24000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /var/tmp/evaluation-result-4404972-1569004607/watcher-4404972-1569004607 -o /var/tmp/evaluation-result-4404972-1569004607/solver-4404972-1569004607 -C 2016 -W 252 -M 31000 --bin-var /var/tmp/runsolver-exch-node136-1568994428-2972 --watchdog 312  xcsp3-exec -dir HOME -tl 2016 -p 8 -ml 24000 -tdir HOME -seed 1237345253 HOME/instance-4404972-1569004607.xml

TIME LIMIT= 2016 seconds
MEMORY LIMIT= 31000 MiB
NBCORE= 8

MD5SUM BENCH= d0ad504447153d615b89b5c6990e2d3b
RANDOM SEED=1237345253

node136.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.00
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.54
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.00
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.54
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.00
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.54
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.00
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.54
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        26204660 kB
MemAvailable:   31846380 kB
Buffers:           89100 kB
Cached:          5689732 kB
SwapCached:         3504 kB
Active:          2667944 kB
Inactive:        3116612 kB
Active(anon):       4960 kB
Inactive(anon):    49176 kB
Active(file):    2662984 kB
Inactive(file):  3067436 kB
Unevictable:      110480 kB
Mlocked:          110480 kB
SwapTotal:      67108860 kB
SwapFree:       67001832 kB
Dirty:             26556 kB
Writeback:             0 kB
AnonPages:        314580 kB
Mapped:            51004 kB
Shmem:             39796 kB
Slab:             369512 kB
SReclaimable:     339760 kB
SUnreclaim:        29752 kB
KernelStack:        3744 kB
PageTables:         6876 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     507476 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    268288 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      120192 kB
DirectMap2M:    33425408 kB

Free space on /var/tmp at the end= 13460 MiB
End job on node136 at 2019-09-20 20:36:04