Trace number 4297565

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Choco-solver 4.0.7b par (e747e1e)OPT2 2.17568 0.783922

General information on the benchmark

NameTemplateDesign/
TemplateDesign-m1-1_c18.xml
MD5SUM3db83836fd15e943f67e7808e5ced101
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark2
Best CPU time to get the best result obtained on this benchmark2.17568
Satisfiable
(Un)Satisfiability was proved
Number of variables24
Number of constraints22
Number of domains6
Minimum domain size2
Maximum domain size880
Distribution of domain sizes[{"size":2,"count":3},{"size":5,"count":9},{"size":275,"count":3},{"size":550,"count":3},{"size":801,"count":3},{"size":880,"count":3}]
Minimum variable degree2
Maximum variable degree5
Distribution of variable degrees[{"degree":2,"count":15},{"degree":3,"count":6},{"degree":5,"count":3}]
Minimum constraint arity2
Maximum constraint arity3
Distribution of constraint arities[{"arity":2,"count":6},{"arity":3,"count":16}]
Number of extensional constraints0
Number of intensional constraints15
Distribution of constraint types[{"type":"intension","count":15},{"type":"ordered","count":1},{"type":"sum","count":6}]
Optimization problemYES
Type of objectivemin SUM

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.00/0.00	c java -server -Xmx22000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4297565-1532716446.xml"  -tl '20160s' -p 8
0.12/0.17	c Choco e747e1e
0.12/0.18	c [HOME/instance-4297565-1532716446.xml, -tl, 20160s, -p, 8]
0.34/0.22	c 8 solvers in parallel
0.34/0.28	c parse instance...
1.29/0.65	c solve instance...
1.76/0.75	o 3 
1.76/0.76	o 2 
1.76/0.76	s OPTIMUM FOUND
1.76/0.76	v <instantiation>
1.76/0.76	v 	<list>d[0][0] d[0][1] d[0][2] d[1][0] d[1][1] d[1][2] d[2][0] d[2][1] d[2][2] npt[0] npt[1] npt[2] u[0] u[1] u[2] nptv[0][0] nptv[0][1] nptv[0][2] nptv[1][0] nptv[1][1] nptv[1][2] nptv[2][0] nptv[2][1] nptv[2][2] </list>
1.76/0.76	v 	<values>0 2 2 2 0 2 4 0 0 261 119 0 1 1 0 0 522 522 238 0 238 0 0 0 </values>
1.76/0.76	v </instantiation>

Verifier Data

OK	2

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4297565-1532716446/watcher-4297565-1532716446 -o /tmp/evaluation-result-4297565-1532716446/solver-4297565-1532716446 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node138-1532713877-19577 --watchdog 2580 HOME/xcsp3-exec -seed 172533731 -dir HOME -tl 20160 -ml 22000 -p 8 HOME/instance-4297565-1532716446.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 20160 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 20190 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2520 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=19928, runsolver pid=19925

