Trace number 4408196

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
cosoco 2.0? (MO) 179.481 181.242

General information on the benchmark

NameRectPacking/RectPacking-m1-perf/
RectPacking-perfect-194.xml
MD5SUMef9e4147ed9b2de2d40743a9ffe67bf9
Bench CategoryCSP (decision problem)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables50
Number of constraints53
Number of domains1
Minimum domain size593
Maximum domain size593
Distribution of domain sizes[{"size":593,"count":50}]
Minimum variable degree2
Maximum variable degree4
Distribution of variable degrees[{"degree":2,"count":48},{"degree":3,"count":1},{"degree":4,"count":1}]
Minimum constraint arity1
Maximum constraint arity50
Distribution of constraint arities[{"arity":1,"count":51},{"arity":2,"count":1},{"arity":50,"count":1}]
Number of extensional constraints0
Number of intensional constraints52
Distribution of constraint types[{"type":"intension","count":52},{"type":"noOverlap","count":1}]
Optimization problemNO
Type of objective

Solver Data


Verifier Data

One s line expected

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4408196-1569798015/watcher-4408196-1569798015 -o /tmp/evaluation-result-4408196-1569798015/solver-4408196-1569798015 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node150-1569787354-10134 --watchdog 2580 cosoco -lc -model -restarts -stick HOME/instance-4408196-1569798015.xml 

running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2550 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
solver pid=13090, runsolver pid=13087
Current StackSize limit: 8192 KiB


[startup+0.100141 s]*
/proc/loadavg: 2.00 2.01 2.04 3/199 13091
/proc/meminfo: memFree=31726632/32770624 swapFree=66947600/67108860
[pid=13090] ppid=13087 vsize=31224 memory=7184 CPUtime=0.1 cores=1,3,5,7
/proc/13090/stat : 13090 (cosoco) R 13087 13090 10102 0 -1 4202496 2015 0 0 0 10 0 0 0 20 0 1 0 556073921 31973376 1796 33554432000 4194304 6211132 140733199424016 140733199420552 5012856 0 0 4096 8405026 0 0 0 17 5 0 0 0 0 0 8312316 8317760 21745664 140733199430667 140733199430769 140733199430769 140733199433678 0
/proc/13090/statm: 7806 1796 834 493 0 1111 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 31224 KiB
Current children cumulated memory: 7184 KiB

[startup+0.20959 s]*
/proc/loadavg: 2.00 2.01 2.04 3/199 13091
/proc/meminfo: memFree=31722912/32770624 swapFree=66947600/67108860
[pid=13090] ppid=13087 vsize=35200 memory=10640 CPUtime=0.21 cores=1,3,5,7
/proc/13090/stat : 13090 (cosoco) R 13087 13090 10102 0 -1 4202496 2865 0 0 0 21 0 0 0 20 0 1 0 556073921 36044800 2660 33554432000 4194304 6211132 140733199424016 140733199420552 140062193966053 0 0 4096 8405026 0 0 0 17 5 0 0 0 0 0 8312316 8317760 21745664 140733199430667 140733199430769 140733199430769 140733199433678 0
/proc/13090/statm: 8800 2660 834 493 0 2105 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 35200 KiB
Current children cumulated memory: 10640 KiB

[startup+0.30911 s]*
/proc/loadavg: 2.00 2.01 2.04 3/199 13091
/proc/meminfo: memFree=31719936/32770624 swapFree=66947600/67108860
[pid=13090] ppid=13087 vsize=38660 memory=13544 CPUtime=0.31 cores=1,3,5,7
/proc/13090/stat : 13090 (cosoco) R 13087 13090 10102 0 -1 4202496 3602 0 0 0 31 0 0 0 20 0 1 0 556073921 39587840 3386 33554432000 4194304 6211132 140733199424016 140733199420552 5012856 0 0 4096 8405026 0 0 0 17 5 0 0 0 0 0 8312316 8317760 21745664 140733199430667 140733199430769 140733199430769 140733199433678 0
/proc/13090/statm: 9665 3386 834 493 0 2970 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 38660 KiB
Current children cumulated memory: 13544 KiB