[startup+0.100134 s]*
/proc/loadavg: 1.62 1.16 1.56 2/199 19949
/proc/meminfo: memFree=22356584/32770624 swapFree=67108796/67108860
[pid=19928] ppid=19925 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/19928/stat : 19928 (xcsp3-exec) S 19925 19928 19550 0 -1 4202496 534 0 0 0 0 0 0 0 20 0 1 0 89207794 115843072 363 33554432000 4194304 5098028 140727869988688 140727869986792 140689164522108 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 30908416 140727869989942 140727869990144 140727869990144 140727869992906 0
/proc/19928/statm: 28282 363 306 221 0 87 0
[pid=19930] ppid=19928 vsize=26104152 memory=27000 CPUtime=0.12 cores=0-7
/proc/19930/stat : 19930 (java) S 19928 19928 19550 0 -1 1077944320 5686 0 0 0 10 2 0 0 20 0 20 0 89207794 26730651648 6750 33554432000 4194304 4196468 140730268267632 140730268250176 139692757040887 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 9211904 140730268275841 140730268276013 140730268276013 140730268278735 0
/proc/19930/statm: 6526038 6750 2994 1 0 6488315 0
[pid=19930/tid=19931] ppid=19928 vsize=26104152 memory=8330984693821249946 CPUtime=0.09 cores=0-7
/proc/19930/task/19931/stat : 19931 (java) R 19928 19928 19550 0 -1 4202560 3692 0 0 0 8 1 0 0 20 0 20 0 89207795 26730651648 6750 33554432000 4194304 4196468 140730268267632 139692761254720 139692757052822 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 9211904 140730268275841 140730268276013 140730268276013 140730268278735 0
[pid=19930/tid=19932] ppid=19928 vsize=26104152 memory=732370784330890213 CPUtime=0 cores=0-7
/proc/19930/task/19932/stat : 19932 (java) S 19928 19928 19550 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 89207795 26730651648 6750 33554432000 4194304 4196468 140730268267632 139692679621520 139692757051093 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9211904 140730268275841 140730268276013 140730268276013 140730268278735 0
[pid=19930/tid=19933] ppid=19928 vsize=26104152 memory=140645993436800 CPUtime=0 cores=0-7
/proc/19930/task/19933/stat : 19933 (java) S 19928 19928 19550 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 89207795 26730651648 6750 33554432000 4194304 4196468 140730268267632 139692678568720 139692757051093 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9211904 140730268275841 140730268276013 140730268276013 140730268278735 0
[pid=19930/tid=19934] ppid=19928 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/19930/task/19934/stat : 19934 (java) S 19928 19928 19550 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 89207795 26730651648 6750 33554432000 4194304 4196468 140730268267632 139692677516432 139692757051093 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9211904 140730268275841 140730268276013 140730268276013 140730268278735 0
[pid=19930/tid=19935] ppid=19928 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/19930/task/19935/stat : 19935 (java) S 19928 19928 19550 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 89207795 26730651648 6750 33554432000 4194304 4196468 140730268267632 139692676463632 139692757051093 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9211904 140730268275841 140730268276013 140730268276013 140730268278735 0
[pid=19930/tid=19936] ppid=19928 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/19930/task/19936/stat : 19936 (java) S 19928 19928 19550 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 89207795 26730651648 6750 33554432000 4194304 4196468 140730268267632 139692675410320 139692757051093 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9211904 140730268275841 140730268276013 140730268276013 140730268278735 0
[pid=19930/tid=19937] ppid=19928 vsize=26104152 memory=-1 CPUtime=0 cores=0-7
/proc/19930/task/19937/stat : 19937 (java) S 19928 19928 19550 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 89207795 26730651648 6750 33554432000 4194304 4196468 140730268267632 139692674357520 139692757051093 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9211904 140730268275841 140730268276013 140730268276013 140730268278735 0
[pid=19930/tid=19938] ppid=19928 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/19930/task/19938/stat : 19938 (java) S 19928 19928 19550 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 89207795 26730651648 6750 33554432000 4194304 4196468 140730268267632 139692673305232 139692757051093 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9211904 140730268275841 140730268276013 140730268276013 140730268278735 0
[pid=19930/tid=19939] ppid=19928 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/19930/task/19939/stat : 19939 (java) S 19928 19928 19550 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 89207795 26730651648 6750 33554432000 4194304 4196468 140730268267632 139692672252432 139692757051093 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9211904 140730268275841 140730268276013 140730268276013 140730268278735 0
[pid=19930/tid=19940] ppid=19928 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/19930/task/19940/stat : 19940 (java) S 19928 19928 19550 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 89207797 26730651648 6750 33554432000 4194304 4196468 140730268267632 139691163556464 139692757052034 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9211904 140730268275841 140730268276013 140730268276013 140730268278735 0
[pid=19930/tid=19941] ppid=19928 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/19930/task/19941/stat : 19941 (java) S 19928 19928 19550 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 89207797 26730651648 6750 33554432000 4194304 4196468 140730268267632 139691162502432 139692757051093 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9211904 140730268275841 140730268276013 140730268276013 140730268278735 0
[pid=19930/tid=19942] ppid=19928 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/19930/task/19942/stat : 19942 (java) S 19928 19928 19550 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 89207798 26730651648 6750 33554432000 4194304 4196468 140730268267632 139691161450096 139692757051093 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9211904 140730268275841 140730268276013 140730268276013 140730268278735 0
[pid=19930/tid=19943] ppid=19928 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/19930/task/19943/stat : 19943 (java) S 19928 19928 19550 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 89207800 26730651648 6750 33554432000 4194304 4196468 140730268267632 139691160398416 139692757059483 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9211904 140730268275841 140730268276013 140730268276013 140730268278735 0
[pid=19930/tid=19944] ppid=19928 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/19930/task/19944/stat : 19944 (java) S 19928 19928 19550 0 -1 1077944384 296 0 0 0 0 0 0 0 20 0 20 0 89207800 26730651648 6750 33554432000 4194304 4196468 140730268267632 139691159345264 139692757052034 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9211904 140730268275841 140730268276013 140730268276013 140730268278735 0
[pid=19930/tid=19945] ppid=19928 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/19930/task/19945/stat : 19945 (java) S 19928 19928 19550 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 89207800 26730651648 6750 33554432000 4194304 4196468 140730268267632 139691158292464 139692757052034 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9211904 140730268275841 140730268276013 140730268276013 140730268278735 0
[pid=19930/tid=19946] ppid=19928 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/19930/task/19946/stat : 19946 (java) S 19928 19928 19550 0 -1 1077944384 123 0 0 0 0 0 0 0 20 0 20 0 89207800 26730651648 6750 33554432000 4194304 4196468 140730268267632 139691157240176 139692757052034 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9211904 140730268275841 140730268276013 140730268276013 140730268278735 0
[pid=19930/tid=19947] ppid=19928 vsize=26104152 memory=0 CPUtime=0.01 cores=0-7
/proc/19930/task/19947/stat : 19947 (java) R 19928 19928 19550 0 -1 4202560 263 0 0 0 1 0 0 0 20 0 20 0 89207800 26730651648 6750 33554432000 4194304 4196468 140730268267632 139691156187376 139692735741088 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 9211904 140730268275841 140730268276013 140730268276013 140730268278735 0
[pid=19930/tid=19948] ppid=19928 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/19930/task/19948/stat : 19948 (java) S 19928 19928 19550 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 89207800 26730651648 6750 33554432000 4194304 4196468 140730268267632 139691155135328 139692757051093 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9211904 140730268275841 140730268276013 140730268276013 140730268278735 0
[pid=19930/tid=19949] ppid=19928 vsize=26104152 memory=-1 CPUtime=0 cores=0-7
/proc/19930/task/19949/stat : 19949 (java) S 19928 19928 19550 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 89207800 26730651648 6750 33554432000 4194304 4196468 140730268267632 139691154082608 139692757052034 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9211904 140730268275841 140730268276013 140730268276013 140730268278735 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 26217280 KiB
Current children cumulated memory: 28452 KiB

[startup+0.210208 s]*
/proc/loadavg: 1.62 1.16 1.56 3/199 19949
/proc/meminfo: memFree=22345048/32770624 swapFree=67108796/67108860
[pid=19928] ppid=19925 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/19928/stat : 19928 (xcsp3-exec) S 19925 19928 19550 0 -1 4202496 534 0 0 0 0 0 0 0 20 0 1 0 89207794 115843072 363 33554432000 4194304 5098028 140727869988688 140727869986792 140689164522108 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 30908416 140727869989942 140727869990144 140727869990144 140727869992906 0
/proc/19928/statm: 28282 363 306 221 0 87 0
[pid=19930] ppid=19928 vsize=26104152 memory=39828 CPUtime=0.34 cores=0-7
/proc/19930/stat : 19930 (java) S 19928 19928 19550 0 -1 1077944320 8493 0 0 0 31 3 0 0 20 0 20 0 89207794 26730651648 9957 33554432000 4194304 4196468 140730268267632 140730268250176 139692757040887 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 9211904 140730268275841 140730268276013 140730268276013 140730268278735 0
/proc/19930/statm: 6526038 9957 3196 1 0 6488315 0
[pid=19930/tid=19931] ppid=19928 vsize=26104152 memory=0 CPUtime=0.2 cores=0-7
/proc/19930/task/19931/stat : 19931 (java) R 19928 19928 19550 0 -1 4202560 5589 0 0 0 18 2 0 0 20 0 20 0 89207795 26730651648 9957 33554432000 4194304 4196468 140730268267632 139692761275872 139692741121374 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 9211904 140730268275841 140730268276013 140730268276013 140730268278735 0
[pid=19930/tid=19932] ppid=19928 vsize=26104152 memory=281291878192888 CPUtime=0 cores=0-7
/proc/19930/task/19932/stat : 19932 (java) S 19928 19928 19550 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 89207795 26730651648 9957 33554432000 4194304 4196468 140730268267632 139692679621520 139692757051093 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9211904 140730268275841 140730268276013 140730268276013 140730268278735 0
[pid=19930/tid=19933] ppid=19928 vsize=26104152 memory=140645993436800 CPUtime=0 cores=0-7
/proc/19930/task/19933/stat : 19933 (java) S 19928 19928 19550 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 89207795 26730651648 9957 33554432000 4194304 4196468 140730268267632 139692678568720 139692757051093 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9211904 140730268275841 140730268276013 140730268276013 140730268278735 0
[pid=19930/tid=19934] ppid=19928 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/19930/task/19934/stat : 19934 (java) S 19928 19928 19550 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 89207795 26730651648 9957 33554432000 4194304 4196468 140730268267632 139692677516432 139692757051093 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9211904 140730268275841 140730268276013 140730268276013 140730268278735 0
[pid=19930/tid=19935] ppid=19928 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/19930/task/19935/stat : 19935 (java) S 19928 19928 19550 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 89207795 26730651648 9957 33554432000 4194304 4196468 140730268267632 139692676463632 139692757051093 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9211904 140730268275841 140730268276013 140730268276013 140730268278735 0
[pid=19930/tid=19936] ppid=19928 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/19930/task/19936/stat : 19936 (java) S 19928 19928 19550 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 89207795 26730651648 9957 33554432000 4194304 4196468 140730268267632 139692675410320 139692757051093 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9211904 140730268275841 140730268276013 140730268276013 140730268278735 0
[pid=19930/tid=19937] ppid=19928 vsize=26104152 memory=-1 CPUtime=0 cores=0-7
/proc/19930/task/19937/stat : 19937 (java) S 19928 19928 19550 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 89207795 26730651648 9957 33554432000 4194304 4196468 140730268267632 139692674357520 139692757051093 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9211904 140730268275841 140730268276013 140730268276013 140730268278735 0
[pid=19930/tid=19938] ppid=19928 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/19930/task/19938/stat : 19938 (java) S 19928 19928 19550 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 89207795 26730651648 9957 33554432000 4194304 4196468 140730268267632 139692673305232 139692757051093 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9211904 140730268275841 140730268276013 140730268276013 140730268278735 0
[pid=19930/tid=19939] ppid=19928 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/19930/task/19939/stat : 19939 (java) S 19928 19928 19550 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 89207795 26730651648 9957 33554432000 4194304 4196468 140730268267632 139692672252432 139692757051093 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9211904 140730268275841 140730268276013 140730268276013 140730268278735 0
[pid=19930/tid=19940] ppid=19928 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/19930/task/19940/stat : 19940 (java) S 19928 19928 19550 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 89207797 26730651648 9957 33554432000 4194304 4196468 140730268267632 139691163556464 139692757052034 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9211904 140730268275841 140730268276013 140730268276013 140730268278735 0
[pid=19930/tid=19941] ppid=19928 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/19930/task/19941/stat : 19941 (java) S 19928 19928 19550 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 89207797 26730651648 9957 33554432000 4194304 4196468 140730268267632 139691162502432 139692757051093 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9211904 140730268275841 140730268276013 140730268276013 140730268278735 0
[pid=19930/tid=19942] ppid=19928 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/19930/task/19942/stat : 19942 (java) S 19928 19928 19550 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 89207798 26730651648 9957 33554432000 4194304 4196468 140730268267632 139691161450096 139692757051093 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9211904 140730268275841 140730268276013 140730268276013 140730268278735 0
[pid=19930/tid=19943] ppid=19928 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/19930/task/19943/stat : 19943 (java) S 19928 19928 19550 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 89207800 26730651648 9957 33554432000 4194304 4196468 140730268267632 139691160398416 139692757059483 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9211904 140730268275841 140730268276013 140730268276013 140730268278735 0
[pid=19930/tid=19944] ppid=19928 vsize=26104152 memory=0 CPUtime=0.01 cores=0-7
/proc/19930/task/19944/stat : 19944 (java) S 19928 19928 19550 0 -1 1077944384 343 0 0 0 1 0 0 0 20 0 20 0 89207800 26730651648 9957 33554432000 4194304 4196468 140730268267632 139691159345264 139692757052034 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9211904 140730268275841 140730268276013 140730268276013 140730268278735 0
[pid=19930/tid=19945] ppid=19928 vsize=26104152 memory=0 CPUtime=0.01 cores=0-7
/proc/19930/task/19945/stat : 19945 (java) S 19928 19928 19550 0 -1 1077944384 102 0 0 0 1 0 0 0 20 0 20 0 89207800 26730651648 9957 33554432000 4194304 4196468 140730268267632 139691158292464 139692757052034 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9211904 140730268275841 140730268276013 140730268276013 140730268278735 0
[pid=19930/tid=19946] ppid=19928 vsize=26104152 memory=0 CPUtime=0.01 cores=0-7
/proc/19930/task/19946/stat : 19946 (java) R 19928 19928 19550 0 -1 1077944384 350 0 0 0 1 0 0 0 20 0 20 0 89207800 26730651648 9957 33554432000 4194304 4196468 140730268267632 139691157240176 139692757052034 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 9211904 140730268275841 140730268276013 140730268276013 140730268278735 0
[pid=19930/tid=19947] ppid=19928 vsize=26104152 memory=0 CPUtime=0.07 cores=0-7
/proc/19930/task/19947/stat : 19947 (java) S 19928 19928 19550 0 -1 1077944384 796 0 0 0 7 0 0 0 20 0 20 0 89207800 26730651648 9957 33554432000 4194304 4196468 140730268267632 139691156187376 139692757052034 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9211904 140730268275841 140730268276013 140730268276013 140730268278735 0
[pid=19930/tid=19948] ppid=19928 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/19930/task/19948/stat : 19948 (java) S 19928 19928 19550 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 89207800 26730651648 9957 33554432000 4194304 4196468 140730268267632 139691155135328 139692757051093 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9211904 140730268275841 140730268276013 140730268276013 140730268278735 0
[pid=19930/tid=19949] ppid=19928 vsize=26104152 memory=-1 CPUtime=0 cores=0-7
/proc/19930/task/19949/stat : 19949 (java) S 19928 19928 19550 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 89207800 26730651648 9957 33554432000 4194304 4196468 140730268267632 139691154082608 139692757052034 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9211904 140730268275841 140730268276013 140730268276013 140730268278735 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 26217280 KiB
Current children cumulated memory: 41280 KiB