[startup+0.7003 s]
/proc/loadavg: 2.00 2.01 2.04 3/199 13091
/proc/meminfo: memFree=31714240/32770624 swapFree=66947600/67108860
[pid=13090] ppid=13087 vsize=51660 memory=24832 CPUtime=0.69 cores=1,3,5,7
/proc/13090/stat : 13090 (cosoco) R 13087 13090 10102 0 -1 4202496 6401 0 0 0 68 1 0 0 20 0 1 0 556073921 52899840 6208 33554432000 4194304 6211132 140733199424016 140733199418120 5012856 0 0 4096 8405026 0 0 0 17 5 0 0 0 0 0 8312316 8317760 21745664 140733199430667 140733199430769 140733199430769 140733199433678 0
/proc/13090/statm: 12915 6208 834 493 0 6220 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 51660 KiB
Current children cumulated memory: 24832 KiB

[startup+1.50029 s]
/proc/loadavg: 2.00 2.01 2.04 3/199 13091
/proc/meminfo: memFree=31699740/32770624 swapFree=66947600/67108860
[pid=13090] ppid=13087 vsize=72836 memory=48468 CPUtime=1.48 cores=1,3,5,7
/proc/13090/stat : 13090 (cosoco) R 13087 13090 10102 0 -1 4202496 11301 0 0 0 147 1 0 0 20 0 1 0 556073921 74584064 12117 33554432000 4194304 6211132 140733199424016 140733199418120 5012856 0 0 4096 8405026 0 0 0 17 5 0 0 0 0 0 8312316 8317760 21745664 140733199430667 140733199430769 140733199430769 140733199433678 0
/proc/13090/statm: 18209 12117 834 493 0 11514 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 72836 KiB
Current children cumulated memory: 48468 KiB

[startup+3.10946 s]
/proc/loadavg: 2.00 2.01 2.04 3/199 13091
/proc/meminfo: memFree=31640084/32770624 swapFree=66947600/67108860
[pid=13090] ppid=13087 vsize=124076 memory=97576 CPUtime=3.1 cores=1,3,5,7
/proc/13090/stat : 13090 (cosoco) R 13087 13090 10102 0 -1 4202496 20516 0 0 0 307 3 0 0 20 0 1 0 556073921 127053824 24394 33554432000 4194304 6211132 140733199424016 140733199418120 140062193966053 0 0 4096 8405026 0 0 0 17 5 0 0 0 0 0 8312316 8317760 21745664 140733199430667 140733199430769 140733199430769 140733199433678 0
/proc/13090/statm: 31019 24394 834 493 0 24324 0
Current children cumulated CPU time: 3.1 s
Current children cumulated vsize: 124076 KiB
Current children cumulated memory: 97576 KiB

[startup+6.30027 s]
/proc/loadavg: 2.00 2.01 2.04 3/199 13091
/proc/meminfo: memFree=31551152/32770624 swapFree=66947600/67108860
[pid=13090] ppid=13087 vsize=228744 memory=192556 CPUtime=6.29 cores=1,3,5,7
/proc/13090/stat : 13090 (cosoco) R 13087 13090 10102 0 -1 4202496 37623 0 0 0 623 6 0 0 20 0 1 0 556073921 234233856 48139 33554432000 4194304 6211132 140733199424016 140733199418120 140062193966053 0 0 4096 8405026 0 0 0 17 5 0 0 0 0 0 8312316 8317760 21745664 140733199430667 140733199430769 140733199430769 140733199433678 0
/proc/13090/statm: 57186 48139 834 493 0 50491 0
Current children cumulated CPU time: 6.29 s
Current children cumulated vsize: 228744 KiB
Current children cumulated memory: 192556 KiB