[startup+0.312198 s]*
/proc/loadavg: 1.62 1.16 1.56 3/199 19949
/proc/meminfo: memFree=22338968/32770624 swapFree=67108796/67108860
[pid=19928] ppid=19925 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/19928/stat : 19928 (xcsp3-exec) S 19925 19928 19550 0 -1 4202496 534 0 0 0 0 0 0 0 20 0 1 0 89207794 115843072 363 33554432000 4194304 5098028 140727869988688 140727869986792 140689164522108 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 30908416 140727869989942 140727869990144 140727869990144 140727869992906 0
/proc/19928/statm: 28282 363 306 221 0 87 0
[pid=19930] ppid=19928 vsize=26108408 memory=46440 CPUtime=0.53 cores=0-7
/proc/19930/stat : 19930 (java) S 19928 19928 19550 0 -1 1077944320 9371 0 0 0 49 4 0 0 20 0 20 0 89207794 26735009792 11610 33554432000 4194304 4196468 140730268267632 140730268250176 139692757040887 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 9211904 140730268275841 140730268276013 140730268276013 140730268278735 0
/proc/19930/statm: 6527102 11610 3249 1 0 6488315 0
[pid=19930/tid=19931] ppid=19928 vsize=26108408 memory=6791534058613427641 CPUtime=0.3 cores=0-7
/proc/19930/task/19931/stat : 19931 (java) R 19928 19928 19550 0 -1 4202560 6319 0 0 0 27 3 0 0 20 0 20 0 89207795 26735009792 11610 33554432000 4194304 4196468 140730268267632 139692761274672 139692741121374 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 9211904 140730268275841 140730268276013 140730268276013 140730268278735 0
[pid=19930/tid=19932] ppid=19928 vsize=26108408 memory=0 CPUtime=0 cores=0-7
/proc/19930/task/19932/stat : 19932 (java) S 19928 19928 19550 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 89207795 26735009792 11610 33554432000 4194304 4196468 140730268267632 139692679621520 139692757051093 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9211904 140730268275841 140730268276013 140730268276013 140730268278735 0
[pid=19930/tid=19933] ppid=19928 vsize=26108408 memory=0 CPUtime=0 cores=0-7
/proc/19930/task/19933/stat : 19933 (java) S 19928 19928 19550 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 89207795 26735009792 11610 33554432000 4194304 4196468 140730268267632 139692678568720 139692757051093 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9211904 140730268275841 140730268276013 140730268276013 140730268278735 0
[pid=19930/tid=19934] ppid=19928 vsize=26108408 memory=0 CPUtime=0 cores=0-7
/proc/19930/task/19934/stat : 19934 (java) S 19928 19928 19550 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 89207795 26735009792 11610 33554432000 4194304 4196468 140730268267632 139692677516432 139692757051093 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9211904 140730268275841 140730268276013 140730268276013 140730268278735 0
[pid=19930/tid=19935] ppid=19928 vsize=26108408 memory=0 CPUtime=0 cores=0-7
/proc/19930/task/19935/stat : 19935 (java) S 19928 19928 19550 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 89207795 26735009792 11610 33554432000 4194304 4196468 140730268267632 139692676463632 139692757051093 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9211904 140730268275841 140730268276013 140730268276013 140730268278735 0
[pid=19930/tid=19936] ppid=19928 vsize=26108408 memory=2244 CPUtime=0 cores=0-7
/proc/19930/task/19936/stat : 19936 (java) S 19928 19928 19550 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 89207795 26735009792 11610 33554432000 4194304 4196468 140730268267632 139692675410320 139692757051093 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9211904 140730268275841 140730268276013 140730268276013 140730268278735 0
[pid=19930/tid=19937] ppid=19928 vsize=26108408 memory=140645884851119 CPUtime=0 cores=0-7
/proc/19930/task/19937/stat : 19937 (java) S 19928 19928 19550 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 89207795 26735009792 11610 33554432000 4194304 4196468 140730268267632 139692674357520 139692757051093 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9211904 140730268275841 140730268276013 140730268276013 140730268278735 0
[pid=19930/tid=19938] ppid=19928 vsize=26108408 memory=140645884853424 CPUtime=0 cores=0-7
/proc/19930/task/19938/stat : 19938 (java) S 19928 19928 19550 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 89207795 26735009792 11610 33554432000 4194304 4196468 140730268267632 139692673305232 139692757051093 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9211904 140730268275841 140730268276013 140730268276013 140730268278735 0
[pid=19930/tid=19939] ppid=19928 vsize=26108408 memory=140645884855728 CPUtime=0 cores=0-7
/proc/19930/task/19939/stat : 19939 (java) S 19928 19928 19550 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 89207795 26735009792 11610 33554432000 4194304 4196468 140730268267632 139692672252432 139692757051093 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9211904 140730268275841 140730268276013 140730268276013 140730268278735 0
[pid=19930/tid=19940] ppid=19928 vsize=26108408 memory=0 CPUtime=0 cores=0-7
/proc/19930/task/19940/stat : 19940 (java) S 19928 19928 19550 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 89207797 26735009792 11610 33554432000 4194304 4196468 140730268267632 139691163556464 139692757052034 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9211904 140730268275841 140730268276013 140730268276013 140730268278735 0
[pid=19930/tid=19941] ppid=19928 vsize=26108408 memory=281291769718416 CPUtime=0 cores=0-7
/proc/19930/task/19941/stat : 19941 (java) S 19928 19928 19550 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 89207797 26735009792 11610 33554432000 4194304 4196468 140730268267632 139691162502432 139692757051093 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9211904 140730268275841 140730268276013 140730268276013 140730268278735 0
[pid=19930/tid=19942] ppid=19928 vsize=26108408 memory=281291769725328 CPUtime=0 cores=0-7
/proc/19930/task/19942/stat : 19942 (java) S 19928 19928 19550 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 89207798 26735009792 11610 33554432000 4194304 4196468 140730268267632 139691161450096 139692757051093 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9211904 140730268275841 140730268276013 140730268276013 140730268278735 0
[pid=19930/tid=19943] ppid=19928 vsize=26108408 memory=281291769666608 CPUtime=0 cores=0-7
/proc/19930/task/19943/stat : 19943 (java) S 19928 19928 19550 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 89207800 26735009792 11610 33554432000 4194304 4196468 140730268267632 139691160398416 139692757059483 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9211904 140730268275841 140730268276013 140730268276013 140730268278735 0
[pid=19930/tid=19944] ppid=19928 vsize=26108408 memory=281291769739152 CPUtime=0.02 cores=0-7
/proc/19930/task/19944/stat : 19944 (java) S 19928 19928 19550 0 -1 1077944384 355 0 0 0 2 0 0 0 20 0 20 0 89207800 26735009792 11610 33554432000 4194304 4196468 140730268267632 139691159345264 139692757052034 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9211904 140730268275841 140730268276013 140730268276013 140730268278735 0
[pid=19930/tid=19945] ppid=19928 vsize=26108408 memory=281291769746064 CPUtime=0.04 cores=0-7
/proc/19930/task/19945/stat : 19945 (java) S 19928 19928 19550 0 -1 1077944384 184 0 0 0 4 0 0 0 20 0 20 0 89207800 26735009792 11610 33554432000 4194304 4196468 140730268267632 139691158292464 139692757052034 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9211904 140730268275841 140730268276013 140730268276013 140730268278735 0
[pid=19930/tid=19946] ppid=19928 vsize=26108408 memory=281291769743760 CPUtime=0.03 cores=0-7
/proc/19930/task/19946/stat : 19946 (java) S 19928 19928 19550 0 -1 1077944384 352 0 0 0 3 0 0 0 20 0 20 0 89207800 26735009792 11610 33554432000 4194304 4196468 140730268267632 139691157240176 139692757052034 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9211904 140730268275841 140730268276013 140730268276013 140730268278735 0
[pid=19930/tid=19947] ppid=19928 vsize=26108408 memory=281291769759920 CPUtime=0.12 cores=0-7
/proc/19930/task/19947/stat : 19947 (java) S 19928 19928 19550 0 -1 1077944384 851 0 0 0 12 0 0 0 20 0 20 0 89207800 26735009792 11610 33554432000 4194304 4196468 140730268267632 139691156187376 139692757052034 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9211904 140730268275841 140730268276013 140730268276013 140730268278735 0
[pid=19930/tid=19948] ppid=19928 vsize=26108408 memory=0 CPUtime=0 cores=0-7
/proc/19930/task/19948/stat : 19948 (java) S 19928 19928 19550 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 89207800 26735009792 11610 33554432000 4194304 4196468 140730268267632 139691155135328 139692757051093 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9211904 140730268275841 140730268276013 140730268276013 140730268278735 0
[pid=19930/tid=19949] ppid=19928 vsize=26108408 memory=-1 CPUtime=0 cores=0-7
/proc/19930/task/19949/stat : 19949 (java) S 19928 19928 19550 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 89207800 26735009792 11610 33554432000 4194304 4196468 140730268267632 139691154082608 139692757052034 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9211904 140730268275841 140730268276013 140730268276013 140730268278735 0
Current children cumulated CPU time: 0.53 s
Current children cumulated vsize: 26221536 KiB
Current children cumulated memory: 47892 KiB

[startup+0.709679 s]
/proc/loadavg: 1.65 1.18 1.56 3/199 19949
/proc/meminfo: memFree=22318656/32770624 swapFree=67108796/67108860
[pid=19928] ppid=19925 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/19928/stat : 19928 (xcsp3-exec) S 19925 19928 19550 0 -1 4202496 534 0 0 0 0 0 0 0 20 0 1 0 89207794 115843072 363 33554432000 4194304 5098028 140727869988688 140727869986792 140689164522108 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 30908416 140727869989942 140727869990144 140727869990144 140727869992906 0
/proc/19928/statm: 28282 363 306 221 0 87 0
[pid=19930] ppid=19928 vsize=26643044 memory=93532 CPUtime=1.76 cores=0-7
/proc/19930/stat : 19930 (java) S 19928 19928 19550 0 -1 1077944320 13229 0 0 0 170 6 0 0 20 0 28 0 89207794 27282477056 23383 33554432000 4194304 4196468 140730268267632 140730268250176 139692757040887 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 9211904 140730268275841 140730268276013 140730268276013 140730268278735 0
/proc/19930/statm: 6660761 23383 3358 1 0 6621955 0
[pid=19930/tid=19931] ppid=19928 vsize=26643044 memory=281291770054784 CPUtime=0.63 cores=0-7
/proc/19930/task/19931/stat : 19931 (java) S 19928 19928 19550 0 -1 1077944384 7369 0 0 0 60 3 0 0 20 0 28 0 89207795 27282477056 23383 33554432000 4194304 4196468 140730268267632 139692761281664 139692757051093 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9211904 140730268275841 140730268276013 140730268276013 140730268278735 0
[pid=19930/tid=19932] ppid=19928 vsize=26643044 memory=5085241279643 CPUtime=0 cores=0-7
/proc/19930/task/19932/stat : 19932 (java) S 19928 19928 19550 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 89207795 27282477056 23383 33554432000 4194304 4196468 140730268267632 139692679621520 139692757051093 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9211904 140730268275841 140730268276013 140730268276013 140730268278735 0
[pid=19930/tid=19933] ppid=19928 vsize=26643044 memory=0 CPUtime=0 cores=0-7
/proc/19930/task/19933/stat : 19933 (java) S 19928 19928 19550 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 89207795 27282477056 23383 33554432000 4194304 4196468 140730268267632 139692678568720 139692757051093 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9211904 140730268275841 140730268276013 140730268276013 140730268278735 0
[pid=19930/tid=19934] ppid=19928 vsize=26643044 memory=0 CPUtime=0 cores=0-7
/proc/19930/task/19934/stat : 19934 (java) S 19928 19928 19550 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 28 0 89207795 27282477056 23383 33554432000 4194304 4196468 140730268267632 139692677516432 139692757051093 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9211904 140730268275841 140730268276013 140730268276013 140730268278735 0
[pid=19930/tid=19935] ppid=19928 vsize=26643044 memory=0 CPUtime=0 cores=0-7
/proc/19930/task/19935/stat : 19935 (java) S 19928 19928 19550 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 89207795 27282477056 23383 33554432000 4194304 4196468 140730268267632 139692676463632 139692757051093 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9211904 140730268275841 140730268276013 140730268276013 140730268278735 0
[pid=19930/tid=19936] ppid=19928 vsize=26643044 memory=0 CPUtime=0 cores=0-7
/proc/19930/task/19936/stat : 19936 (java) S 19928 19928 19550 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 28 0 89207795 27282477056 23383 33554432000 4194304 4196468 140730268267632 139692675410320 139692757051093 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9211904 140730268275841 140730268276013 140730268276013 140730268278735 0
[pid=19930/tid=19937] ppid=19928 vsize=26643044 memory=0 CPUtime=0 cores=0-7
/proc/19930/task/19937/stat : 19937 (java) S 19928 19928 19550 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 28 0 89207795 27282477056 23383 33554432000 4194304 4196468 140730268267632 139692674357520 139692757051093 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9211904 140730268275841 140730268276013 140730268276013 140730268278735 0
[pid=19930/tid=19938] ppid=19928 vsize=26643044 memory=0 CPUtime=0 cores=0-7
/proc/19930/task/19938/stat : 19938 (java) S 19928 19928 19550 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 28 0 89207795 27282477056 23383 33554432000 4194304 4196468 140730268267632 139692673305232 139692757051093 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9211904 140730268275841 140730268276013 140730268276013 140730268278735 0
[pid=19930/tid=19939] ppid=19928 vsize=26643044 memory=8800 CPUtime=0 cores=0-7
/proc/19930/task/19939/stat : 19939 (java) S 19928 19928 19550 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 28 0 89207795 27282477056 23383 33554432000 4194304 4196468 140730268267632 139692672252432 139692757051093 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9211904 140730268275841 140730268276013 140730268276013 140730268278735 0
[pid=19930/tid=19940] ppid=19928 vsize=26643044 memory=1120 CPUtime=0 cores=0-7
/proc/19930/task/19940/stat : 19940 (java) S 19928 19928 19550 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 28 0 89207797 27282477056 23383 33554432000 4194304 4196468 140730268267632 139691163556464 139692757052034 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9211904 140730268275841 140730268276013 140730268276013 140730268278735 0
[pid=19930/tid=19941] ppid=19928 vsize=26643044 memory=792 CPUtime=0 cores=0-7
/proc/19930/task/19941/stat : 19941 (java) S 19928 19928 19550 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 28 0 89207797 27282477056 23383 33554432000 4194304 4196468 140730268267632 139691162502432 139692757051093 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9211904 140730268275841 140730268276013 140730268276013 140730268278735 0
[pid=19930/tid=19942] ppid=19928 vsize=26643044 memory=832 CPUtime=0 cores=0-7
/proc/19930/task/19942/stat : 19942 (java) S 19928 19928 19550 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 28 0 89207798 27282477056 23383 33554432000 4194304 4196468 140730268267632 139691161450096 139692757051093 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9211904 140730268275841 140730268276013 140730268276013 140730268278735 0
[pid=19930/tid=19943] ppid=19928 vsize=26643044 memory=1608 CPUtime=0 cores=0-7
/proc/19930/task/19943/stat : 19943 (java) S 19928 19928 19550 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 89207800 27282477056 23383 33554432000 4194304 4196468 140730268267632 139691160398416 139692757059483 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9211904 140730268275841 140730268276013 140730268276013 140730268278735 0
[pid=19930/tid=19944] ppid=19928 vsize=26643044 memory=6297835844906604903 CPUtime=0.16 cores=0-7
/proc/19930/task/19944/stat : 19944 (java) S 19928 19928 19550 0 -1 1077944384 855 0 0 0 16 0 0 0 20 0 28 0 89207800 27282477056 23383 33554432000 4194304 4196468 140730268267632 139691159345264 139692757052034 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9211904 140730268275841 140730268276013 140730268276013 140730268278735 0
[pid=19930/tid=19945] ppid=19928 vsize=26643044 memory=7450754046767683694 CPUtime=0.15 cores=0-7
/proc/19930/task/19945/stat : 19945 (java) R 19928 19928 19550 0 -1 1077944384 656 0 0 0 15 0 0 0 20 0 28 0 89207800 27282477056 23383 33554432000 4194304 4196468 140730268267632 139691158292464 139692757052034 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 9211904 140730268275841 140730268276013 140730268276013 140730268278735 0
[pid=19930/tid=19946] ppid=19928 vsize=26643044 memory=5787213827063244903 CPUtime=0.11 cores=0-7
/proc/19930/task/19946/stat : 19946 (java) S 19928 19928 19550 0 -1 1077944384 865 0 0 0 11 0 0 0 20 0 28 0 89207800 27282477056 23383 33554432000 4194304 4196468 140730268267632 139691157240176 139692757052034 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9211904 140730268275841 140730268276013 140730268276013 140730268278735 0
[pid=19930/tid=19947] ppid=19928 vsize=26643044 memory=1232 CPUtime=0.37 cores=0-7
/proc/19930/task/19947/stat : 19947 (java) S 19928 19928 19550 0 -1 1077944384 1937 0 0 0 37 0 0 0 20 0 28 0 89207800 27282477056 23383 33554432000 4194304 4196468 140730268267632 139691156187376 139692757052034 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9211904 140730268275841 140730268276013 140730268276013 140730268278735 0
[pid=19930/tid=19948] ppid=19928 vsize=26643044 memory=4068 CPUtime=0 cores=0-7
/proc/19930/task/19948/stat : 19948 (java) S 19928 19928 19550 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 89207800 27282477056 23383 33554432000 4194304 4196468 140730268267632 139691155135328 139692757051093 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9211904 140730268275841 140730268276013 140730268276013 140730268278735 0
[pid=19930/tid=19949] ppid=19928 vsize=26643044 memory=2244 CPUtime=0 cores=0-7
/proc/19930/task/19949/stat : 19949 (java) S 19928 19928 19550 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 89207800 27282477056 23383 33554432000 4194304 4196468 140730268267632 139691154082608 139692757052034 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9211904 140730268275841 140730268276013 140730268276013 140730268278735 0
Current children cumulated CPU time: 1.76 s
Current children cumulated vsize: 26756172 KiB
Current children cumulated memory: 94984 KiB