[startup+12.7003 s]
/proc/loadavg: 2.00 2.01 2.04 3/199 13091
/proc/meminfo: memFree=31114348/32770624 swapFree=66947600/67108860
[pid=13090] ppid=13087 vsize=729036 memory=677620 CPUtime=12.68 cores=1,3,5,7
/proc/13090/stat : 13090 (cosoco) R 13087 13090 10102 0 -1 4202496 119574 0 0 0 1251 17 0 0 20 0 1 0 556073921 746532864 169405 33554432000 4194304 6211132 140733199424016 140733199418120 140062193966053 0 0 4096 8405026 0 0 0 17 5 0 0 0 0 0 8312316 8317760 21745664 140733199430667 140733199430769 140733199430769 140733199433678 0
/proc/13090/statm: 182259 169405 834 493 0 175564 0
Current children cumulated CPU time: 12.68 s
Current children cumulated vsize: 729036 KiB
Current children cumulated memory: 677620 KiB

[startup+25.5004 s]
/proc/loadavg: 2.00 2.01 2.04 3/199 13092
/proc/meminfo: memFree=30019236/32770624 swapFree=66947600/67108860
[pid=13090] ppid=13087 vsize=2038028 memory=1752552 CPUtime=25.49 cores=1,3,5,7
/proc/13090/stat : 13090 (cosoco) R 13087 13090 10102 0 -1 4202496 300978 0 0 0 2505 44 0 0 20 0 1 0 556073921 2086940672 438138 33554432000 4194304 6211132 140733199424016 140733199418120 140062193966053 0 0 4096 8405026 0 0 0 17 5 0 0 0 0 0 8312316 8317760 21745664 140733199430667 140733199430769 140733199430769 140733199433678 0
/proc/13090/statm: 509507 438138 834 493 0 502812 0
Current children cumulated CPU time: 25.49 s
Current children cumulated vsize: 2038028 KiB
Current children cumulated memory: 1752552 KiB

[startup+51.1097 s]
/proc/loadavg: 2.00 2.01 2.04 3/200 13163
/proc/meminfo: memFree=26438332/32770624 swapFree=66947600/67108860
[pid=13090] ppid=13087 vsize=4524056 memory=3904132 CPUtime=51.08 cores=1,3,5,7
/proc/13090/stat : 13090 (cosoco) R 13087 13090 10102 0 -1 4202496 661023 0 0 0 5009 99 0 0 20 0 1 0 556073921 4632633344 976033 33554432000 4194304 6211132 140733199424016 140733199418120 140062193966053 0 0 4096 8405026 0 0 0 17 5 0 0 0 0 0 8312316 8317760 21745664 140733199430667 140733199430769 140733199430769 140733199433678 0
/proc/13090/statm: 1131014 976033 834 493 0 1124319 0
Current children cumulated CPU time: 51.08 s
Current children cumulated vsize: 4524056 KiB
Current children cumulated memory: 3904132 KiB

[startup+102.3 s]
/proc/loadavg: 2.00 2.01 2.04 3/200 13192
/proc/meminfo: memFree=17851088/32770624 swapFree=66947600/67108860
[pid=13090] ppid=13087 vsize=8338100 memory=8207364 CPUtime=102.24 cores=1,3,5,7
/proc/13090/stat : 13090 (cosoco) R 13087 13090 10102 0 -1 4202496 1379102 0 0 0 10017 207 0 0 20 0 1 0 556073921 8538214400 2051841 33554432000 4194304 6211132 140733199424016 140733199418120 140062193966053 0 0 4096 8405026 0 0 0 17 5 0 0 0 0 0 8312316 8317760 21745664 140733199430667 140733199430769 140733199430769 140733199433678 0
/proc/13090/statm: 2084525 2051841 834 493 0 2077830 0
Current children cumulated CPU time: 102.24 s
Current children cumulated vsize: 8338100 KiB
Current children cumulated memory: 8207364 KiB