[startup+0.783884 s]
# the end of solver process 19928 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2.0999 s, system=0.07578 s

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

[startup+0.709679 s]
/proc/loadavg: 1.65 1.18 1.56 3/199 19949
/proc/meminfo: memFree=22318656/32770624 swapFree=67108796/67108860
[pid=19928] ppid=19925 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/19928/stat : 19928 (xcsp3-exec) S 19925 19928 19550 0 -1 4202496 534 0 0 0 0 0 0 0 20 0 1 0 89207794 115843072 363 33554432000 4194304 5098028 140727869988688 140727869986792 140689164522108 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 30908416 140727869989942 140727869990144 140727869990144 140727869992906 0
/proc/19928/statm: 28282 363 306 221 0 87 0
[pid=19930] ppid=19928 vsize=26643044 memory=93532 CPUtime=1.76 cores=0-7
/proc/19930/stat : 19930 (java) S 19928 19928 19550 0 -1 1077944320 13229 0 0 0 170 6 0 0 20 0 28 0 89207794 27282477056 23383 33554432000 4194304 4196468 140730268267632 140730268250176 139692757040887 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 9211904 140730268275841 140730268276013 140730268276013 140730268278735 0
/proc/19930/statm: 6660761 23383 3358 1 0 6621955 0
[pid=19930/tid=19931] ppid=19928 vsize=26643044 memory=281291770054784 CPUtime=0.63 cores=0-7
/proc/19930/task/19931/stat : 19931 (java) S 19928 19928 19550 0 -1 1077944384 7369 0 0 0 60 3 0 0 20 0 28 0 89207795 27282477056 23383 33554432000 4194304 4196468 140730268267632 139692761281664 139692757051093 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9211904 140730268275841 140730268276013 140730268276013 140730268278735 0
[pid=19930/tid=19932] ppid=19928 vsize=26643044 memory=5085241279643 CPUtime=0 cores=0-7
/proc/19930/task/19932/stat : 19932 (java) S 19928 19928 19550 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 89207795 27282477056 23383 33554432000 4194304 4196468 140730268267632 139692679621520 139692757051093 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9211904 140730268275841 140730268276013 140730268276013 140730268278735 0
[pid=19930/tid=19933] ppid=19928 vsize=26643044 memory=0 CPUtime=0 cores=0-7
/proc/19930/task/19933/stat : 19933 (java) S 19928 19928 19550 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 89207795 27282477056 23383 33554432000 4194304 4196468 140730268267632 139692678568720 139692757051093 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9211904 140730268275841 140730268276013 140730268276013 140730268278735 0
[pid=19930/tid=19934] ppid=19928 vsize=26643044 memory=0 CPUtime=0 cores=0-7
/proc/19930/task/19934/stat : 19934 (java) S 19928 19928 19550 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 28 0 89207795 27282477056 23383 33554432000 4194304 4196468 140730268267632 139692677516432 139692757051093 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9211904 140730268275841 140730268276013 140730268276013 140730268278735 0
[pid=19930/tid=19935] ppid=19928 vsize=26643044 memory=0 CPUtime=0 cores=0-7
/proc/19930/task/19935/stat : 19935 (java) S 19928 19928 19550 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 89207795 27282477056 23383 33554432000 4194304 4196468 140730268267632 139692676463632 139692757051093 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9211904 140730268275841 140730268276013 140730268276013 140730268278735 0
[pid=19930/tid=19936] ppid=19928 vsize=26643044 memory=0 CPUtime=0 cores=0-7
/proc/19930/task/19936/stat : 19936 (java) S 19928 19928 19550 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 28 0 89207795 27282477056 23383 33554432000 4194304 4196468 140730268267632 139692675410320 139692757051093 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9211904 140730268275841 140730268276013 140730268276013 140730268278735 0
[pid=19930/tid=19937] ppid=19928 vsize=26643044 memory=0 CPUtime=0 cores=0-7
/proc/19930/task/19937/stat : 19937 (java) S 19928 19928 19550 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 28 0 89207795 27282477056 23383 33554432000 4194304 4196468 140730268267632 139692674357520 139692757051093 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9211904 140730268275841 140730268276013 140730268276013 140730268278735 0
[pid=19930/tid=19938] ppid=19928 vsize=26643044 memory=0 CPUtime=0 cores=0-7
/proc/19930/task/19938/stat : 19938 (java) S 19928 19928 19550 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 28 0 89207795 27282477056 23383 33554432000 4194304 4196468 140730268267632 139692673305232 139692757051093 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9211904 140730268275841 140730268276013 140730268276013 140730268278735 0
[pid=19930/tid=19939] ppid=19928 vsize=26643044 memory=8800 CPUtime=0 cores=0-7
/proc/19930/task/19939/stat : 19939 (java) S 19928 19928 19550 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 28 0 89207795 27282477056 23383 33554432000 4194304 4196468 140730268267632 139692672252432 139692757051093 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9211904 140730268275841 140730268276013 140730268276013 140730268278735 0
[pid=19930/tid=19940] ppid=19928 vsize=26643044 memory=1120 CPUtime=0 cores=0-7
/proc/19930/task/19940/stat : 19940 (java) S 19928 19928 19550 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 28 0 89207797 27282477056 23383 33554432000 4194304 4196468 140730268267632 139691163556464 139692757052034 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9211904 140730268275841 140730268276013 140730268276013 140730268278735 0
[pid=19930/tid=19941] ppid=19928 vsize=26643044 memory=792 CPUtime=0 cores=0-7
/proc/19930/task/19941/stat : 19941 (java) S 19928 19928 19550 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 28 0 89207797 27282477056 23383 33554432000 4194304 4196468 140730268267632 139691162502432 139692757051093 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9211904 140730268275841 140730268276013 140730268276013 140730268278735 0
[pid=19930/tid=19942] ppid=19928 vsize=26643044 memory=832 CPUtime=0 cores=0-7
/proc/19930/task/19942/stat : 19942 (java) S 19928 19928 19550 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 28 0 89207798 27282477056 23383 33554432000 4194304 4196468 140730268267632 139691161450096 139692757051093 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9211904 140730268275841 140730268276013 140730268276013 140730268278735 0
[pid=19930/tid=19943] ppid=19928 vsize=26643044 memory=1608 CPUtime=0 cores=0-7
/proc/19930/task/19943/stat : 19943 (java) S 19928 19928 19550 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 89207800 27282477056 23383 33554432000 4194304 4196468 140730268267632 139691160398416 139692757059483 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9211904 140730268275841 140730268276013 140730268276013 140730268278735 0
[pid=19930/tid=19944] ppid=19928 vsize=26643044 memory=6297835844906604903 CPUtime=0.16 cores=0-7
/proc/19930/task/19944/stat : 19944 (java) S 19928 19928 19550 0 -1 1077944384 855 0 0 0 16 0 0 0 20 0 28 0 89207800 27282477056 23383 33554432000 4194304 4196468 140730268267632 139691159345264 139692757052034 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9211904 140730268275841 140730268276013 140730268276013 140730268278735 0
[pid=19930/tid=19945] ppid=19928 vsize=26643044 memory=7450754046767683694 CPUtime=0.15 cores=0-7
/proc/19930/task/19945/stat : 19945 (java) R 19928 19928 19550 0 -1 1077944384 656 0 0 0 15 0 0 0 20 0 28 0 89207800 27282477056 23383 33554432000 4194304 4196468 140730268267632 139691158292464 139692757052034 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 9211904 140730268275841 140730268276013 140730268276013 140730268278735 0
[pid=19930/tid=19946] ppid=19928 vsize=26643044 memory=5787213827063244903 CPUtime=0.11 cores=0-7
/proc/19930/task/19946/stat : 19946 (java) S 19928 19928 19550 0 -1 1077944384 865 0 0 0 11 0 0 0 20 0 28 0 89207800 27282477056 23383 33554432000 4194304 4196468 140730268267632 139691157240176 139692757052034 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9211904 140730268275841 140730268276013 140730268276013 140730268278735 0
[pid=19930/tid=19947] ppid=19928 vsize=26643044 memory=1232 CPUtime=0.37 cores=0-7
/proc/19930/task/19947/stat : 19947 (java) S 19928 19928 19550 0 -1 1077944384 1937 0 0 0 37 0 0 0 20 0 28 0 89207800 27282477056 23383 33554432000 4194304 4196468 140730268267632 139691156187376 139692757052034 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9211904 140730268275841 140730268276013 140730268276013 140730268278735 0
[pid=19930/tid=19948] ppid=19928 vsize=26643044 memory=4068 CPUtime=0 cores=0-7
/proc/19930/task/19948/stat : 19948 (java) S 19928 19928 19550 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 89207800 27282477056 23383 33554432000 4194304 4196468 140730268267632 139691155135328 139692757051093 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9211904 140730268275841 140730268276013 140730268276013 140730268278735 0
[pid=19930/tid=19949] ppid=19928 vsize=26643044 memory=2244 CPUtime=0 cores=0-7
/proc/19930/task/19949/stat : 19949 (java) S 19928 19928 19550 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 89207800 27282477056 23383 33554432000 4194304 4196468 140730268267632 139691154082608 139692757052034 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9211904 140730268275841 140730268276013 140730268276013 140730268278735 0
Current children cumulated CPU time: 1.76 s
Current children cumulated vsize: 26756172 KiB
Current children cumulated memory: 94984 KiB