[startup+162.3 s]
/proc/loadavg: 2.14 2.04 2.05 3/200 13196
/proc/meminfo: memFree=8245632/32770624 swapFree=66947600/67108860
[pid=13090] ppid=13087 vsize=14964616 memory=12823076 CPUtime=162.2 cores=1,3,5,7
/proc/13090/stat : 13090 (cosoco) R 13087 13090 10102 0 -1 4202496 2150846 0 0 0 15895 325 0 0 20 0 1 0 556073921 15323766784 3205769 33554432000 4194304 6211132 140733199424016 140733199418120 140062193966053 0 0 4096 8405026 0 0 0 17 5 0 0 0 0 0 8312316 8317760 21745664 140733199430667 140733199430769 140733199430769 140733199433678 0
/proc/13090/statm: 3741154 3205769 834 493 0 3734459 0
Current children cumulated CPU time: 162.2 s
Current children cumulated vsize: 14964616 KiB
Current children cumulated memory: 12823076 KiB



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+178.5 s]
/proc/loadavg: 2.10 2.04 2.05 3/200 13198
/proc/meminfo: memFree=5618240/32770624 swapFree=66947600/67108860
[pid=13090] ppid=13087 vsize=15873040 memory=14186324 CPUtime=178.39 cores=1,3,5,7
/proc/13090/stat : 13090 (cosoco) R 13087 13090 10102 0 -1 4202496 2378167 0 0 0 17480 359 0 0 20 0 1 0 556073921 16253992960 3546581 33554432000 4194304 6211132 140733199424016 140733199418120 140062193966053 0 0 4096 8405026 0 0 0 17 5 0 0 0 0 0 8312316 8317760 21745664 140733199430667 140733199430769 140733199430769 140733199433678 0
/proc/13090/statm: 3968260 3546581 834 493 0 3961565 0
Current children cumulated CPU time: 178.39 s
Current children cumulated vsize: 15873040 KiB
Current children cumulated memory: 14186324 KiB

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Sending SIGKILL to process tree (bottom up)
??? end of watcher thread

[startup+181.242 s]
# the end of solver process 13090 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=175.081 s, system=4.40024 s

Solver just ended.
Dumping a history of the last processes samples

[startup+179.2 s]
/proc/loadavg: 2.10 2.04 2.05 3/201 13199
/proc/meminfo: memFree=5180456/32770624 swapFree=66947600/67108860
[pid=13090] ppid=13087 vsize=15873040 memory=14186324 CPUtime=178.52 cores=1,3,5,7
/proc/13090/stat : 13090 (cosoco) S 13087 13090 10102 0 -1 512 2378174 0 0 0 17491 361 0 0 20 0 1 0 556073921 16253992960 3546581 33554432000 4194304 6211132 140733199424016 140733199418120 5189800 0 16384 4096 8405026 18446744071580971376 0 0 17 5 0 0 0 0 0 8312316 8317760 21745664 140733199430667 140733199430769 140733199430769 140733199433678 0
/proc/13090/statm: 3968260 3546581 834 493 0 3961565 0
Current children cumulated CPU time: 178.52 s
Current children cumulated vsize: 15873040 KiB
Current children cumulated memory: 14186324 KiB

[startup+180 s]*
/proc/loadavg: 2.10 2.04 2.05 3/201 13199
/proc/meminfo: memFree=4528552/32770624 swapFree=66947600/67108860
[pid=13090] ppid=13087 vsize=15873040 memory=14186324 CPUtime=178.65 cores=1,3,5,7
/proc/13090/stat : 13090 (cosoco) S 13087 13090 10102 0 -1 512 2378174 0 0 0 17501 364 0 0 20 0 1 0 556073921 16253992960 3546581 33554432000 4194304 6211132 140733199424016 140733199418120 5189800 0 16384 4096 8405026 18446744071580971376 0 0 17 5 0 0 0 0 0 8312316 8317760 21745664 140733199430667 140733199430769 140733199430769 140733199433678 0
/proc/13090/statm: 3968260 3546581 834 493 0 3961565 0
Current children cumulated CPU time: 178.65 s
Current children cumulated vsize: 15873040 KiB
Current children cumulated memory: 14186324 KiB

[startup+180.4 s]
/proc/loadavg: 2.10 2.04 2.05 3/201 13199
/proc/meminfo: memFree=4528552/32770624 swapFree=66947600/67108860
[pid=13090] ppid=13087 vsize=15873040 memory=14186324 CPUtime=178.71 cores=1,3,5,7
/proc/13090/stat : 13090 (cosoco) S 13087 13090 10102 0 -1 512 2378174 0 0 0 17506 365 0 0 20 0 1 0 556073921 16253992960 3546581 33554432000 4194304 6211132 140733199424016 140733199418120 5189800 0 16384 4096 8405026 0 0 0 17 5 0 0 0 0 0 8312316 8317760 21745664 140733199430667 140733199430769 140733199430769 140733199433678 0
/proc/13090/statm: 3968260 3546581 834 493 0 3961565 0
Current children cumulated CPU time: 178.71 s
Current children cumulated vsize: 15873040 KiB
Current children cumulated memory: 14186324 KiB