Child status: 0
Real time (s): 0.783922
CPU time (s): 2.17568
CPU user time (s): 2.0999
CPU system time (s): 0.07578
CPU usage (%): 277.538
Max. virtual memory (cumulated for all children) (KiB): 26756172
Max. memory (cumulated for all children) (KiB): 94984

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2.0999
system time used= 0.07578
maximum resident set size= 134560
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 14429
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= 3005
involuntary context switches= 14


# summary of solver processes directly reported to runsolver:
#   pid: 19928
#   total CPU time (s): 2.17568
#   total CPU user time (s): 2.0999
#   total CPU system time (s): 0.07578

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.026831 second user time and 0.046489 second system time

The end

Launcher Data

Begin job on node138 at 2018-07-27 20:34:06
IDJOB=4297565
IDBENCH=141354
IDSOLVER=2760
FILE ID=node138/4297565-1532716446
RUNJOBID= node138-1532713877-19577
PBS_JOBID= 21022322
Free space on /tmp= 53804 MiB

SOLVER NAME= Choco-solver 4.0.7b par (e747e1e)
BENCH NAME= XCSP18/TemplateDesign/TemplateDesign-m1-1_c18.xml
COMMAND LINE= HOME/xcsp3-exec -seed RANDOMSEED -dir DIR -tl TIMEOUT -ml 22000 -p NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4297565-1532716446/watcher-4297565-1532716446 -o /tmp/evaluation-result-4297565-1532716446/solver-4297565-1532716446 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node138-1532713877-19577 --watchdog 2580  HOME/xcsp3-exec -seed 172533731 -dir HOME -tl 20160 -ml 22000 -p 8 HOME/instance-4297565-1532716446.xml

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

MD5SUM BENCH= 3db83836fd15e943f67e7808e5ced101
RANDOM SEED=172533731

node138.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.71
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.71
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.71
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.71
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:        22372908 kB
MemAvailable:   31920096 kB
Buffers:          191288 kB
Cached:          9566532 kB
SwapCached:           44 kB
Active:          2476528 kB
Inactive:        7341740 kB
Active(anon):       2780 kB
Inactive(anon):    85528 kB
Active(file):    2473748 kB
Inactive(file):  7256212 kB
Unevictable:        7280 kB
Mlocked:            7280 kB
SwapTotal:      67108860 kB
SwapFree:       67108796 kB
Dirty:             21852 kB
Writeback:             0 kB
AnonPages:         67548 kB
Mapped:            36968 kB
Shmem:             25164 kB
Slab:             273608 kB
SReclaimable:     245688 kB
SUnreclaim:        27920 kB
KernelStack:        3216 kB
PageTables:         4764 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     324800 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     12288 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      112000 kB
DirectMap2M:    33433600 kB

Free space on /tmp at the end= 53780 MiB
End job on node138 at 2018-07-27 20:34:07