[startup+180.5 s]
/proc/loadavg: 2.10 2.04 2.05 3/201 13199
/proc/meminfo: memFree=4528552/32770624 swapFree=66947600/67108860
[pid=13090] ppid=13087 vsize=15873040 memory=14186324 CPUtime=178.73 cores=1,3,5,7
/proc/13090/stat : 13090 (cosoco) S 13087 13090 10102 0 -1 512 2378174 0 0 0 17508 365 0 0 20 0 1 0 556073921 16253992960 3546581 33554432000 4194304 6211132 140733199424016 140733199418120 5189800 0 16384 4096 8405026 0 0 0 17 5 0 0 0 0 0 8312316 8317760 21745664 140733199430667 140733199430769 140733199430769 140733199433678 0
/proc/13090/statm: 3968260 3546581 834 493 0 3961565 0
Current children cumulated CPU time: 178.73 s
Current children cumulated vsize: 15873040 KiB
Current children cumulated memory: 14186324 KiB

Child ended because it received signal 9 (SIGKILL)
Real time (s): 181.242
CPU time (s): 179.481
CPU user time (s): 175.081
CPU system time (s): 4.40024
CPU usage (%): 99.0284
Max. virtual memory (cumulated for all children) (KiB): 15873040
Max. memory (cumulated for all children) (KiB): 14186324

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 175.081
system time used= 4.40024
maximum resident set size= 14186356
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2378174
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 139523
involuntary context switches= 106


# summary of solver processes directly reported to runsolver:
#   pid: 13090
#   total CPU time (s): 179.481
#   total CPU user time (s): 175.081
#   total CPU system time (s): 4.40024

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.723665 second user time and 1.28933 second system time

The end

Launcher Data

Begin job on node150 at 2019-09-30 00:59:34
IDJOB=4408196
IDBENCH=127769
IDSOLVER=2874
FILE ID=node150/4408196-1569798015
RUNJOBID= node150-1569787354-10134
PBS_JOBID= 21705815
Free space on /tmp= 62028 MiB

SOLVER NAME= cosoco 2.0
BENCH NAME= XCSP17/RectPacking/RectPacking-m1-perf/RectPacking-perfect-194.xml
COMMAND LINE= cosoco -lc -model -restarts -stick BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4408196-1569798015/watcher-4408196-1569798015 -o /tmp/evaluation-result-4408196-1569798015/solver-4408196-1569798015 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node150-1569787354-10134 --watchdog 2580  cosoco -lc -model -restarts -stick HOME/instance-4408196-1569798015.xml

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

MD5SUM BENCH= ef9e4147ed9b2de2d40743a9ffe67bf9
RANDOM SEED=1764502173

node150.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.79
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.79
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.79
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.79
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:        31730248 kB
MemAvailable:   31799344 kB
Buffers:          135512 kB
Cached:           221380 kB
SwapCached:         5532 kB
Active:           291856 kB
Inactive:         209716 kB
Active(anon):     147120 kB
Inactive(anon):    21808 kB
Active(file):     144736 kB
Inactive(file):   187908 kB
Unevictable:      110020 kB
Mlocked:          110020 kB
SwapTotal:      67108860 kB
SwapFree:       66947600 kB
Dirty:              2800 kB
Writeback:             0 kB
AnonPages:        263100 kB
Mapped:            27900 kB
Shmem:             15628 kB
Slab:             133400 kB
SReclaimable:     104572 kB
SUnreclaim:        28828 kB
KernelStack:        3760 kB
PageTables:         5792 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     705852 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    215040 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:       99712 kB
DirectMap2M:    33445888 kB

Free space on /tmp at the end= 61476 MiB
End job on node150 at 2019-09-30 01:02:35